summaryrefslogtreecommitdiff
path: root/glamor/glamor_largepixmap.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-02glamor: Make a bunch of single-file glamor functions static.Eric Anholt1-3/+7
2015-07-02glamor: Simplify some temp pixmap extents calculations.Eric Anholt1-9/+7
2015-06-02glamor: don't do render ops with matching source/dest (v3)Dave Airlie1-0/+9
2015-03-24glamor: Fix up indentationAdam Jackson1-7/+7
2015-03-24glamor: Create inline tests for small/large pixmapsKeith Packard1-11/+11
2015-03-24glamor: Eliminate separate 'large' pixmap private structureKeith Packard1-12/+12
2015-03-24glamor: Remove screen private and pixmap ptrs from pixmap private and fboKeith Packard1-61/+70
2014-09-18glamor: Check large pixmap users in glamor_largepixmap.cKeith Packard1-2/+0
2014-09-18glamor: Handle compositing from large to small pixmapsKeith Packard1-4/+13
2014-09-18glamor: Don't abuse large_pixmap members for regular pixmapsKeith Packard1-16/+21
2014-09-18glamor: Add macro __glamor_large in glamor_largepixmap.cKeith Packard1-13/+21
2014-09-18glamor: Change SET_PIXMAP_FBO_CURRENT from macro to static inlineKeith Packard1-5/+5
2014-06-15glamor: Add glamor_program based copy accelerationKeith Packard1-6/+7
2014-03-26glamor: Get testing code using small FBOs working againKeith Packard1-6/+4
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-11/+11
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-1171/+1266
2013-12-18glamor_largepixmap: Fixed a bug in repeat clipping.Zhigang Gong1-18/+6
2013-12-18largepixmap: Fix the selfcopy issue.Zhigang Gong1-27/+64
2013-12-18largepixmap: Support self composite for large pixmap.Zhigang Gong1-8/+13
2013-12-18largepixmap: Add transform/repeat/reflect/pad support.Zhigang Gong1-58/+757
2013-12-18largepixmap: Enable glamor_composite.Zhigang Gong1-0/+183
2013-12-18largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-0/+412