index
:
~bryce/cairo
cairogles-integration
doc-fixes
downscaling
master
path-effects
perspective-transform
test-outputs-to-output-dir
vbo-size
Bryce's cairo repository for development branches
bryce
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gl-private.h
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-28
gl: Move glGetUniformLocation to shader compile time.
Eric Anholt
1
-6
/
+13
2013-04-26
gl: Separate framebuffer bind from destination selection
Martin Robinson
1
-4
/
+5
2013-04-17
gl/msaa: Resolve multisampling on surface flush
Henry Song
1
-0
/
+3
2013-02-07
gl: Mark up _cairo_gl_composite_set_operator* as private
Chris Wilson
1
-2
/
+2
2013-02-04
gl: do not force flush everytime uploading a glyph image to glyph cache
Henry Song
1
-1
/
+2
2013-02-04
gl: Replace manual vertex transformation with VS computation of texcoords
Chris Wilson
1
-9
/
+15
2013-01-25
gl: Use GL_ALPHA textures for CAIRO_CONTENT_ALPHA glyph caching
Henry Song
1
-0
/
+6
2013-01-09
gl/msaa: Rely on the stencil buffer to cache the clip
Martin Robinson
1
-0
/
+1
2013-01-03
gl/msaa: Only clear parts of the stencil buffer we will use
Henry Song
1
-0
/
+4
2013-01-03
gl/msaa: Add full support for masking with the SOURCE operator
Henry Song
1
-0
/
+9
2012-12-30
gl: Use vfunc for vertex emission
Chris Wilson
1
-19
/
+29
2012-12-28
gl: Cleanup selection of multisampling mode
Martin Robinson
1
-5
/
+4
2012-12-17
Revert "gl/msaa: Share the depth/stencil buffer among all surfaces"
Martin Robinson
1
-13
/
+0
2012-12-10
gl: Add BGRA download support for GLES2
Martin Robinson
1
-0
/
+1
2012-12-08
gl/msaa: Share the depth/stencil buffer among all surfaces
Martin Robinson
1
-0
/
+13
2012-11-01
gl: Tune the default VBO size to reduce overhead on embedded devices
Chris Wilson
1
-2
/
+4
2012-08-22
gl: Add a non-thread-aware mode for GL devices
Martin Robinson
1
-0
/
+2
2012-08-22
gl: Remove the shader language version abstraction
Martin Robinson
1
-4
/
+2
2012-05-31
gl: Add missing cairo-private to _cairo_gl_composite_with_clip
Chris Wilson
1
-1
/
+1
2012-05-23
gl: Simplify switching between primitive types
Martin Robinson
1
-0
/
+7
2012-05-21
gl: Replace vbo with static allocation and immediate arrays
Chris Wilson
1
-5
/
+3
2012-05-17
gl/msaa: Implement glyph rendering
Martin Robinson
1
-0
/
+11
2012-05-17
gl/msaa: Wait to clip until compositing begins
Martin Robinson
1
-0
/
+12
2012-05-17
gl/msaa: Support for non-texture surfaces
Martin Robinson
1
-0
/
+2
2012-05-17
gl/msaa: Support the OpenGLES EXT multisampling extension
Henry (Yu) Song
1
-7
/
+6
2012-05-17
gl/msaa: Add ARB multisampling support
Henry (Yu) Song
1
-2
/
+36
2012-05-12
gl: Provide a shader implementation of repeat wrap modes
Alexandros Frantzis
1
-0
/
+1
2012-05-08
gl/msaa: Support for texture sources
Henry (Yu) Song
1
-4
/
+0
2012-02-29
gl: Various fixes for glyphs
Chris Wilson
1
-2
/
+5
2011-12-09
gl: Track surface references through operands
Chris Wilson
1
-0
/
+1
2011-12-07
gl: Decouple the glyph upon eviction
Chris Wilson
1
-0
/
+7
2011-12-07
gl: Defer stencil allocation until use
Chris Wilson
1
-0
/
+4
2011-12-05
gl: Unbreak the glyph cache
Chris Wilson
1
-1
/
+1
2011-12-05
gl: Propagate clip region
Chris Wilson
1
-0
/
+2
2011-12-05
gl: Embed the operand rather than a pattern into the glyph cache
Chris Wilson
1
-1
/
+1
2011-12-05
gl: Use the embedded operand to allow passing sources around
Chris Wilson
1
-1
/
+15
2011-12-05
gl: Make the backend struct static
Chris Wilson
1
-2
/
+0
2011-11-24
gl: Embed a operand into the surface for pass-through
Chris Wilson
1
-45
/
+48
2011-11-24
gl: Fallback for complex subsurfaces
Chris Wilson
1
-9
/
+8
2011-11-23
gl: Update glyphs to use cairo_gl_source_t
Chris Wilson
1
-0
/
+9
2011-11-23
gl/msaa: Fix scissor bounds
Martin Robinson
1
-9
/
+0
2011-10-14
gl/msaa: Markup the new symbols as private for PLT hiding
Chris Wilson
1
-2
/
+2
2011-10-13
gl/msaa: Support for solid color strokes.
Martin Robinson
1
-1
/
+6
2011-10-13
gl/msaa: Add clipping support
Martin Robinson
1
-1
/
+10
2011-10-13
gl/msaa: Implement basic solid color fill
Martin Robinson
1
-0
/
+11
2011-10-13
gl/msaa: Introduce an MSAA compositor for OpenGL
Martin Robinson
1
-0
/
+3
2011-10-11
gl: Remove unused alpha argument from operand_emit
Chris Wilson
1
-2
/
+1
2011-10-09
gl: Need to increment reference count when copying operands
Chris Wilson
1
-0
/
+4
2011-10-09
gl: Basic fixes to get cairo-gl running again
Chris Wilson
1
-0
/
+6
2011-09-12
Introduce a new compositor architecture
Chris Wilson
1
-28
/
+78
[next]