summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* pattern: Factor out pattern rescalingAndrea Canciani2011-01-025-209/+156
* matrix: Cairo matrix to pixman transform/offset conversionAndrea Canciani2011-01-026-276/+357
* 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
* script: Add support for mesh patternsAndrea Canciani2011-01-011-0/+85
* 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-0115-3/+289
* Keep makefiles in alphabetical orderAndrea Canciani2011-01-011-2/+2
* quartz: Use native PDF blend modesAndrea Canciani2011-01-011-101/+139
* 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-156-25924/+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
* 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
* ps,pdf: Deal with empty domain gradients.Andrea Canciani2010-12-132-6/+104
* ps: Unify gradient emitters and support all extend modes.Andrea Canciani2010-12-131-168/+88
* pdf: Unify gradient emitters and support all extend modes.Andrea Canciani2010-12-131-282/+132
* quartz: Unify gradient construction and fix radial gradients.Andrea Canciani2010-12-131-332/+68
* pattern: Add a function to interpolate gradient objects.Andrea Canciani2010-12-133-0/+42
* pattern: Use pattern parameter range when analysing all gradients.Andrea Canciani2010-12-131-51/+44
* pattern: Compute a covering parameter range of a gradient for a box.Andrea Canciani2010-12-132-0/+470
* ps: Avoid unneeded fallbacks for gradients with opaque stops.Andrea Canciani2010-12-131-1/+7
* ps, pdf, pattern: Implement _cairo_pattern_alpha_range to analyse patterns.Andrea Canciani2010-12-134-22/+70
* pattern: Improve extents computation of radial gradients.Andrea Canciani2010-12-131-26/+24