summaryrefslogtreecommitdiff
path: root/glamor/glamor.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-27glamor: Hook the module back up to the build.Eric Anholt1-0/+1
2014-01-27glamor: Remove compat code for building out of tree.Eric Anholt1-2/+2
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-2/+2
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-411/+397
2013-12-18Add DRI3 support to glamorAxel Davy1-1/+75
2013-12-18fixup picture in SetWindowPixmapMaarten Lankhorst1-0/+4
2013-12-18glamor: add initial Xv supportDave Airlie1-0/+6
2013-12-18Synch with xorg 1.13 change.Zhigang Gong1-2/+2
2013-12-18glamor_copyarea: Use blitcopy if current state is not render.Zhigang Gong1-0/+5
2013-12-18glamor_compositerects: Implement optimized version.Zhigang Gong1-1/+7
2013-12-18create_pixmap: use texture for large glyphs.Zhigang Gong1-1/+1
2013-12-18glamor_glyphs: Slightly performance tuning.Zhigang Gong1-4/+7
2013-12-18glamor_create_pixmap: Allocate glyphs pixmap in memory.Zhigang Gong1-0/+1
2013-12-18Use shader to generate the temp trapezoid maskRobinHe1-0/+6
2013-12-18largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-14/+26
2013-12-18glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-8/+8
2013-12-18Added strict warning flags to CFLAGS.Zhigang Gong1-3/+2
2013-12-18We should not call gradient finalization code if we disable it.Zhigang Gong1-0/+2
2013-12-18Fixed all unused variables warnings.Zhigang Gong1-3/+0
2013-12-18Added some copyright and author information.Zhigang Gong1-0/+1
2013-12-18glamor_blockhandler: Don't do glFinish every time.Zhigang Gong1-2/+0
2013-12-18gradient: Disable gradient for gles2.Zhigang Gong1-0/+2
2013-12-18glamor_pixmap_priv: Always return a valid private pixmap.Zhigang Gong1-1/+2
2013-12-18fallback_optimize: Prepare for downloading/uploading subregion.Zhigang Gong1-0/+3
2013-12-18gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-3/+9
2013-12-18Prepare for modification of gradient using shader.Junyan He1-0/+2
2013-12-18For DRI swap buffers.Zhigang Gong1-4/+30
2013-12-18Fixup glx supportChris Wilson1-11/+10
2013-12-18GLX: Enable glx support.Zhigang Gong1-4/+4
2013-12-18Don't call dixSetPrivate directly.Zhigang Gong1-11/+5
2013-12-18Refine CloseScreen and FreeScreen processes.Zhigang Gong1-8/+16
2013-12-18glamor_create_fbo: Concentrate the fbo size/depth checking.Zhigang Gong1-10/+5
2013-12-18glamor_init: Should set gl_flavor before sub-module intialization.Zhigang Gong1-5/+6
2013-12-18glamor-fbo-pool: Enable to reuse different size fbo/texture.Zhigang Gong1-1/+1
2013-12-18glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-16/+50
2013-12-18glamor_fbo: Introduce glamor fbo to manage all the fb/tex.Zhigang Gong1-66/+49
2013-12-18glamor_set_pixmap_texture/screen_pixmap: Remove useless parameters.Zhigang Gong1-20/+18
2013-12-18Rearrange data structure and remove unused fileds.Zhigang Gong1-30/+30
2013-12-18Release previous textre/fb when bind a new texture to a pixmap.Zhigang Gong1-0/+7
2013-12-18Add glFinish after glFlush.Zhigang Gong1-0/+1
2013-12-18Consolidate the choose of internal texture format to one function.Zhigang Gong1-14/+1
2013-12-18Code cleanup.Zhigang Gong1-11/+0
2013-12-18Make sure the devPrivate.ptr of a textured pixmap is NULL.Zhigang Gong1-0/+1
2013-12-18glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-1/+4
2013-12-18Classfy glamor pixmap to different types.Zhigang Gong1-7/+24
2013-12-18Call glamor_create_pixmap directly in glamor rendering path.Zhigang Gong1-7/+4
2013-12-18Override create/destroy picture to track pict format.Zhigang Gong1-6/+4
2013-12-18If caller is not using glamor screen, we can't registerZhigang Gong1-7/+7
2013-12-18Initial version.Zhigang Gong1-249/+310
2011-09-26glamor: Refine the screen pixmap initialization for Xephyr.Zhigang Gong1-43/+9