index
:
~company/cairo
gl
master
planar
xv
yuv
Unnamed repository; edit this file to name it for gitweb.
company
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
2010-04-23
gl: Allow drawing image formats with special shaders
Benjamin Otte
1
-1
/
+11
2010-04-23
gl: Make _gl_set_destination() take the context as an argument
Benjamin Otte
1
-1
/
+1
2010-04-23
glx: Make _glx_acquire/release() lock the X device
Benjamin Otte
1
-1
/
+1
2010-04-23
gl: Add cairo_gl_surface_create_for_texture()
Benjamin Otte
1
-1
/
+2
2010-04-23
gl: Make device (un)lock (un)set the current context
Benjamin Otte
1
-0
/
+1
2010-04-15
gl: Make code safe for multithreaded access
Benjamin Otte
1
-1
/
+4
2010-03-22
gl: Hook in glyph cache finalisation.
Chris Wilson
1
-3
/
+4
2010-03-22
gl: Decouple cache from scaled-font on context destruction
Chris Wilson
1
-0
/
+4
2010-02-26
gl: Markup internal functions with cairo_private
Chris Wilson
1
-11
/
+11
2010-02-17
gl: Stop trying to handle first/last stop offset in the gradient shaders.
Eric Anholt
1
-4
/
+0
2010-02-17
gl: Remove the old unused radial/linear gradients shaders.
Eric Anholt
1
-6
/
+0
2010-02-16
gl: initial support for EXT_texture_rectangle extension
Dave Airlie
1
-0
/
+1
2010-02-06
[gl] Make the VBO once at startup instead of recreating per glyphs/spans.
Eric Anholt
1
-0
/
+1
2010-02-05
[gl] Add radial gradients acceleration.
Eric Anholt
1
-0
/
+13
2010-02-04
[gl] Implement linear gradients acceleration.
Eric Anholt
1
-0
/
+11
2010-02-04
[gl] Add function for creating a 1D texture to use for gradient lookups.
T. Zachary Laine
1
-0
/
+1
2010-02-04
[gl] Convert the spans code to using GLSL when available.
Eric Anholt
1
-0
/
+1
2010-02-04
[gl] Move normal composites to using GLSL when available.
Eric Anholt
1
-0
/
+2
2010-02-04
[gl] Move the glyphs shader construction to a more general location.
Eric Anholt
1
-17
/
+31
2010-02-04
[gl] Use GLSL when available for glyph rendering.
Eric Anholt
1
-0
/
+19
2010-02-04
[gl] Convert fill_rectangles to the new GLSL core/arb wrapper.
Eric Anholt
1
-6
/
+6
2010-02-04
[gl] Add shader support code for GL versions < 3.0.
Zach Laine
1
-0
/
+49
2010-02-04
[gl] Check for GLSL support once at context init instead of per draw.
Eric Anholt
1
-0
/
+1
2010-01-23
Fix compilation on MacOS X
Andrea Canciani
1
-2
/
+2
2010-01-22
gl: Acquire the context whilst creating surfaces.
Chris Wilson
1
-3
/
+2
2010-01-22
gl: Port to cairo_device_t
Chris Wilson
1
-14
/
+30
2010-01-22
[gl] Cache a temporary glyph compositing mask for reuse later.
Eric Anholt
1
-0
/
+4
2010-01-22
[gl] Composite component-alpha glyphs directly instead of through a mask.
Eric Anholt
1
-0
/
+4
2010-01-21
[gl] Add support for component-alpha glyph rendering.
Eric Anholt
1
-1
/
+2
2010-01-14
[gl] Fix the color bits of CAIRO_CONTENT_ALPHA surface patterns to be 0.
Eric Anholt
1
-1
/
+0
2010-01-14
[gl] Use GLSL for fill_rectangles when available.
Eric Anholt
1
-0
/
+6
2009-09-03
[gl] Remove reference to depth_stencil_tex
Chris Wilson
1
-1
/
+0
2009-08-06
[gl] Move hidden cairo_gl_surface_create() proto to header
Chris Wilson
1
-0
/
+2
2009-07-31
[gl] Use scissors rather than allocating a temporary depth buffer.
Chris Wilson
1
-0
/
+9
2009-07-28
[gl] Cache texture snapshots.
Chris Wilson
1
-1
/
+1
2009-07-28
[gl] Fallback for overlapping glyphs.
Chris Wilson
1
-0
/
+13
2009-07-28
[gl] Separate out supported operator check.
Chris Wilson
1
-1
/
+4
2009-07-27
[gl] Switch to using the common rtree implementation.
Chris Wilson
1
-34
/
+18
2009-07-27
[gl] Start adding glyph cache support.
Eric Anholt
1
-0
/
+115
2009-07-23
Remove clip handling from generic surface layer.
Chris Wilson
1
-0
/
+1
2009-07-21
[gl] Constrain image sources to max texture size
Chris Wilson
1
-0
/
+2
2009-05-20
[gl] Add EGL target
Chris Wilson
1
-0
/
+88