summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-12getimage: Enable getimage by default.Zhigang Gong1-11/+15
2012-04-12render: Enable more componentAlpha support.Zhigang Gong1-14/+14
2012-04-12glamor_set_alu: Fallback for non GXcopy ops with GLES2.Zhigang Gong7-13/+33
2012-04-12glamor_putimage: Reuse the function in pixmap.c to do the uploading.Zhigang Gong1-32/+29
2012-04-12gles2: Added 1555/2101010 formats support.Zhigang Gong3-75/+382
2012-04-12gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong11-223/+365
2012-04-12glamor_utils: Added debug function to dump depth 15/16 pixmap.Zhigang Gong1-1/+27
2012-04-12glamor_render: Disable gradient shader conversion due to bug.Zhigang Gong2-2/+3
2012-04-12glamor_fbo: Added one macro to disable fbo cache.Zhigang Gong1-3/+12
2012-03-26glamor_fill: Should restore alu to GXcopy.Zhigang Gong1-0/+1
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 He6-7/+78
2012-03-26glamor_utils: Add some assistant functions to compare pixmaps/pictures.Junyan He1-0/+272
2012-03-06Fixup For list.h change in xorgJunyan He2-28/+42
2012-02-17configure.ac: Let's enable the AM_MAINTAINER_MODE.Zhigang Gong1-1/+1
2012-02-17Bump version to 0.3.1 for the new swap buffer API.Zhigang Gong1-1/+1
2012-02-17For DRI swap buffers.Zhigang Gong5-19/+129
2012-02-17glamor_copyarea: Don't use GL_CLAMP_TO_BORDER when GLES2 enabled.Zhigang Gong1-6/+6
2012-02-14glamor_fbo: Fix a bug when create No gl FBO pixmap.Zhigang Gong1-1/+1
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 Gong5-52/+61
2012-02-13Fixup glx supportChris Wilson29-335/+224
2012-02-12GLX: Enable glx support.Zhigang Gong21-51/+445
2012-02-11glamor_pixmap: Should bind unpack buffer to 0 after the uploading.Zhigang Gong1-0/+3
2012-02-11glamor_picture: Fix the wrong order of header file.Zhigang Gong1-1/+1
2012-02-08glamor_dump_pixmap: Add helper routine to dump pixmap.Zhigang Gong1-0/+53
2012-02-08glamor_fill/tile: Fixed a tileX/tileY calculation bug.Zhigang Gong2-10/+2
2012-02-08prepare_access: Don't use fbo after it was downloaded.Zhigang Gong4-16/+36
2012-02-08glamor_eglmodule: Change module name according to normalize naming rule.Zhigang Gong3-10/+13
2012-02-08Don't call dixSetPrivate directly.Zhigang Gong2-11/+25
2012-02-08Refine CloseScreen and FreeScreen processes.Zhigang Gong6-88/+131
2012-01-29Use CLAMP_TO_BORDER in copy_n_to_n so we can sample outside of the sourceChris Wilson2-13/+21
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-gles2: Fixup the pixmap before read back if it is not readable.Zhigang Gong2-2/+2
2012-01-29glamor-fbo: Tweek the cache bucket calculation.Zhigang Gong1-3/+3
2012-01-29glamor_create_fbo: Concentrate the fbo size/depth checking.Zhigang Gong3-24/+24