summaryrefslogtreecommitdiff
path: root/glamor/glamor_render.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-27glamor: Silence warnings for non-debug builds.Eric Anholt1-3/+2
2014-01-27glamor: Fix some indent damage of putting a ' ' after the '*' for pointers.Eric Anholt1-26/+26
2014-01-27glamor: Fix some mangling of shader strings by indent.Eric Anholt1-17/+43
2014-01-27glamor: Apply x-indent.sh.Eric Anholt1-1863/+1836
2013-12-18glamor_render: fix PictFiltersGrigori Goronzy1-0/+9
2013-12-18Use GL_STATIC_DRAW for element index bufferGrigori Goronzy1-2/+2
2013-12-18Use glDrawRangeElements instead of glDrawElementsGrigori Goronzy1-0/+6
2013-12-18Silence compilation warnings.Zhigang Gong1-3/+4
2013-12-18Fix the problem of VBO leak.Junyan He1-3/+3
2013-12-18gles2: Fixed the compilation problem and some bugs.Zhigang Gong1-1/+3
2013-12-18Stream vertex data to VBOs.Michel Dänzer1-15/+15
2013-12-18Fix translation of clip region for composite fallback.Michel D=C3=A4nzer1-2/+2
2013-12-18glamor_copyarea: Use blitcopy if current state is not render.Zhigang Gong1-1/+3
2013-12-18glamor_render: Don't allocate buffer for vbo each time.Zhigang Gong1-5/+16
2013-12-18glamor_render: Optimize the two pass ca rendering.Zhigang Gong1-90/+114
2013-12-18glamor_composite_glyph: Optimize glyphs with non-solid pattern.Zhigang Gong1-10/+78
2013-12-18glamor_render: Don't fallback when rendering glyphs with OpOver.Zhigang Gong1-3/+25
2013-12-18gles2_largepixmap: force clip for a non-large pixmap.Zhigang Gong1-3/+7
2013-12-18glamor_emit_composite_vert: Optimize to don't do two times vert coping.Zhigang Gong1-71/+60
2013-12-18Modilfy the composite logic to two phasesJunyan He1-73/+111
2013-12-18Create the file glamor_triangles.cRobinHe1-144/+0
2013-12-18largepixmap: Support self composite for large pixmap.Zhigang Gong1-37/+41
2013-12-18largepixmap: Add transform/repeat/reflect/pad support.Zhigang Gong1-4/+8
2013-12-18largepixmap: Enable glamor_composite.Zhigang Gong1-1/+11
2013-12-18largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-221/+341
2013-12-18glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-8/+8
2013-12-18Extract the gradient related code out.Junyan He1-1580/+7
2013-12-18glamor_set_destination_pixmap_priv_nc: set drawable's width x height.Zhigang Gong1-2/+2
2013-12-18Added strict warning flags to CFLAGS.Zhigang Gong1-1/+1
2013-12-18Fixed an uninitialized problem at gradient shader functions.Zhigang Gong1-4/+3
2013-12-18Fixed one typo bug when fixup a mask picture.Zhigang Gong1-15/+11
2013-12-18Added some copyright and author information.Zhigang Gong1-0/+2
2013-12-18Added --enable-debug configuration option.Zhigang Gong1-1/+1
2013-12-18glamor_render: Fix the repeat none for GLES2.Zhigang Gong1-28/+60
2013-12-18glamor_render: Have to use eaxct size pixmap for transformation.Zhigang Gong1-19/+30
2013-12-18glamor_render.c: Fixed repeatPad and repeatRelect.Zhigang Gong1-33/+84
2013-12-18gradient: Don't need fixup flag when creating pixmap.Zhigang Gong1-11/+11
2013-12-18Fix the bug caused by gradient picture set the stops at the same percentage.Junyan He1-18/+27
2013-12-18Fix the problem of memory leak in gradient pixmap generating.Junyan He1-61/+177
2013-12-18pending_op: Remove the pending operations handling.Zhigang Gong1-13/+0
2013-12-18glamor_render: Don't download whole picture when fallback.Zhigang Gong1-8/+61
2013-12-18render: Enable more componentAlpha support.Zhigang Gong1-14/+14
2013-12-18glamor_render: Disable gradient shader conversion due to bug.Zhigang Gong1-2/+2
2013-12-18Add the feature for radial gradient using shader.Junyan He1-207/+700
2013-12-18Add the feature of generating linear gradient picture by using shader.Junyan He1-10/+968
2013-12-18Prepare for modification of gradient using shader.Junyan He1-0/+22
2013-12-18glamor_render: Only recalculate texture for repeat case.Zhigang Gong1-6/+30
2013-12-18glamor_tile/composite: Modify fs to re-calculate texture coords.Zhigang Gong1-43/+37
2013-12-18Fixup glx supportChris Wilson1-31/+36
2013-12-18GLX: Enable glx support.Zhigang Gong1-7/+15