summaryrefslogtreecommitdiff
path: root/src/glamor_render.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Silence compilation warnings.Zhigang Gong1-3/+4
2012-07-23Fix the problem of VBO leak.Junyan He1-3/+3
2012-07-13gles2: Fixed the compilation problem and some bugs.Zhigang Gong1-1/+3
2012-07-12Stream vertex data to VBOs.Michel Dänzer1-15/+15
2012-07-11Fix translation of clip region for composite fallback.Michel D=C3=A4nzer1-2/+2
2012-07-11glamor_copyarea: Use blitcopy if current state is not render.Zhigang Gong1-1/+3
2012-07-03glamor_render: Don't allocate buffer for vbo each time.Zhigang Gong1-5/+16
2012-07-03glamor_render: Optimize the two pass ca rendering.Zhigang Gong1-90/+114
2012-07-03glamor_composite_glyph: Optimize glyphs with non-solid pattern.Zhigang Gong1-10/+78
2012-06-21glamor_render: Don't fallback when rendering glyphs with OpOver.Zhigang Gong1-3/+25
2012-06-15gles2_largepixmap: force clip for a non-large pixmap.Zhigang Gong1-3/+7
2012-06-15glamor_emit_composite_vert: Optimize to don't do two times vert coping.Zhigang Gong1-71/+60
2012-06-12Modilfy the composite logic to two phasesJunyan He1-73/+111
2012-06-12Create the file glamor_triangles.cRobinHe1-144/+0
2012-06-11largepixmap: Support self composite for large pixmap.Zhigang Gong1-37/+41
2012-06-11largepixmap: Add transform/repeat/reflect/pad support.Zhigang Gong1-4/+8
2012-06-11largepixmap: Enable glamor_composite.Zhigang Gong1-1/+11
2012-06-11largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-221/+341
2012-06-11glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-8/+8
2012-05-16Extract the gradient related code out.Junyan He1-1580/+7
2012-05-16glamor_set_destination_pixmap_priv_nc: set drawable's width x height.Zhigang Gong1-2/+2
2012-05-15Added strict warning flags to CFLAGS.Zhigang Gong1-1/+1
2012-04-28Fixed an uninitialized problem at gradient shader functions.Zhigang Gong1-4/+3
2012-04-28Fixed one typo bug when fixup a mask picture.Zhigang Gong1-15/+11
2012-04-28Added some copyright and author information.Zhigang Gong1-0/+2
2012-04-28Added --enable-debug configuration option.Zhigang Gong1-1/+1
2012-04-27glamor_render: Fix the repeat none for GLES2.Zhigang Gong1-28/+60
2012-04-27glamor_render: Have to use eaxct size pixmap for transformation.Zhigang Gong1-19/+30
2012-04-27glamor_render.c: Fixed repeatPad and repeatRelect.Zhigang Gong1-33/+84
2012-04-27gradient: Don't need fixup flag when creating pixmap.Zhigang Gong1-11/+11
2012-04-27Fix the bug caused by gradient picture set the stops at the same percentage.Junyan He1-18/+27
2012-04-27Fix the problem of memory leak in gradient pixmap generating.Junyan He1-61/+177
2012-04-27pending_op: Remove the pending operations handling.Zhigang Gong1-13/+0
2012-04-27glamor_render: Don't download whole picture when fallback.Zhigang Gong1-8/+61
2012-04-12render: Enable more componentAlpha support.Zhigang Gong1-14/+14
2012-04-12glamor_render: Disable gradient shader conversion due to bug.Zhigang Gong1-2/+2
2012-03-26Add the feature for radial gradient using shader.Junyan He1-207/+700
2012-03-26Add the feature of generating linear gradient picture by using shader.Junyan He1-10/+968
2012-03-26Prepare for modification of gradient using shader.Junyan He1-0/+22
2012-02-13glamor_render: Only recalculate texture for repeat case.Zhigang Gong1-6/+30
2012-02-13glamor_tile/composite: Modify fs to re-calculate texture coords.Zhigang Gong1-43/+37
2012-02-13Fixup glx supportChris Wilson1-31/+36
2012-02-12GLX: Enable glx support.Zhigang Gong1-7/+15
2012-01-29Use CLAMP_TO_BORDER in copy_n_to_n so we can sample outside of the sourceChris Wilson1-13/+15
2012-01-29Do not reduce a composite to a copy if we need to sample outside of the sourceChris Wilson1-9/+22
2012-01-29glamor_render: Add non-Map/Unmap vertex array for GLES.Zhigang Gong1-16/+64
2012-01-29glamor_composite: Fix one bug when we have too more vertices.Zhigang Gong1-1/+1
2012-01-29glamor-fbo-pool: Enable to reuse different size fbo/texture.Zhigang Gong1-1/+33
2012-01-29glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-3/+32
2012-01-29glamor_fbo: Introduce glamor fbo to manage all the fb/tex.Zhigang Gong1-18/+6