summaryrefslogtreecommitdiff
path: root/glamor/glamor_glyphblt.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-15glamor: Check glamor_set_destination_drawable() return valueOlivier Fourdan1-10/+16
2016-01-29glamor: Simplify the pixmap box looping.Eric Anholt1-6/+6
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt1-8/+2
2015-03-24glamor: Remove _nf rendering functionsKeith Packard1-44/+0
2014-06-15glamor: Use glamor_program for glamor_push_pixelsKeith Packard1-88/+66
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-8/+2
2014-04-03glamor: Use glamor_program for glamor_glyphbltKeith Packard1-154/+107
2014-03-17glamor: don't reset the GLSL programMarkus Wick1-2/+0
2014-03-17glamor: Improve the performance of PolyGlyphBlt.Eric Anholt1-0/+138
2014-03-17glamor: Improve the performance of PushPixels by, well, pushing pixels.Eric Anholt1-0/+115
2014-01-27glamor: Convert use of the old "pointer" typedef to "void *".Eric Anholt1-6/+6
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-6/+6
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-41/+42
2013-12-18Fixed all unused variables warnings.Zhigang Gong1-4/+0
2013-12-18glyphblt/polyops: Use miFunctions by default.Zhigang Gong1-25/+7
2013-12-18Fixup glx supportChris Wilson1-22/+2
2013-12-18GLX: Enable glx support.Zhigang Gong1-0/+21
2013-12-18Added more drawing functions.Zhigang Gong1-0/+139