index
:
~alexl/cairo
device-scale
device-scale2
ickle-device-scale
master
Unnamed repository; edit this file 'description' to name the repository.
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gl-msaa-compositor.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-06
gl/msaa: Properly fall back when using CLEAR operator
Martin Robinson
1
-0
/
+7
2013-02-04
gl: Replace manual vertex transformation with VS computation of texcoords
Chris Wilson
1
-7
/
+14
2013-01-25
gl/msaa: Add a fast path for fills that are simple quads
Martin Robinson
1
-6
/
+39
2013-01-25
gl/msaa: Fix a memory leak in _clip_to_traps
Henry Song
1
-0
/
+2
2013-01-09
gl/msaa: Rely on the stencil buffer to cache the clip
Martin Robinson
1
-0
/
+4
2013-01-09
gl/msaa: No need to set the clip when masking
Martin Robinson
1
-1
/
+0
2013-01-03
gl/msaa: Only clear parts of the stencil buffer we will use
Henry Song
1
-4
/
+30
2013-01-03
gl/msaa: Avoid the stencil buffer when possible during masking
Alejandro G. Castro
1
-15
/
+53
2013-01-03
gl/msaa: Add full support for masking with the SOURCE operator
Henry Song
1
-7
/
+77
2012-12-28
gl: Cleanup selection of multisampling mode
Martin Robinson
1
-5
/
+9
2012-05-17
gl/msaa: Improve fallback detection
Martin Robinson
1
-13
/
+16
2012-05-17
gl/msaa: Lazily flush the context
Martin Robinson
1
-4
/
+0
2012-05-17
gl/msaa: Implement glyph rendering
Martin Robinson
1
-5
/
+78
2012-05-17
gl/msaa: Wait to clip until compositing begins
Martin Robinson
1
-127
/
+28
2012-05-17
gl/msaa: Support for non-texture surfaces
Martin Robinson
1
-0
/
+40
2012-05-17
gl/msaa: Support the OpenGLES EXT multisampling extension
Henry (Yu) Song
1
-0
/
+12
2012-05-17
gl/msaa: Implement paint via masking
Henry (Yu) Song
1
-12
/
+39
2012-05-17
gl/msaa: Add ARB multisampling support
Henry (Yu) Song
1
-5
/
+23
2012-05-08
gl/msaa: Add support for unbounded operators
Henry (Yu) Song
1
-0
/
+100
2012-05-08
gl/msaa: Support for masking
Henry (Yu) Song
1
-1
/
+91
2012-05-08
gl/msaa: Support for texture sources
Henry (Yu) Song
1
-2
/
+2
2012-05-08
gl/msaa: Prevent stroke overlap
Henry (Yu) Song
1
-0
/
+36
2012-04-19
gl: Uses the inline clip function, so update its include
Chris Wilson
1
-1
/
+1
2012-02-29
gl: Various fixes for glyphs
Chris Wilson
1
-4
/
+2
2011-12-16
gl/msaa: Scissor simple rectangular clips
Martin Robinson
1
-27
/
+53
2011-12-15
gl/msaa: Ignore the antialiasing property of the clip.
Martin Robinson
1
-4
/
+10
2011-12-15
gl/msaa: If stenciling the clip fails, reset the color mask.
Martin Robinson
1
-0
/
+1
2011-12-07
gl: Defer stencil allocation until use
Chris Wilson
1
-1
/
+1
2011-11-24
gl: Fallback for complex subsurfaces
Chris Wilson
1
-12
/
+4
2011-11-23
gl/msaa: Fix scissor bounds
Martin Robinson
1
-2
/
+3
2011-10-15
gl/msaa: Fix glScissor bounds
Martin Robinson
1
-8
/
+12
2011-10-13
gl/msaa: Support for solid color strokes.
Martin Robinson
1
-1
/
+130
2011-10-13
gl/msaa: Add clipping support
Martin Robinson
1
-6
/
+96
2011-10-13
gl/msaa: Implement basic solid color fill
Martin Robinson
1
-1
/
+100
2011-10-13
gl/msaa: Introduce an MSAA compositor for OpenGL
Martin Robinson
1
-0
/
+110