summaryrefslogtreecommitdiff
path: root/util/cairo-script/cairo-script-operators.c
Commit message (Expand)AuthorAgeFilesLines
* Add remaining image formats to cairo-script constants tableManuel Stoeckl2023-01-111-0/+3
* Added hairline support to cairoRick Yorgason2021-08-151-0/+22
* build: Fix various compiler warningsGeorge Matsumura2020-11-071-0/+1
* Add support for RGBA128F and RGB96F formats.Maarten Lankhorst2019-01-071-0/+12
* script: Fix misleading indentation warning.Guillermo Rodriguez2017-08-211-2/+2
* cairo-script: Always include config.h first thingBryce Harrington2015-06-181-0/+2
* [cairo-trace] Work around fontconfig :charset= parse format changeBehdad Esfahbod2014-07-141-0/+12
* cairo-script: Error if asked to decompress with missing compression libBryce Harrington2014-01-311-8/+8
* script: Add support for replaying device-scaleChris Wilson2013-09-051-0/+48
* script: Set decompression length prior to calling decompressorsChris Wilson2013-01-141-1/+1
* script: Simply exchange source/dest images for _set_source_imageChris Wilson2013-01-081-5/+14
* script: Attempt to decompress images in placeChris Wilson2013-01-081-166/+225
* script: Recompress strings using LZO whilst binding tracesChris Wilson2013-01-051-9/+36
* script: Fix map-to-image/unmap stack manipulationsChris Wilson2012-11-281-3/+3
* cairo-script: Attempt to fallback for unresolved patternsChris Wilson2012-08-201-2/+17
* script: Prefer polymorphorism for mesh path constructionChris Wilson2011-11-251-111/+47
* Introduce a new compositor architectureChris Wilson2011-09-121-6/+6
* api: Extend cairo_antialias_t to include performace/quality hintsChris Wilson2011-08-301-0/+3
* script: Missed break for creating unbounded recording surfaces.Chris Wilson2011-08-141-0/+1
* script: leave the tail of the RGB24 data unmolestedChris Wilson2011-08-141-7/+8
* script: Include an operator to replay a recording surface to a fileChris Wilson2011-08-101-0/+42
* script: Initialize recording extentsAndrea Canciani2011-07-291-0/+1
* API: map-to-image and create-similar-imageChris Wilson2011-07-261-0/+96
* trace: Create a new opcode for recording surfaceChris Wilson2011-07-231-0/+64
* script-interpreter: Build on win32Andrea Canciani2011-06-241-0/+6
* Expose 30bpp/10bpc support: CAIRO_FORMAT_RGB30Jesse Barnes2011-05-011-0/+4
* mesh: Rename cairo_pattern_mesh_* functions to cairo_mesh_pattern_*Andrea Canciani2011-02-071-7/+7
* script: Add support for mesh patternsAndrea Canciani2011-01-011-0/+201
* script: Avoid the expensive of the redundant memset.Chris Wilson2010-05-121-13/+26
* script: Don't hash the entire image.Chris Wilson2010-05-121-11/+24
* subsurface: s/region/rectangle/Chris Wilson2010-04-301-6/+6
* trace: Wrap cairo_surface_create_for_region()Chris Wilson2010-04-281-0/+33
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* script: Flush prior to modifying the image data.Chris Wilson2010-04-141-0/+1
* Silence enumeration warnings following addition of RGB16_565Chris Wilson2010-03-301-0/+35
* script: Remove the version check.Chris Wilson2010-03-211-2/+0
* api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja2010-03-011-0/+5
* script: Compile without mmapChris Wilson2010-02-101-2/+3
* script: Handle cache allocation failure more gracefullyChris Wilson2010-01-221-41/+33
* script: Free the correct pattern after failure.Chris Wilson2010-01-221-1/+1
* script: Permit surface operations on the contextChris Wilson2010-01-221-3/+11
* perf: Enable a surface cache for perf-traceChris Wilson2010-01-221-1/+12
* [dirty] Add more missing surface dirtying notifications.M Joonas Pihlaja2009-11-291-0/+2
* [script] Always create a fallback fontChris Wilson2009-09-021-19/+27
* [script] Attempt to select a font if ! CAIRO_HAS_FT_FONTChris Wilson2009-09-021-0/+106
* [script] Implement invertChris Wilson2009-08-291-1/+25
* Rename cairo-script static func to avoid MinGW conflictDamian Frank2009-08-291-2/+2
* [script] Support running on cairo-1.8Chris Wilson2009-08-291-3/+15
* Fix errors found by clangChris Wilson2009-08-291-7/+16
* [build] Add options for warning about bad castsChris Wilson2009-08-291-57/+115