summaryrefslogtreecommitdiff
path: root/src/glamor_fill.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-11largepixmap: Fix the selfcopy issue.Zhigang Gong1-1/+1
2012-06-11largepixmap: Implement infrastructure for large pixmap.Zhigang Gong1-23/+79
2012-06-11glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-1/+1
2012-05-16glamor_set_destination_pixmap_priv_nc: set drawable's width x height.Zhigang Gong1-1/+1
2012-04-28Fixed all unused variables warnings.Zhigang Gong1-3/+1
2012-04-28Added some copyright and author information.Zhigang Gong1-0/+4
2012-04-27pending_op: Remove the pending operations handling.Zhigang Gong1-13/+1
2012-04-12glamor_polyfillrect: Optimize fallback path.Zhigang Gong1-0/+40
2012-04-12glamor_set_alu: Added GXclear support at glamor_solid.Zhigang Gong1-2/+7
2012-04-12glamor_set_alu: Fallback for non GXcopy ops with GLES2.Zhigang Gong1-1/+4
2012-03-26glamor_fill: Should restore alu to GXcopy.Zhigang Gong1-0/+1
2012-02-13Fixup glx supportChris Wilson1-14/+12
2012-02-08glamor_fill/tile: Fixed a tileX/tileY calculation bug.Zhigang Gong1-3/+2
2012-01-29glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-8/+18
2012-01-04Reduce the double check of pixmap's private pointer.Zhigang Gong1-1/+1
2011-12-13glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-1/+6
2011-12-11Remove the access mode from private pixmap structure.Zhigang Gong1-1/+1
2011-11-11Add new version glamor_poly_fill_rect without internal fallback.Zhigang Gong1-1/+1
2011-11-11Add new version glamor_fillspans without internal fallback.Zhigang Gong1-2/+3
2011-11-11Initial version.Zhigang Gong1-0/+198