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