index
:
~cworth/cairo
glsl
Carl's hacks for cairo
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-20
cairo-gl: Add first baby step toward using GLSL in cairo-gl backend.
glsl
Carl Worth
6
-2
/
+358
2009-10-12
boilerplate-gl: Remove incorrectly used GLX_DOUBLEBUFFER attribute.
Carl Worth
1
-2
/
+0
2009-10-12
gl: Explicitly initialize current_target to NULL.
Carl Worth
1
-0
/
+2
2009-10-12
gl: Reorder initialization of cairo_gl_context_t to match declaration.
Carl Worth
2
-3
/
+5
2009-09-15
Use __uint128_t and __int128_t if available
Sebastian Dröge
4
-50
/
+50
2009-09-15
[perf] Reorganise cairo-perf
Chris Wilson
33
-43
/
+46
2009-09-14
[autoconf] Comment on the SIZEOF_VOID__ -> SIZEOF_VOID_P workaround.
M Joonas Pihlaja
2
-0
/
+4
2009-09-14
[trace] Look harder for the cairo-trace.so library.
M Joonas Pihlaja
1
-1
/
+16
2009-09-14
[trace] Don't use pthread_key_delete.
M Joonas Pihlaja
1
-1
/
+0
2009-09-14
[build] Check for dlsym in both libdl and libc.
M Joonas Pihlaja
3
-8
/
+14
2009-09-14
[build] Work around autoconf void* -> VOID__ name conversion bug.
M Joonas Pihlaja
2
-0
/
+8
2009-09-14
[configure] Setup GL CFLAGS before checking for GLX
Chris Wilson
1
-0
/
+3
2009-09-14
[build] Add a default message for when GLEW isn't built
Chris Wilson
5
-19
/
+4
2009-09-14
Add a private copy of GLEW
Chris Wilson
12
-9
/
+25955
2009-09-13
[configure] Fallback to detect OpenGL headers
Chris Wilson
1
-3
/
+8
2009-09-13
[win32] Sync Makefile.win32.features.
M Joonas Pihlaja
1
-2
/
+2
2009-09-13
[trace] Don't trace internal cairo calls on Solaris.
M Joonas Pihlaja
1
-138
/
+327
2009-09-13
[build] Enable building cairo-trace on Solaris.
M Joonas Pihlaja
1
-1
/
+1
2009-09-13
[trace] Make cairo-trace and its symbol-lookup automatically configured.
M Joonas Pihlaja
1
-2
/
+2
2009-09-13
[trace] Don't rely on the constructor attribute to initialise the tracer.
M Joonas Pihlaja
1
-2
/
+174
2009-09-13
[trace] Don't try and propagate a void result.
M Joonas Pihlaja
1
-66
/
+70
2009-09-13
[trace] Avoid warnings from assigning a void pointer to a function pointer.
M Joonas Pihlaja
1
-2
/
+2
2009-09-13
[image] Add pixel masks for BGRA formats
Chris Wilson
1
-1
/
+9
2009-09-13
[trace] Stray trailing ';' in bswap macros
Chris Wilson
1
-2
/
+2
2009-09-13
[trace] Compile without lookup-symbol
Chris Wilson
1
-1
/
+5
2009-09-13
[configure] --enable-symbol-lookup
Chris Wilson
7
-5
/
+34
2009-09-11
[test] Typos in README from previous commit
Chris Wilson
1
-1
/
+1
2009-09-11
[test] Add Debian packages for fonts
Chris Wilson
1
-1
/
+3
2009-09-11
[xlib] Fix big-line.
Chris Wilson
3
-246
/
+164
2009-09-11
[xlib] Discard clip if larger than glyph extents
Chris Wilson
3
-0
/
+65
2009-09-11
[test] Update big-line and remove XFAIL
Chris Wilson
9
-12
/
+12
2009-09-10
[surface] Early return for (region IN white)
Chris Wilson
1
-0
/
+7
2009-09-10
[clip] Simplify applying a box clip
Chris Wilson
2
-39
/
+48
2009-09-10
[xlib] Fix extraction of GC during XCloseDisplay()
Chris Wilson
1
-1
/
+1
2009-09-09
[util] And reuse the same name repository name.
Chris Wilson
1
-2
/
+2
2009-09-09
[util] And back to a unique repo name for cairo.modules
Chris Wilson
1
-2
/
+2
2009-09-09
[util] And restore the repository tag.
Chris Wilson
1
-0
/
+2
2009-09-09
[util] Inherit the repository from xorg.modules
Chris Wilson
1
-3
/
+1
2009-09-09
[test] Disable the antialias testing for the vector surfaces.
Chris Wilson
5
-5
/
+5
2009-09-09
[test] Compare a failure against the image output
Chris Wilson
1
-0
/
+46
2009-09-09
[test] Typo in ft-show-glyphs-positioning
Chris Wilson
1
-1
/
+1
2009-09-09
[test] An oversized twin test case.
Chris Wilson
5
-0
/
+100
2009-09-09
[test] Variation of twin that intermixes antialiasing
Chris Wilson
5
-0
/
+100
2009-09-09
[test] SUBPIXEL_ANTIALIAS varation of twin
Chris Wilson
5
-0
/
+74
2009-09-09
[test] Variation of twin with ANTIALIAS_GRAY
Chris Wilson
5
-0
/
+74
2009-09-09
[test] Add ANTIALIAS_NONE variation of twin
Chris Wilson
5
-0
/
+74
2009-09-09
[test] Check for errors during ft-show-glyphs-positioning
Chris Wilson
1
-7
/
+39
2009-09-09
[twin] Initialise all properties
Chris Wilson
1
-0
/
+2
2009-09-09
[configure] Typo in test
Chris Wilson
1
-1
/
+1
2009-09-08
[spans] Correct offsets for trapezoids
Chris Wilson
1
-2
/
+2
[next]