summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xcb: Handle events in boilerplateUli Schlachter2011-01-051-7/+6
* pattern: Remove unused _cairo_pattern_size functionAndrea Canciani2011-01-032-42/+0
* XCB: Make sure SHM memory isn't reused too earlyUli Schlachter2011-01-023-4/+88
* Switch the order of two functions in the C fileUli Schlachter2011-01-021-34/+34
* Remove an unused field from cairo_xcb_shm_info_tUli Schlachter2011-01-025-39/+33
* matrix: Fix warnings about documentation by 'make check'Andrea Canciani2011-01-021-2/+2
* pattern: Use double precision for gradient extreme objectsAndrea Canciani2011-01-0212-236/+205
* test: Huge means more than MAX_INTAndrea Canciani2011-01-022-2/+2
* pattern: Factor out pattern rescalingAndrea Canciani2011-01-025-209/+156
* test: Make huge-* test gradients not within pixed_fixed_t rangeAndrea Canciani2011-01-023-2/+2
* matrix: Cairo matrix to pixman transform/offset conversionAndrea Canciani2011-01-026-276/+357
* test: New radial-gradient testsAndrea Canciani2011-01-0241-520/+200
* pattern: Make functions not used elsewhere staticAndrea Canciani2011-01-022-11/+2
* pattern: Use cairo_color_stop_t when hashing gradient stopsAndrea Canciani2011-01-021-1/+1
* pattern: Remove unused 'opaque' variableAndrea Canciani2011-01-021-3/+0
* doc: Add documentation for the mesh APIAndrea Canciani2011-01-012-0/+26
* test: Add tests for mesh patternsAdrian Johnson2011-01-0123-0/+728
* test: Extend pattern-get-type and pattern-getters for mesh patternsAndrea Canciani2011-01-012-1/+88
* script: Add support for mesh patternsAndrea Canciani2011-01-012-0/+286
* pattern: Add public mesh pattern APIAdrian Johnson2011-01-013-1/+1069
* pdf,ps: Add native mesh pattern supportAdrian Johnson2011-01-015-3/+614
* Add mesh gradient rasterizerAndrea Canciani2011-01-015-0/+1035
* gstate: Disallow incomplete mesh gradient sourcesAndrea Canciani2011-01-011-12/+32
* mesh: Add mesh pattern type and enum valuesAdrian Johnson2011-01-0117-3/+292
* Keep makefiles in alphabetical orderAndrea Canciani2011-01-013-17/+17
* quartz: Use native PDF blend modesAndrea Canciani2011-01-016-101/+143
* quartz: Don't dynamically load unused functionsAndrea Canciani2011-01-011-2/+0
* quartz: Clean up dynamically loaded functionsAndrea Canciani2011-01-011-48/+14
* Detach snapshots after flushing in cairo_surface_finish()Uli Schlachter2010-12-291-1/+2
* Verify that surfaces leak no snapshotsUli Schlachter2010-12-291-0/+6
* gl: Enable PLT symbol hiding for dispatch entriesChris Wilson2010-12-251-3/+3
* XCB: Stop taking the xcb socketUli Schlachter2010-12-259-1172/+125
* xcb: Remove a wrong optimizationUli Schlachter2010-12-181-7/+0
* xcb: Work around wrong extent computation in the X serverUli Schlachter2010-12-181-0/+11
* gl: Fix #include's to pass 'make check'Andrea Canciani2010-12-173-1/+3
* Avoid some unneeded 'is_clear = FALSE'Uli Schlachter2010-12-151-6/+12
* gl: Remove GLEW from the build system and the source treeAlexandros Frantzis2010-12-159-25947/+1
* gl: Replace GLEW by using the facilities provided by cairo-gl-infoAlexandros Frantzis2010-12-155-51/+34
* gl: Remove GL 1.x ARB shader implementationAlexandros Frantzis2010-12-151-187/+0
* gl: Use the GL core 2.0 shader implementation for both GL 1.x ARB and GL 2.xAlexandros Frantzis2010-12-151-5/+4
* gl: Use the dispatch table for calling ARB/EXT functionsAlexandros Frantzis2010-12-156-145/+195
* gl: Add definitions for the core variant names of used GL constantsAlexandros Frantzis2010-12-153-0/+101
* gl: Embed the GL dispatch table in the cairo-gl context and initialize it.Alexandros Frantzis2010-12-154-0/+22
* gl: Add infrastructure for calling GL functions using a dispatch tableAlexandros Frantzis2010-12-154-0/+303
* gl: Add functions to query GL version and extensionsAlexandros Frantzis2010-12-153-0/+81
* test/arc-infinite-loop: Random return value fun.Chris Wilson2010-12-151-0/+2
* test: Add bug-extentsAndrea Canciani2010-12-148-0/+65
* scaled-font: assert that we hold the scaled-font mutex when looking up glyphsChris Wilson2010-12-131-0/+2
* path: Silence warningsAndrea Canciani2010-12-131-1/+1
* test: Update ref imagesAndrea Canciani2010-12-1339-2/+20