summaryrefslogtreecommitdiff
path: root/src/glamor.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-15Added strict warning flags to CFLAGS.Zhigang Gong1-3/+2
2012-04-28We should not call gradient finalization code if we disable it.Zhigang Gong1-0/+2
2012-04-28Fixed all unused variables warnings.Zhigang Gong1-3/+0
2012-04-28Added some copyright and author information.Zhigang Gong1-0/+1
2012-04-27glamor_blockhandler: Don't do glFinish every time.Zhigang Gong1-2/+0
2012-04-27gradient: Disable gradient for gles2.Zhigang Gong1-0/+2
2012-04-27glamor_pixmap_priv: Always return a valid private pixmap.Zhigang Gong1-1/+2
2012-04-12fallback_optimize: Prepare for downloading/uploading subregion.Zhigang Gong1-0/+3
2012-04-12gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-3/+9
2012-03-26Prepare for modification of gradient using shader.Junyan He1-0/+2
2012-02-17For DRI swap buffers.Zhigang Gong1-4/+30
2012-02-13Fixup glx supportChris Wilson1-11/+10
2012-02-12GLX: Enable glx support.Zhigang Gong1-4/+4
2012-02-08Don't call dixSetPrivate directly.Zhigang Gong1-11/+5
2012-02-08Refine CloseScreen and FreeScreen processes.Zhigang Gong1-8/+16
2012-01-29glamor_create_fbo: Concentrate the fbo size/depth checking.Zhigang Gong1-10/+5
2012-01-29glamor_init: Should set gl_flavor before sub-module intialization.Zhigang Gong1-5/+6
2012-01-29glamor-fbo-pool: Enable to reuse different size fbo/texture.Zhigang Gong1-1/+1
2012-01-29glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-16/+50
2012-01-29glamor_fbo: Introduce glamor fbo to manage all the fb/tex.Zhigang Gong1-66/+49
2012-01-29glamor_set_pixmap_texture/screen_pixmap: Remove useless parameters.Zhigang Gong1-20/+18
2012-01-13Rearrange data structure and remove unused fileds.Zhigang Gong1-30/+30
2012-01-12Release previous textre/fb when bind a new texture to a pixmap.Zhigang Gong1-0/+7
2012-01-11Add glFinish after glFlush.Zhigang Gong1-0/+1
2012-01-11Consolidate the choose of internal texture format to one function.Zhigang Gong1-14/+1
2011-12-23Code cleanup.Zhigang Gong1-11/+0
2011-12-16Make sure the devPrivate.ptr of a textured pixmap is NULL.Zhigang Gong1-0/+1
2011-12-13glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-1/+4
2011-12-12Classfy glamor pixmap to different types.Zhigang Gong1-7/+24
2011-12-12Call glamor_create_pixmap directly in glamor rendering path.Zhigang Gong1-7/+4
2011-12-09Override create/destroy picture to track pict format.Zhigang Gong1-6/+4
2011-11-15If caller is not using glamor screen, we can't registerZhigang Gong1-7/+7
2011-11-11Initial version.Zhigang Gong1-0/+462