summaryrefslogtreecommitdiff
path: root/src/glamor_putimage.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-13glamor: Add missing prepares on the GC during fb fallbacks.Eric Anholt1-1/+3
2014-03-13glamor: Rely on nested mappings to handle src==dst and !prepare bugs.Eric Anholt1-1/+1
2014-03-13glamor: Drop useless glEnable/glDisable(GL_TEXTURE_2D) calls.Eric Anholt1-2/+0
2014-02-17glamor: Correctly specificy the stride parameter for glamor_put_imageAnthony Waters1-2/+4
2014-01-31glamor: Add in support for the stride parameter when uploading texture dataAnthony Waters1-4/+4
2013-10-31Remove redundant dispatch->glEnable(GL_TEXTURE_2D)Brian Paul1-1/+0
2013-09-18Fix RegionContainsRect test for PutImageMichel Dänzer1-1/+1
2012-06-11glamor_putimage: Correct the wrong stride value.Zhigang Gong1-1/+1
2012-06-11glamor_largepixmap: first commit for large pixmap.Zhigang Gong1-3/+3
2012-04-28Fixed all unused variables warnings.Zhigang Gong1-1/+0
2012-04-28Added some copyright and author information.Zhigang Gong1-0/+1
2012-04-27glamor_putimage: Optimize for direct uploading and fallback path.Zhigang Gong1-11/+30
2012-04-27code clean up.Zhigang Gong1-8/+0
2012-04-27glamor_put_sub_pixmap: Change to use glamor_upload_sub_pixmap.Zhigang Gong1-2/+5
2012-04-27glamor_putimage: Reuse copy area to do the clipped copy.Zhigang Gong1-91/+19
2012-04-14Don't need to set GL_PACK_ROW_LENGTH/GL_UNPACK_ROW_LENGTH.Zhigang Gong1-2/+0
2012-04-12glamor_pixmap_upload_texture: Support to upload a sub region of data.Zhigang Gong1-29/+7
2012-04-12glamor_set_alu: Fallback for non GXcopy ops with GLES2.Zhigang Gong1-1/+5
2012-04-12glamor_putimage: Reuse the function in pixmap.c to do the uploading.Zhigang Gong1-32/+29
2012-04-12gles2: Fixed color conversion for the formats except 1555 and 2101010.Zhigang Gong1-5/+8
2012-02-13Fixup glx supportChris Wilson1-5/+4
2012-02-12GLX: Enable glx support.Zhigang Gong1-5/+15
2012-01-29glamor-fbo-pool: Implement fbo cache mechanism.Zhigang Gong1-0/+5
2012-01-11Set filter to GL_NEAREST by default.Zhigang Gong1-4/+4
2012-01-04Reduce the double check of pixmap's private pointer.Zhigang Gong1-1/+1
2011-12-31Fixed a bug at putImage.Zhigang Gong1-1/+1
2011-12-13glamor-for-ddx: Exports all rendering/drawing functions.Zhigang Gong1-1/+5
2011-12-11Remove the access mode from private pixmap structure.Zhigang Gong1-2/+2
2011-12-09exports more rendering functions to DDX driver.Zhigang Gong1-8/+27
2011-11-11Initial version.Zhigang Gong1-0/+405