summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-18Fixed all unused variables warnings.Zhigang Gong12-44/+14
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 Gong17-1/+216
2013-12-18Added --enable-debug configuration option.Zhigang Gong3-3/+6
2013-12-18Remove unecessary header file.Zhigang Gong1-1/+0
2013-12-18glamor_render: Fix the repeat none for GLES2.Zhigang Gong2-28/+71
2013-12-18glamor_blockhandler: Don't do glFinish every time.Zhigang Gong1-2/+0
2013-12-18glamor_copyarea: Return earlier if have zero nbox.Zhigang Gong1-6/+3
2013-12-18glamor_render: Have to use eaxct size pixmap for transformation.Zhigang Gong1-19/+30
2013-12-18glamor_fbo: Added a threshold value for the fbo cache pool.Zhigang Gong2-6/+21
2013-12-18Fixed a1 bug.Zhigang Gong2-4/+29
2013-12-18glamor_render.c: Fixed repeatPad and repeatRelect.Zhigang Gong2-34/+87
2013-12-18gradient: Don't need fixup flag when creating pixmap.Zhigang Gong1-11/+11
2013-12-18glamor_copyarea: Don't access a DRM only pixmap.Zhigang Gong1-0/+7
2013-12-18Disable A8 texture format for GLES2.Zhigang Gong1-4/+1
2013-12-18gradient: Disable gradient for gles2.Zhigang Gong2-2/+4
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 He4-69/+199
2013-12-18glamor_putimage: Optimize for direct uploading and fallback path.Zhigang Gong1-11/+30
2013-12-18Fixed one potential texture size mismatch problem.Zhigang Gong1-1/+15
2013-12-18glamor_getimage: Don't fallback to miGetImage.Zhigang Gong1-6/+17
2013-12-18pending_op: Remove the pending operations handling.Zhigang Gong8-243/+80
2013-12-18glamor_upload_pixmap: Use glTexImage2D for a fully update.Zhigang Gong1-16/+16
2013-12-18glamor_setspans: Reuse glamor_upload_sub_pixmap.Zhigang Gong1-45/+15
2013-12-18code clean up.Zhigang Gong2-17/+0
2013-12-18glamor_getspans: Reuse glamor_download_sub_pixmap.Zhigang Gong1-58/+8
2013-12-18glamor_render: Don't download whole picture when fallback.Zhigang Gong2-21/+73
2013-12-18glamor_put_sub_pixmap: Change to use glamor_upload_sub_pixmap.Zhigang Gong2-16/+25
2013-12-18Fixed a stride problem for textured_drm pixmap.Zhigang Gong3-3/+14
2013-12-18glamor_putimage: Reuse copy area to do the clipped copy.Zhigang Gong1-91/+19
2013-12-18Fixed a unbalanced glamor_put_dispatch.Zhigang Gong1-1/+0
2013-12-18glamor_pixmap_priv: Always return a valid private pixmap.Zhigang Gong3-3/+10
2013-12-18Don't need to set GL_PACK_ROW_LENGTH/GL_UNPACK_ROW_LENGTH.Zhigang Gong2-16/+6
2013-12-18glamor_gl: Use GL_ALPHA for depth 8 pixmap.Zhigang Gong2-2/+4
2013-12-18glamor_pixmap_ensure_fbo: Should allocate tex if we don't have one.Zhigang Gong1-1/+1
2013-12-18glamor_polylines: Don't fallback for non-solid fill.Zhigang Gong1-4/+3
2013-12-18glamor_upload/download: fix 1bpp bug.Zhigang Gong1-7/+19
2013-12-18glamor_pixmap_upload_texture: Support to upload a sub region of data.Zhigang Gong3-135/+96
2013-12-18glamor_getimage: Use glamor_download_sub_pixmap_to_cpu to get image.Zhigang Gong2-60/+13
2013-12-18glamor_polyfillrect: Fixed a potential bug if fallback at glamor_fill.Zhigang Gong1-3/+6
2013-12-18glamor_polyfillrect: Optimize fallback path.Zhigang Gong2-4/+40
2013-12-18fallback_optimize: Prepare for downloading/uploading subregion.Zhigang Gong5-88/+272
2013-12-18glamor_download_sub_pixmap_to_cpu: New function to download subregion.Zhigang Gong1-121/+168
2013-12-18glamor_es2_pixmap_read_prepare: Just prepare the required region.Zhigang Gong4-18/+19
2013-12-18glamor_color_convert: Let the caller to provide destination buffer.Zhigang Gong1-29/+21
2013-12-18glyphblt/polyops: Use miFunctions by default.Zhigang Gong2-76/+10
2013-12-18glamor_set_alu: Added GXclear support at glamor_solid.Zhigang Gong2-6/+8
2013-12-18getimage: Enable getimage by default.Zhigang Gong1-11/+15
2013-12-18render: Enable more componentAlpha support.Zhigang Gong1-14/+14