summaryrefslogtreecommitdiff
path: root/glamor/glamor_render.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-12-18Use CLAMP_TO_BORDER in copy_n_to_n so we can sample outside of the sourceChris Wilson1-13/+15
2013-12-18Do not reduce a composite to a copy if we need to sample outside of the sourceChris Wilson1-9/+22
2013-12-18glamor_render: Add non-Map/Unmap vertex array for GLES.Zhigang Gong1-16/+64
2013-12-18glamor_composite: Fix one bug when we have too more vertices.Zhigang Gong1-1/+1
2013-12-18glamor-fbo-pool: Enable to reuse different size fbo/texture.Zhigang Gong1-1/+33
2013-12-18glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-3/+32
2013-12-18glamor_fbo: Introduce glamor fbo to manage all the fb/tex.Zhigang Gong1-18/+6
2013-12-18glamor_composite: Allocate VBO on demand.Zhigang Gong1-94/+88
2013-12-18glamor-composite: Use glDrawElements to reduce the count of vertices.Zhigang Gong1-18/+41
2013-12-18glamor-composite: Optimize the computation of composite region.Zhigang Gong1-98/+106
2013-12-18Reduce the double check of pixmap's private pointer.Zhigang Gong1-2/+2
2013-12-18glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-12/+58
2013-12-18Fallback if the pixmap is drm only.Zhigang Gong1-3/+5
2013-12-18Call glamor_create_pixmap directly in glamor rendering path.Zhigang Gong1-2/+2
2013-12-18Remove the access mode from private pixmap structure.Zhigang Gong1-3/+3
2013-12-18exports more rendering functions to DDX driver.Zhigang Gong1-39/+101
2013-12-18Initial version.Zhigang Gong1-1235/+1320
2011-09-26glamor: Don't direct call to any gl functions.Zhigang Gong1-68/+78
2011-09-26glamor: Improve glyphs cache mechanism.Zhigang Gong1-4/+4
2011-09-26glamor-gles2: Add explicit precision qualifiers for gles2.Zhigang Gong1-0/+10
2011-09-26glamor: GLES2 doesn't support GL_CLAMP_TO_BORDER.Zhigang Gong1-4/+7
2011-09-26glamor: Remove useless glVertexPointer related code.Zhigang Gong1-30/+0