summaryrefslogtreecommitdiff
path: root/glamor/glamor_copy.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-26glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]Keith Packard1-4/+4
2016-01-29glamor: Simplify the pixmap box looping.Eric Anholt1-7/+8
2016-01-26glamor: don't do copy if we have 0 boxes to copy.Dave Airlie1-0/+3
2015-05-14glamor: Adapt glamor_program API to handle render accelerationKeith Packard1-3/+3
2015-05-14glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemaskKeith Packard1-5/+4
2015-03-24glamor: * 1/size is faster than / size in VSKeith Packard1-4/+4
2015-03-24glamor: Add a helper function for the common GL_QUADS fallback pattern.Eric Anholt1-7/+1
2015-03-24glamor: Don't optimize out scissor updates in CopyArea.Eric Anholt1-11/+6
2015-03-24glamor: Just set the logic op to what we want at the start of all rendering.Eric Anholt1-4/+0
2015-03-24glamor: Create inline tests for small/large pixmapsKeith Packard1-1/+1
2015-03-24glamor: Remove _nf rendering functionsKeith Packard1-36/+0
2014-10-09mi: Drop plane argument from miHandleExposuresAdam Jackson1-2/+1
2014-08-17glamor: Don't call glamor_copy_fbo_cpu() for GLAMOR_DRM_ONLY pixmapsMichel Dänzer1-0/+1
2014-08-12glamor: Add glamor_copy_fbo_cpu() for CopyArea to non-GPU destinationMichel Dänzer1-0/+54
2014-06-15glamor: Add glamor_program based copy accelerationKeith Packard1-0/+693