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-shaders.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-04-23
gl: Add some stuff to multiplane shaders patch
planar
Benjamin Otte
1
-3
/
+1
2010-04-23
gl: Add code for to handle subsampled multiplane surfaces
Benjamin Otte
1
-5
/
+23
2010-04-23
gl: Allow drawing image formats with special shaders
Benjamin Otte
1
-0
/
+223
2010-02-22
gl: Avoid attempting to create a program on GLSL-incapable h/w for spans
Chris Wilson
1
-5
/
+12
2010-02-22
gl: Return unsupported for h/w that cannot handle shaders.
Chris Wilson
1
-13
/
+15
2010-02-17
gl: Stop trying to handle first/last stop offset in the gradient shaders.
Eric Anholt
1
-12
/
+0
2010-02-17
gl: Remove the old unused radial/linear gradients shaders.
Eric Anholt
1
-117
/
+0
2010-02-17
gl: Reduce complexity of radial fragment shaders.
Eric Anholt
1
-8
/
+2
2010-02-16
gl: Add GLSL support for ARB_texture_rectangle, and repeat/reflect fallbacks.
Eric Anholt
1
-0
/
+44
2010-02-10
build: Add -Wdeclaration-after-statement
Benjamin Otte
1
-4
/
+4
2010-02-05
[gl] Add radial gradients acceleration.
Eric Anholt
1
-3
/
+74
2010-02-04
[gl] Implement linear gradients acceleration.
Eric Anholt
1
-3
/
+36
2010-02-04
[gl] Sanity check the sampler uniform binding.
Eric Anholt
1
-2
/
+4
2010-02-04
[gl] Convert the spans code to using GLSL when available.
Eric Anholt
1
-3
/
+32
2010-02-04
[gl] Move the glyphs shader construction to a more general location.
Eric Anholt
1
-0
/
+200
2010-02-04
[gl] Use GLSL when available for glyph rendering.
Eric Anholt
1
-2
/
+8
2010-02-04
[gl] Convert fill_rectangles to the new GLSL core/arb wrapper.
Eric Anholt
1
-83
/
+23
2010-02-04
[gl] Cut out the abstraction of GL_VERTEX_SHADER vs GL_VERTEX_SHADER_ARB.
Eric Anholt
1
-36
/
+2
2010-02-04
[gl] Avoid macro obfuscation of the shader impl structures.
Eric Anholt
1
-21
/
+31
2010-02-04
[gl] Add shader support code for GL versions < 3.0.
Zach Laine
1
-1
/
+622
2010-01-22
Move _cairo_error() to a standalone header
Chris Wilson
1
-0
/
+1
2010-01-14
[gl] Use GLSL for fill_rectangles when available.
Eric Anholt
1
-0
/
+117