summaryrefslogtreecommitdiff
path: root/src/glamor_priv.h
AgeCommit message (Expand)AuthorFilesLines
2012-06-11Enable large pixmap by default.for_large_pixmapZhigang Gong1-2/+2
2012-06-11largepixmap: Fix the selfcopy issue.Zhigang Gong1-3/+7
2012-06-11largepixmap: Support self composite for large pixmap.Zhigang Gong1-0/+3
2012-06-11largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-1/+4
2012-06-11glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-7/+178
2012-05-16Extract the gradient related code out.Junyan He1-1/+12
2012-05-16glamor_set_destination_pixmap_priv_nc: set drawable's width x height.Zhigang Gong1-1/+1
2012-05-15Remove the texture cache code.Zhigang Gong1-1/+0
2012-04-28Fixed all unused variables warnings.Zhigang Gong1-2/+1
2012-04-28Added --enable-debug configuration option.Zhigang Gong1-1/+3
2012-04-27glamor_fbo: Added a threshold value for the fbo cache pool.Zhigang Gong1-1/+1
2012-04-27glamor_render.c: Fixed repeatPad and repeatRelect.Zhigang Gong1-1/+3
2012-04-27gradient: Disable gradient for gles2.Zhigang Gong1-2/+2
2012-04-27Fix the problem of memory leak in gradient pixmap generating.Junyan He1-8/+20
2012-04-27pending_op: Remove the pending operations handling.Zhigang Gong1-27/+1
2012-04-27Fixed a stride problem for textured_drm pixmap.Zhigang Gong1-0/+1
2012-04-27glamor_pixmap_priv: Always return a valid private pixmap.Zhigang Gong1-1/+8
2012-04-13glamor_gl: Use GL_ALPHA for depth 8 pixmap.Zhigang Gong1-1/+1
2012-04-12glamor_pixmap_upload_texture: Support to upload a sub region of data.Zhigang Gong1-0/+4
2012-04-12glamor_getimage: Use glamor_download_sub_pixmap_to_cpu to get image.Zhigang Gong1-0/+5
2012-04-12fallback_optimize: Prepare for downloading/uploading subregion.Zhigang Gong1-7/+18
2012-04-12glamor_es2_pixmap_read_prepare: Just prepare the required region.Zhigang Gong1-1/+1
2012-04-12glamor_set_alu: Fallback for non GXcopy ops with GLES2.Zhigang Gong1-1/+1
2012-04-12gles2: Added 1555/2101010 formats support.Zhigang Gong1-1/+9
2012-04-12gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-7/+12
2012-04-12glamor_render: Disable gradient shader conversion due to bug.Zhigang Gong1-0/+1
2012-03-26Prepare for modification of gradient using shader.Junyan He1-0/+13
2012-03-06Fixup For list.h change in xorgJunyan He1-3/+17
2012-02-17For DRI swap buffers.Zhigang Gong1-10/+2
2012-02-13glamor_tile/composite: Modify fs to re-calculate texture coords.Zhigang Gong1-0/+3
2012-02-13Fixup glx supportChris Wilson1-5/+1
2012-02-12GLX: Enable glx support.Zhigang Gong1-0/+1
2012-02-08prepare_access: Don't use fbo after it was downloaded.Zhigang Gong1-11/+28
2012-02-08Don't call dixSetPrivate directly.Zhigang Gong1-0/+20
2012-02-08Refine CloseScreen and FreeScreen processes.Zhigang Gong1-0/+1
2012-01-29glamor-pixmap-upload: Create a uploading fbo with a texture only.Zhigang Gong1-1/+5
2012-01-29glamor-fbo-pool: Enable to reuse different size fbo/texture.Zhigang Gong1-0/+4
2012-01-29glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-10/+23
2012-01-29glamor_fbo: Introduce glamor fbo to manage all the fb/tex.Zhigang Gong1-12/+46
2012-01-13Rearrange data structure and remove unused fileds.Zhigang Gong1-41/+42
2012-01-11glamor-composite: Use glDrawElements to reduce the count of vertices.Zhigang Gong1-1/+1
2012-01-05Fixed a configure bug.Zhigang Gong1-0/+4
2011-12-31Added more drawing functions.Zhigang Gong1-1/+31
2011-12-13glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-5/+21
2011-12-12Enable texture dynamic uploading.Zhigang Gong1-1/+1
2011-12-12Classfy glamor pixmap to different types.Zhigang Gong1-0/+1
2011-12-12Call glamor_create_pixmap directly in glamor rendering path.Zhigang Gong1-0/+5
2011-12-11Remove the access mode from private pixmap structure.Zhigang Gong1-4/+2
2011-12-09exports more rendering functions to DDX driver.Zhigang Gong1-1/+1
2011-11-11Add new version glamor_fillspans without internal fallback.Zhigang Gong1-1/+1