summaryrefslogtreecommitdiff
path: root/src/cairo-gl-msaa-compositor.c
Commit message (Expand)AuthorAgeFilesLines
* gl: Whitespace cleanupBryce Harrington2018-05-291-12/+12
* Surround initialisations with atomic critical sectionMikhail Fludkov2017-10-151-1/+4
* gl: Add support for OpenGL ES 3.0Bryce Harrington2017-09-131-1/+9
* gl: Treat GLES v2 as a separate flavor from GLES v3Bryce Harrington2016-10-281-1/+1
* Compile fixAdrian Johnson2015-10-171-0/+1
* gl: Fix compiler warnings in the GL backendMartin Robinson2013-05-071-2/+4
* gl/msaa: Properly fall back when using CLEAR operatorMartin Robinson2013-02-061-0/+7
* gl: Replace manual vertex transformation with VS computation of texcoordsChris Wilson2013-02-041-7/+14
* gl/msaa: Add a fast path for fills that are simple quadsMartin Robinson2013-01-251-6/+39
* gl/msaa: Fix a memory leak in _clip_to_trapsHenry Song2013-01-251-0/+2
* gl/msaa: Rely on the stencil buffer to cache the clipMartin Robinson2013-01-091-0/+4
* gl/msaa: No need to set the clip when maskingMartin Robinson2013-01-091-1/+0
* gl/msaa: Only clear parts of the stencil buffer we will useHenry Song2013-01-031-4/+30
* gl/msaa: Avoid the stencil buffer when possible during maskingAlejandro G. Castro2013-01-031-15/+53
* gl/msaa: Add full support for masking with the SOURCE operatorHenry Song2013-01-031-7/+77
* gl: Cleanup selection of multisampling modeMartin Robinson2012-12-281-5/+9
* gl/msaa: Improve fallback detectionMartin Robinson2012-05-171-13/+16
* gl/msaa: Lazily flush the contextMartin Robinson2012-05-171-4/+0
* gl/msaa: Implement glyph renderingMartin Robinson2012-05-171-5/+78
* gl/msaa: Wait to clip until compositing beginsMartin Robinson2012-05-171-127/+28
* gl/msaa: Support for non-texture surfacesMartin Robinson2012-05-171-0/+40
* gl/msaa: Support the OpenGLES EXT multisampling extensionHenry (Yu) Song2012-05-171-0/+12
* gl/msaa: Implement paint via maskingHenry (Yu) Song2012-05-171-12/+39
* gl/msaa: Add ARB multisampling supportHenry (Yu) Song2012-05-171-5/+23
* gl/msaa: Add support for unbounded operatorsHenry (Yu) Song2012-05-081-0/+100
* gl/msaa: Support for maskingHenry (Yu) Song2012-05-081-1/+91
* gl/msaa: Support for texture sourcesHenry (Yu) Song2012-05-081-2/+2
* gl/msaa: Prevent stroke overlapHenry (Yu) Song2012-05-081-0/+36
* gl: Uses the inline clip function, so update its includeChris Wilson2012-04-191-1/+1
* gl: Various fixes for glyphsChris Wilson2012-02-291-4/+2
* gl/msaa: Scissor simple rectangular clipsMartin Robinson2011-12-161-27/+53
* gl/msaa: Ignore the antialiasing property of the clip.Martin Robinson2011-12-151-4/+10
* gl/msaa: If stenciling the clip fails, reset the color mask.Martin Robinson2011-12-151-0/+1
* gl: Defer stencil allocation until useChris Wilson2011-12-071-1/+1
* gl: Fallback for complex subsurfacesChris Wilson2011-11-241-12/+4
* gl/msaa: Fix scissor boundsMartin Robinson2011-11-231-2/+3
* gl/msaa: Fix glScissor boundsMartin Robinson2011-10-151-8/+12
* gl/msaa: Support for solid color strokes.Martin Robinson2011-10-131-1/+130
* gl/msaa: Add clipping supportMartin Robinson2011-10-131-6/+96
* gl/msaa: Implement basic solid color fillMartin Robinson2011-10-131-1/+100
* gl/msaa: Introduce an MSAA compositor for OpenGLMartin Robinson2011-10-131-0/+110