summaryrefslogtreecommitdiff
path: root/glamor/glamor_program.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-29glamor: Fix link failure on GLES2.Eric Anholt1-2/+1
2016-05-26glamor: Preserve GL_RED bits in R channel when destination is GL_RED [v2]Keith Packard1-1/+3
2016-05-26glamor: Disable logic ops when doing compositing [v4]Keith Packard1-0/+4
2016-03-08glamor: Source pictures are always depth 32Michel Dänzer1-3/+3
2016-01-26glamor: Add support for CA rendering in a single pass.Dave Airlie1-9/+34
2015-07-02glamor: Use ARRAY_SIZE in a couple more places for consistency.Eric Anholt1-4/+2
2015-07-02glamor: Mark a bunch of single-file data static.Eric Anholt1-4/+4
2015-05-14glamor: Replace CompositeGlyphs code [v2]Keith Packard1-0/+5
2015-05-14glamor: Adapt glamor_program API to handle render accelerationKeith Packard1-14/+262
2015-03-24glamor: * 1/size is faster than / size in VSKeith Packard1-8/+8
2015-03-24glamor: do not check for gl errors in glamor_build_programMaarten Lankhorst1-3/+0
2014-06-15glamor: Add accelerated stipple supportKeith Packard1-15/+24
2014-06-15glamor: Add glamor_program based 0-width dashed linesKeith Packard1-0/+7
2014-06-15glamor: Add glamor_program based copy accelerationKeith Packard1-1/+9
2014-04-03glamor: Use plain GLSL 1.20 features for fill code.Keith Packard1-3/+3
2014-04-03glamor: Compute supported GLSL version and save in screen privateKeith Packard1-10/+2
2014-03-26glamor: Add infrastructure for generating shaders on the flyKeith Packard1-0/+394