summaryrefslogtreecommitdiff
path: root/glamor/glamor_fbo.c
AgeCommit message (Expand)AuthorFilesLines
2015-06-03glamor: 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
2013-12-18pending_op: Remove the pending operations handling.Zhigang Gong1-6/+0
2013-12-18glamor_pixmap_ensure_fbo: Should allocate tex if we don't have one.Zhigang Gong1-1/+1
2013-12-18fallback_optimize: Prepare for downloading/uploading subregion.Zhigang Gong1-13/+121
2013-12-18gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-31/+25
2013-12-18glamor_fbo: Added one macro to disable fbo cache.Zhigang Gong1-3/+12
2013-12-18Fixup For list.h change in xorgJunyan He1-25/+25
2013-12-18For DRI swap buffers.Zhigang Gong1-0/+19
2013-12-18glamor_fbo: Fix a bug when create No gl FBO pixmap.Zhigang Gong1-1/+1
2013-12-18Fixup glx supportChris Wilson1-18/+7
2013-12-18GLX: Enable glx support.Zhigang Gong1-3/+11
2013-12-18Refine CloseScreen and FreeScreen processes.Zhigang Gong1-1/+1
2013-12-18glamor-fbo: Tweek the cache bucket calculation.Zhigang Gong1-3/+3
2013-12-18glamor_create_fbo: Concentrate the fbo size/depth checking.Zhigang Gong1-0/+4
2013-12-18glamor-pixmap-upload: Create a uploading fbo with a texture only.Zhigang Gong1-26/+113
2013-12-18glamor-fbo-pool: Enable to reuse different size fbo/texture.Zhigang Gong1-2/+2
2013-12-18glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-6/+215
2013-12-18glamor_fbo: Introduce glamor fbo to manage all the fb/tex.Zhigang Gong1-0/+132