summaryrefslogtreecommitdiff
path: root/glamor/glamor_getimage.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Remove useless return statementBrian Paul1-1/+0
2013-12-18glamor_getimage: should call miGetimage if failed to get sub-image.Zhigang Gong1-1/+3
2013-12-18Fixed all unused variables warnings.Zhigang Gong1-1/+0
2013-12-18glamor_getimage: Don't fallback to miGetImage.Zhigang Gong1-6/+17
2013-12-18code clean up.Zhigang Gong1-9/+0
2013-12-18glamor_getimage: Use glamor_download_sub_pixmap_to_cpu to get image.Zhigang Gong1-60/+8
2013-12-18glamor_es2_pixmap_read_prepare: Just prepare the required region.Zhigang Gong1-9/+10
2013-12-18getimage: Enable getimage by default.Zhigang Gong1-11/+15
2013-12-18gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-12/+17
2013-12-18Fixup glx supportChris Wilson1-9/+3
2013-12-18GLX: Enable glx support.Zhigang Gong1-2/+12
2013-12-18glamor_gles2: Consolidate gles2 pixmap format readable check to one function.Zhigang Gong1-1/+2
2013-12-18glamor_getimage: Add the optimization path of getImage.Zhigang Gong1-2/+79
2013-12-18glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-0/+59