summaryrefslogtreecommitdiff
path: root/glamor/glamor_getspans.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-03glamor: Add glamor_program based fill/set/get spansKeith Packard1-92/+0
2014-03-17glamor: Rely on nested mappings to handle src==dst and !prepare bugs.Eric Anholt1-1/+1
2014-01-27glamor: Silence warnings for non-debug builds.Eric Anholt1-0/+1
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-47/+43
2013-12-18Added some copyright and author information.Zhigang Gong1-0/+1
2013-12-18glamor_getspans: Reuse glamor_download_sub_pixmap.Zhigang Gong1-58/+8
2013-12-18glamor_es2_pixmap_read_prepare: Just prepare the required region.Zhigang Gong1-1/+1
2013-12-18gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-12/+19
2013-12-18Fixup glx supportChris Wilson1-8/+3
2013-12-18GLX: Enable glx support.Zhigang Gong1-4/+11
2013-12-18glamor-gles2: Fixup the pixmap before read back if it is not readable.Zhigang Gong1-1/+1
2013-12-18glamor_gles2: Consolidate gles2 pixmap format readable check to one function.Zhigang Gong1-1/+3
2013-12-18Reduce the double check of pixmap's private pointer.Zhigang Gong1-1/+1
2013-12-18glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-6/+32
2013-12-18Call glamor_create_pixmap directly in glamor rendering path.Zhigang Gong1-1/+1
2013-12-18Remove the access mode from private pixmap structure.Zhigang Gong1-1/+1
2013-12-18exports more rendering functions to DDX driver.Zhigang Gong1-0/+1
2013-12-18Initial version.Zhigang Gong1-65/+61
2011-09-26glamor: Don't direct call to any gl functions.Zhigang Gong1-2/+3
2011-09-26glamor: Convert pixmap to supported format before getspans.Zhigang Gong1-3/+15
2011-09-26glamor: Unify the variable name which used to indicate no alpha.Zhigang Gong1-2/+2
2011-09-26glamor: Implement delayed solid filling.Zhigang Gong1-0/+1
2011-09-26glamor: Concentrate and reduce some coords processing code.Zhigang Gong1-6/+10
2011-09-26glamor : Add dynamic texture uploading feature.Zhigang Gong1-49/+16
2011-09-26glamor: Silent compilation warnings due to some deprecated APIs.Zhigang Gong1-2/+2
2011-09-26glamor: Add new feature which is to flip output on y axis.Zhigang Gong1-0/+11
2011-09-26glamor: Fix and enable glamor_get_spans().Eric Anholt1-6/+1
2011-09-26glamor: Fix screen_x/screen_y handling for compositing.Eric Anholt1-2/+5
2011-09-26glamor: All the fallbacks in the world.Eric Anholt1-0/+2
2011-09-26glamor: Add fallback support for glamor_get_spans().Eric Anholt1-6/+15
2011-09-26glamor: Fix bad fallthrough in getspans (accessing invalid memory).Eric Anholt1-0/+1
2011-09-26glamor: Fix memory leak in getspans.Eric Anholt1-1/+2
2011-09-26glamor: Add 8bpp to get/setspans.Eric Anholt1-0/+3
2011-09-26glamor: Fill in 1 and 24-bit getspans.Eric Anholt1-3/+32
2011-09-26glamor: Create FBOs for pixmaps.Eric Anholt1-27/+24
2011-09-26glamor: Add getspans implementation.Eric Anholt1-0/+74