index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cairo-gl-surface.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-03-28
[gl] Use GLEW to detect required extension presence.
Eric Anholt
1
-0
/
+13
2009-03-05
[gl] Use triangle fan instead of GL_QUADS for the single quad we draw.
Eric Anholt
1
-1
/
+1
2009-02-15
[gl] Use textures and not fbo-based surfaces for image surface patterns.
Eric Anholt
1
-15
/
+176
2009-02-12
[gl] Add support for constant color directly, not through a texture.
Eric Anholt
1
-89
/
+248
2009-02-12
[gl] Avoid re-binding the same draw buffer.
Eric Anholt
1
-10
/
+20
2009-02-12
[gl] Add interface for creating surfaces from window backbuffers.
Eric Anholt
1
-4
/
+81
2009-02-12
[gl] Fix unantialiased-shapes tests.
Eric Anholt
1
-3
/
+10
2009-02-12
[gl] Fix infinite recursion on compositing A1 images.
Eric Anholt
1
-0
/
+28
2009-02-12
[gl] Add support for composite and composite_trapezoids.
Eric Anholt
1
-2
/
+373
2009-02-08
[gl] Clamp surface size to a minimum of (1,1) in create_similar.
Eric Anholt
1
-0
/
+5
2009-02-08
[gl] clear surfaces to transparent on creation
Eric Anholt
1
-0
/
+7
2009-02-08
[gl] Hook up fill_rectangles.
Eric Anholt
1
-1
/
+118
2009-02-08
[gl] Add a shortcut from image to gl in clone_similar.
Eric Anholt
1
-0
/
+27
2009-02-08
[gl] Make create_similar actually create similar instead of image.
Eric Anholt
1
-1
/
+3
2009-02-08
[gl] Replace all-software implementation with all-GL-read/drawpixels.
Eric Anholt
1
-33
/
+282
2009-02-05
[gl] Add basics for GL surface backend using test-fallback as base.
Eric Anholt
1
-0
/
+287
[prev]