summaryrefslogtreecommitdiff
path: root/glamor/glamor_fbo.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-25glamor: Add 30bit RGB color format supportHawking Zhang1-1/+4
2017-03-17glamor: avoid a crash if texture allocation failedOlivier Fourdan1-0/+4
2016-07-18glamor: Remove the FBO cache.Eric Anholt1-243/+6
2016-05-26glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]Keith Packard1-3/+1
2016-03-16glamor: swizzle RED to 0 for alpha texturesDave Airlie1-1/+3
2016-03-11glamor: Make context current in glamor_pixmap_fbo_cache_putMichel Dänzer1-0/+1
2016-03-10glamor: Replace "finish access" shader with texture swizzling.Eric Anholt1-0/+11
2016-03-10glamor: Make sure that GLAMOR_MEMORY pixmaps don't retain an FBO.Eric Anholt1-0/+1
2016-01-26glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)Keith Packard1-0/+4
2015-11-18glamor: Delay making pixmaps shareable until we need to.Eric Anholt1-25/+14
2015-11-10glamor: Handle GL_OUT_OF_MEMORY when allocating texture images.Eric Anholt1-0/+18
2015-07-10glamor: Move cache_format to glamor_fbo.c, where it's used.Eric Anholt1-0/+15
2015-07-10glamor: Ask the server to always allocate our private.Eric Anholt1-2/+4
2015-07-02glamor: Fix up some weird formatting in _glamor_create_fbo_array().Eric Anholt1-2/+2
2015-07-02glamor: Drop a dead flag to glamor_create_fbo_array().Eric Anholt1-26/+13
2015-07-02glamor: Drop the dead "PBO" field in an FBO cache struct.Eric Anholt1-2/+0
2015-07-02glamor: Remove dead gl_tex flag in the fbo struct.Eric Anholt1-6/+0
2015-06-30glamor: add support for allocating linear buffers (v2)Dave Airlie1-5/+8
2015-03-24glamor: Eliminate GLAMOR_TEXTURE_LARGE pixmap typeKeith Packard1-6/+3
2015-03-24glamor: Create inline tests for small/large pixmapsKeith Packard1-1/+1
2015-03-24glamor: Eliminate separate 'large' pixmap private structureKeith Packard1-21/+21
2015-03-24glamor: Remove screen private and pixmap ptrs from pixmap private and fboKeith Packard1-24/+28
2015-03-24glamor: Remove remaining support for FBOs not matching pixmap sizeKeith Packard1-36/+14
2015-03-24glamor: Eliminate GLAMOR_CREATE_PIXMAP_MAP and GLAMOR_MEMORY_MAPKeith Packard1-12/+0
2015-03-24glamor: GL_TEXTURE_MAX_LEVEL is not available on GLES2Maarten Lankhorst1-1/+0
2014-12-25glamor: Make glamor_purge_fbo staticMichel Dänzer1-1/+1
2014-12-11glamor: Make glamor_destroy_textured_pixmap idempotentMichel Dänzer1-2/+0
2014-11-20glamor: Don't insert fbos from external objects into fbo cacheKeith Packard1-1/+2
2014-06-12glamor: Fix no-mipmap allocationsMarkus Wick1-0/+1
2014-04-23glamor: Fallback to system memory when fail to allocate one big fbo.Zhigang Gong1-7/+14
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-8/+4
2014-04-17glamor: Always allocate precisely the requested pixmap sizeKeith Packard1-4/+5
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard1-3/+0
2014-03-17glamor: Replace some goofy enum-likes with a real enum.Eric Anholt1-1/+1
2014-02-14glamor: Rename glamor_get/put_dispatch to glamor_get/put_context.Eric Anholt1-8/+8
2014-02-14glamor: Convert to using libepoxy.Eric Anholt1-26/+19
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-16/+16
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-436/+441
2013-12-18Add DRI3 support to glamorAxel Davy1-12/+24
2013-12-18Fixed an incorrect printf format.Zhigang Gong1-1/+1
2013-12-18Silence compilation warnings.Zhigang Gong1-2/+0
2013-12-18glamor_glyphs: Detect fake or real glyphs overlap.Zhigang Gong1-24/+0
2013-12-18glamor_fbo: fix a memory leak for large pixmap.Zhigang Gong1-1/+2
2013-12-18largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-14/+107
2013-12-18glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-17/+17
2013-12-18Remove the texture cache code.Zhigang Gong1-88/+6
2013-12-18Added strict warning flags to CFLAGS.Zhigang Gong1-4/+4
2013-12-18Fixed all unused variables warnings.Zhigang Gong1-5/+1
2013-12-18Added some copyright and author information.Zhigang Gong1-0/+28
2013-12-18glamor_fbo: Added a threshold value for the fbo cache pool.Zhigang Gong1-5/+20