summaryrefslogtreecommitdiff
path: root/src/cairo-gl-msaa-compositor.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-07gl: Fix compiler warnings in the GL backendMartin Robinson1-2/+4
2013-02-06gl/msaa: Properly fall back when using CLEAR operatorMartin Robinson1-0/+7
2013-02-04gl: Replace manual vertex transformation with VS computation of texcoordsChris Wilson1-7/+14
2013-01-25gl/msaa: Add a fast path for fills that are simple quadsMartin Robinson1-6/+39
2013-01-25gl/msaa: Fix a memory leak in _clip_to_trapsHenry Song1-0/+2
2013-01-09gl/msaa: Rely on the stencil buffer to cache the clipMartin Robinson1-0/+4
2013-01-09gl/msaa: No need to set the clip when maskingMartin Robinson1-1/+0
2013-01-03gl/msaa: Only clear parts of the stencil buffer we will useHenry Song1-4/+30
2013-01-03gl/msaa: Avoid the stencil buffer when possible during maskingAlejandro G. Castro1-15/+53
2013-01-03gl/msaa: Add full support for masking with the SOURCE operatorHenry Song1-7/+77
2012-12-28gl: Cleanup selection of multisampling modeMartin Robinson1-5/+9
2012-05-17gl/msaa: Improve fallback detectionMartin Robinson1-13/+16
2012-05-17gl/msaa: Lazily flush the contextMartin Robinson1-4/+0
2012-05-17gl/msaa: Implement glyph renderingMartin Robinson1-5/+78
2012-05-17gl/msaa: Wait to clip until compositing beginsMartin Robinson1-127/+28
2012-05-17gl/msaa: Support for non-texture surfacesMartin Robinson1-0/+40
2012-05-17gl/msaa: Support the OpenGLES EXT multisampling extensionHenry (Yu) Song1-0/+12
2012-05-17gl/msaa: Implement paint via maskingHenry (Yu) Song1-12/+39
2012-05-17gl/msaa: Add ARB multisampling supportHenry (Yu) Song1-5/+23
2012-05-08gl/msaa: Add support for unbounded operatorsHenry (Yu) Song1-0/+100
2012-05-08gl/msaa: Support for maskingHenry (Yu) Song1-1/+91
2012-05-08gl/msaa: Support for texture sourcesHenry (Yu) Song1-2/+2
2012-05-08gl/msaa: Prevent stroke overlapHenry (Yu) Song1-0/+36
2012-04-19gl: Uses the inline clip function, so update its includeChris Wilson1-1/+1
2012-02-29gl: Various fixes for glyphsChris Wilson1-4/+2
2011-12-16gl/msaa: Scissor simple rectangular clipsMartin Robinson1-27/+53
2011-12-15gl/msaa: Ignore the antialiasing property of the clip.Martin Robinson1-4/+10
2011-12-15gl/msaa: If stenciling the clip fails, reset the color mask.Martin Robinson1-0/+1