summaryrefslogtreecommitdiff
path: root/src/glamor_getspans.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13glamor: Rely on nested mappings to handle src==dst and !prepare bugs.Eric Anholt1-1/+1
2014-01-24Silent some compilation warnings.Zhigang Gong1-5/+7
2012-04-28Added some copyright and author information.Zhigang Gong1-0/+1
2012-04-27glamor_getspans: Reuse glamor_download_sub_pixmap.Zhigang Gong1-58/+8
2012-04-12glamor_es2_pixmap_read_prepare: Just prepare the required region.Zhigang Gong1-1/+1
2012-04-12gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-12/+19
2012-02-13Fixup glx supportChris Wilson1-8/+3
2012-02-12GLX: Enable glx support.Zhigang Gong1-4/+11
2012-01-29glamor-gles2: Fixup the pixmap before read back if it is not readable.Zhigang Gong1-1/+1
2012-01-29glamor_gles2: Consolidate gles2 pixmap format readable check to one function.Zhigang Gong1-1/+3
2012-01-04Reduce the double check of pixmap's private pointer.Zhigang Gong1-1/+1
2011-12-13glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-6/+32
2011-12-12Call glamor_create_pixmap directly in glamor rendering path.Zhigang Gong1-1/+1
2011-12-11Remove the access mode from private pixmap structure.Zhigang Gong1-1/+1
2011-12-09exports more rendering functions to DDX driver.Zhigang Gong1-0/+1
2011-11-11Initial version.Zhigang Gong1-0/+106