summaryrefslogtreecommitdiff
path: root/src/glamor_fbo.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Silence compilation warnings.Zhigang Gong1-2/+0
2012-07-03glamor_glyphs: Detect fake or real glyphs overlap.Zhigang Gong1-24/+0
2012-06-21glamor_fbo: fix a memory leak for large pixmap.Zhigang Gong1-1/+2
2012-06-11largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-14/+107
2012-06-11glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-17/+17
2012-05-15Remove the texture cache code.Zhigang Gong1-88/+6
2012-05-15Added strict warning flags to CFLAGS.Zhigang Gong1-4/+4
2012-04-28Fixed all unused variables warnings.Zhigang Gong1-5/+1
2012-04-28Added some copyright and author information.Zhigang Gong1-0/+28
2012-04-27glamor_fbo: Added a threshold value for the fbo cache pool.Zhigang Gong1-5/+20
2012-04-27pending_op: Remove the pending operations handling.Zhigang Gong1-6/+0
2012-04-13glamor_pixmap_ensure_fbo: Should allocate tex if we don't have one.Zhigang Gong1-1/+1
2012-04-12fallback_optimize: Prepare for downloading/uploading subregion.Zhigang Gong1-13/+121
2012-04-12gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-31/+25
2012-04-12glamor_fbo: Added one macro to disable fbo cache.Zhigang Gong1-3/+12
2012-03-06Fixup For list.h change in xorgJunyan He1-25/+25
2012-02-17For DRI swap buffers.Zhigang Gong1-0/+19
2012-02-14glamor_fbo: Fix a bug when create No gl FBO pixmap.Zhigang Gong1-1/+1
2012-02-13Fixup glx supportChris Wilson1-18/+7
2012-02-12GLX: Enable glx support.Zhigang Gong1-3/+11
2012-02-08Refine CloseScreen and FreeScreen processes.Zhigang Gong1-1/+1
2012-01-29glamor-fbo: Tweek the cache bucket calculation.Zhigang Gong1-3/+3
2012-01-29glamor_create_fbo: Concentrate the fbo size/depth checking.Zhigang Gong1-0/+4
2012-01-29glamor-pixmap-upload: Create a uploading fbo with a texture only.Zhigang Gong1-26/+113
2012-01-29glamor-fbo-pool: Enable to reuse different size fbo/texture.Zhigang Gong1-2/+2
2012-01-29glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-6/+215
2012-01-29glamor_fbo: Introduce glamor fbo to manage all the fb/tex.Zhigang Gong1-0/+132