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-09-08
[gl] Supply extents for acquire source image
Chris Wilson
1
-1
/
+5
2009-09-04
[gl] compile fix.
Chris Wilson
1
-1
/
+2
2009-09-03
[gl] Allocate small number of rectangles on the stack
Chris Wilson
1
-14
/
+29
2009-09-03
[gl] Assert that the error is impossible.
Chris Wilson
1
-2
/
+2
2009-09-03
[gl] Remove reference to depth_stencil_tex
Chris Wilson
1
-2
/
+0
2009-08-29
[gl] Use spans for trapezois.
Chris Wilson
1
-4
/
+18
2009-08-29
[gl] Simplify acquire_dest_image()
Chris Wilson
1
-41
/
+12
2009-08-29
[gl] Use common ARRAY_LENGTH macro
Chris Wilson
1
-3
/
+1
2009-08-06
[gl] Move hidden cairo_gl_surface_create() proto to header
Chris Wilson
1
-1
/
+0
2009-07-31
[gl] Use scissors rather than allocating a temporary depth buffer.
Chris Wilson
1
-91
/
+23
2009-07-31
Revert "[gl] Fixup unbounded regions after spans"
Chris Wilson
1
-61
/
+7
2009-07-28
[gl] Fixup unbounded regions after spans
Chris Wilson
1
-7
/
+61
2009-07-28
[gl] Cache texture snapshots.
Chris Wilson
1
-119
/
+178
2009-07-28
[gl] Replace DrawPixels with TexSubImage
Chris Wilson
1
-33
/
+27
2009-07-28
[gl] Disable the EXTEND_REFLECT convertor
Chris Wilson
1
-1
/
+1
2009-07-28
[gl] Move check for vertex buffer support to individual operations.
Chris Wilson
1
-8
/
+9
2009-07-28
[gl] Separate out supported operator check.
Chris Wilson
1
-28
/
+18
2009-07-27
[gl] Switch to using the common rtree implementation.
Chris Wilson
1
-0
/
+5
2009-07-27
[gl] Start adding glyph cache support.
Eric Anholt
1
-49
/
+20
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-36
/
+180
2009-07-23
[gl] Simplify the common CLEAR of a surface
Chris Wilson
1
-1
/
+24
2009-07-23
[gl] Do not use unchecked GL v1.5 features
Chris Wilson
1
-11
/
+13
2009-07-22
[gl] Copy font options from image backend.
Chris Wilson
1
-1
/
+10
2009-07-22
[gl] Apply pixel sample bias for spans
Chris Wilson
1
-4
/
+6
2009-07-21
[gl] Another whitespace pass.
Chris Wilson
1
-34
/
+35
2009-07-21
Merge commit 'anholt/gl-span-renderer'
Chris Wilson
1
-32
/
+367
2009-07-21
[gl] Use QUADS for drawing fill_rectangles() not TRIFAN
Chris Wilson
1
-1
/
+1
2009-07-21
[gl] Whitespace
Chris Wilson
1
-45
/
+45
2009-07-21
[gl] Remove dead code.
Chris Wilson
1
-24
/
+1
2009-07-21
[gl] Avoid temporary allocation of pixman trapezoids
Chris Wilson
1
-46
/
+36
2009-07-21
[gl] Constrain image sources to max texture size
Chris Wilson
1
-0
/
+19
2009-07-21
Merge commit 'anholt/gl'
Chris Wilson
1
-0
/
+1569
2009-06-07
[gl] consolidate the pixman format to GL format/type/internalformat code.
Eric Anholt
1
-163
/
+158
2009-06-07
[gl] Add support for more 16-bit image formats.
Eric Anholt
1
-6
/
+48
2009-06-02
Merge commit 'origin/master' into gl
Eric Anholt
1
-2
/
+4
2009-06-02
[gl] Drop use of packed datatypes where it's disallowed.
Eric Anholt
1
-12
/
+13
2009-06-01
[gl] Initialize has_alpha in the image surface composite fastpath.
Eric Anholt
1
-0
/
+4
2009-06-01
Merge branch 'gl' into gl-span-renderer
Eric Anholt
1
-113
/
+89
2009-06-01
[gl] Fix check-plt.sh for the GL surface.
Eric Anholt
1
-0
/
+7
2009-06-01
[gl] Fix check-doc-syntax.sh for GL surface.
Eric Anholt
1
-1
/
+1
2009-06-01
[gl] Fix check-def.sh for GL surface.
Eric Anholt
1
-1
/
+1
2009-05-20
[gl] Add EGL target
Chris Wilson
1
-111
/
+80
2009-05-10
[gl] Use spans directly as geometry instead of rasterizing to a temporary.
Eric Anholt
1
-145
/
+171
2009-05-10
[gl] Use Enable/DisableClientState for arrays for consistency.
Eric Anholt
1
-4
/
+4
2009-05-10
[gl] Add HW spans implementation using VBOs and GL_LINES.
Eric Anholt
1
-21
/
+124
2009-05-10
[gl] Use the span renderer with an image surface temporary.
Eric Anholt
1
-2
/
+208
2009-05-10
[gl] Use filtering of GL_NEAREST to hint to TexImage not to alloc for mipmaps.
Eric Anholt
1
-0
/
+7
2009-05-09
[gl] Handle PIXMAN_b8g8r8a and PIXMAN_b8g8r8x8 in the image tex shortcut.
Eric Anholt
1
-0
/
+6
2009-05-09
[gl] Don't forget that we require ARB_texture_non_power_of_two currently.
Eric Anholt
1
-1
/
+2
2009-03-28
[gl] Wire blend factors using dst alpha to constants for CAIRO_CONTENT_COLOR.
Eric Anholt
1
-4
/
+18
[next]