summaryrefslogtreecommitdiff
path: root/glamor/glamor_transform.c
Commit message (Expand)AuthorAgeFilesLines
* glamor: Fix more fallback paths with non-GXcopy rop with GLESAdam Jackson2019-05-281-1/+1
* glamor: Introduce a central place for our pixmap format/type handling.Eric Anholt2019-04-171-3/+2
* glamor: glamor_set_destination_drawable() can failOlivier Fourdan2017-03-151-2/+9
* glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]Keith Packard2016-05-261-4/+8
* glamor: Factor out glamor_set_color_depth from glamor_set_colorMichel Dänzer2016-03-081-8/+8
* glamor: Simplify the pixmap box looping.Eric Anholt2016-01-291-4/+3
* glamor: Drop comment about dead yInverted flag.Eric Anholt2016-01-291-2/+0
* glamor: Use GL_RED instead of GL_ALPHA if we have texture_swizzle (v3)Keith Packard2016-01-261-0/+6
* glamor: Adapt glamor_program API to handle render accelerationKeith Packard2015-05-141-5/+18
* glamor: Remove destination drawable argument from glamor_set_textureKeith Packard2015-05-141-6/+3
* glamor: Pass depth to glamor_pm_is_solid and glamor_set_planemaskKeith Packard2015-05-141-2/+2
* glamor: * 1/size is faster than / size in VSKeith Packard2015-03-241-4/+4
* glamor: Create inline tests for small/large pixmapsKeith Packard2015-03-241-1/+1
* glamor: Eliminate separate 'large' pixmap private structureKeith Packard2015-03-241-1/+1
* glamor: Remove screen private and pixmap ptrs from pixmap private and fboKeith Packard2015-03-241-1/+3
* glamor: Add accelerated stipple supportKeith Packard2014-06-151-3/+69
* glamor: Add infrastructure for generating shaders on the flyKeith Packard2014-03-261-0/+215