summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-20cairo-gl: Add first baby step toward using GLSL in cairo-gl backend.glslCarl Worth6-2/+358
2009-10-12boilerplate-gl: Remove incorrectly used GLX_DOUBLEBUFFER attribute.Carl Worth1-2/+0
2009-10-12gl: Explicitly initialize current_target to NULL.Carl Worth1-0/+2
2009-10-12gl: Reorder initialization of cairo_gl_context_t to match declaration.Carl Worth2-3/+5
2009-09-15Use __uint128_t and __int128_t if availableSebastian Dröge4-50/+50
2009-09-15[perf] Reorganise cairo-perfChris Wilson33-43/+46
2009-09-14[autoconf] Comment on the SIZEOF_VOID__ -> SIZEOF_VOID_P workaround.M Joonas Pihlaja2-0/+4
2009-09-14[trace] Look harder for the cairo-trace.so library.M Joonas Pihlaja1-1/+16
2009-09-14[trace] Don't use pthread_key_delete.M Joonas Pihlaja1-1/+0
2009-09-14[build] Check for dlsym in both libdl and libc.M Joonas Pihlaja3-8/+14
2009-09-14[build] Work around autoconf void* -> VOID__ name conversion bug.M Joonas Pihlaja2-0/+8
2009-09-14[configure] Setup GL CFLAGS before checking for GLXChris Wilson1-0/+3
2009-09-14[build] Add a default message for when GLEW isn't builtChris Wilson5-19/+4
2009-09-14Add a private copy of GLEWChris Wilson12-9/+25955
2009-09-13[configure] Fallback to detect OpenGL headersChris Wilson1-3/+8
2009-09-13[win32] Sync Makefile.win32.features.M Joonas Pihlaja1-2/+2
2009-09-13[trace] Don't trace internal cairo calls on Solaris.M Joonas Pihlaja1-138/+327
2009-09-13[build] Enable building cairo-trace on Solaris.M Joonas Pihlaja1-1/+1
2009-09-13[trace] Make cairo-trace and its symbol-lookup automatically configured.M Joonas Pihlaja1-2/+2
2009-09-13[trace] Don't rely on the constructor attribute to initialise the tracer.M Joonas Pihlaja1-2/+174
2009-09-13[trace] Don't try and propagate a void result.M Joonas Pihlaja1-66/+70
2009-09-13[trace] Avoid warnings from assigning a void pointer to a function pointer.M Joonas Pihlaja1-2/+2
2009-09-13[image] Add pixel masks for BGRA formatsChris Wilson1-1/+9
2009-09-13[trace] Stray trailing ';' in bswap macrosChris Wilson1-2/+2
2009-09-13[trace] Compile without lookup-symbolChris Wilson1-1/+5
2009-09-13[configure] --enable-symbol-lookupChris Wilson7-5/+34
2009-09-11[test] Typos in README from previous commitChris Wilson1-1/+1
2009-09-11[test] Add Debian packages for fontsChris Wilson1-1/+3
2009-09-11[xlib] Fix big-line.Chris Wilson3-246/+164
2009-09-11[xlib] Discard clip if larger than glyph extentsChris Wilson3-0/+65
2009-09-11[test] Update big-line and remove XFAILChris Wilson9-12/+12
2009-09-10[surface] Early return for (region IN white)Chris Wilson1-0/+7
2009-09-10[clip] Simplify applying a box clipChris Wilson2-39/+48
2009-09-10[xlib] Fix extraction of GC during XCloseDisplay()Chris Wilson1-1/+1
2009-09-09[util] And reuse the same name repository name.Chris Wilson1-2/+2
2009-09-09[util] And back to a unique repo name for cairo.modulesChris Wilson1-2/+2
2009-09-09[util] And restore the repository tag.Chris Wilson1-0/+2
2009-09-09[util] Inherit the repository from xorg.modulesChris Wilson1-3/+1
2009-09-09[test] Disable the antialias testing for the vector surfaces.Chris Wilson5-5/+5
2009-09-09[test] Compare a failure against the image outputChris Wilson1-0/+46
2009-09-09[test] Typo in ft-show-glyphs-positioningChris Wilson1-1/+1
2009-09-09[test] An oversized twin test case.Chris Wilson5-0/+100
2009-09-09[test] Variation of twin that intermixes antialiasingChris Wilson5-0/+100
2009-09-09[test] SUBPIXEL_ANTIALIAS varation of twinChris Wilson5-0/+74
2009-09-09[test] Variation of twin with ANTIALIAS_GRAYChris Wilson5-0/+74
2009-09-09[test] Add ANTIALIAS_NONE variation of twinChris Wilson5-0/+74
2009-09-09[test] Check for errors during ft-show-glyphs-positioningChris Wilson1-7/+39
2009-09-09[twin] Initialise all propertiesChris Wilson1-0/+2
2009-09-09[configure] Typo in testChris Wilson1-1/+1
2009-09-08[spans] Correct offsets for trapezoidsChris Wilson1-2/+2