summaryrefslogtreecommitdiff
path: root/glamor/glamor_transfer.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-29glamor: Simplify the pixmap box looping.Eric Anholt1-8/+8
2016-01-26glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)Keith Packard1-1/+1
2015-07-06glamor: Add an assert to catch the previous bug.Eric Anholt1-0/+2
2015-03-24glamor: Use GL_FRAMEBUFFER instead of GL_READ_FRAMEBUFFERMaarten Lankhorst1-1/+1
2015-03-24glamor: only use (un)pack_subimage when availableMaarten Lankhorst1-19/+36
2014-07-17glamor: Drop unnecessary glTexParameteri() in upload of texture data.Eric Anholt1-3/+0
2014-07-17glamor: Use MIN/MAX macros to clean up glamor_transfer.cEric Anholt1-35/+10
2014-04-23glamor: Replace glamor_get/put_context() with just glamor_make_current().Eric Anholt1-4/+2
2014-04-03glamor: Add simple upload/download functions in glamor_transferKeith Packard1-0/+264