summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-08-15test: Refer to output filename by variable, not a hardcoded valuetest-outputs-to-output-dirBryce Harrington1-2/+6
2013-08-15test: Ensure output dirs exist, falling back to current dir if neededBryce Harrington1-19/+1
2013-08-15test: Make cairo_test_mkdir() usable throughout testsBryce Harrington2-0/+22
2013-08-15test: concat CAIRO_TEST_OUTPUT_DIR at point of use instead of BASENAMEBryce Harrington11-28/+28
2013-08-15test: Use CAIRO_TEST_OUTPUT_DIR for name of the output directoryBryce Harrington11-11/+11
2013-08-15test: Fix several tests to place output files in the output directoryBryce Harrington11-15/+28
2013-08-15test: Don't ignore test output files left in test directoryBryce Harrington1-4/+0
2013-08-13surface_get_extents: Reject finished or error surfaceUli Schlachter1-0/+12
2013-08-13push_group: Refuse working with unusable surfaceUli Schlachter1-0/+5
2013-08-13surface: Error out on finished surfacesUli Schlachter1-0/+19
2013-08-13api-special-cases: Also test contextsUli Schlachter1-21/+1153
2013-08-11perf: Move macro-benchmark documentation to cairo-tracesBryce W. Harrington1-69/+20
2013-08-11HACKING: Make mention of the separate cairo-traces repoBryce W. Harrington1-4/+5
2013-08-04[ft] Ensure alignment of bitmaps received from FreeTypeBehdad Esfahbod1-0/+9
2013-08-04[ft] Fix alignmentBehdad Esfahbod1-6/+3
2013-07-29Revert accidentally committed stuffBehdad Esfahbod1-3/+3
2013-07-29[ft] Add missing includeBehdad Esfahbod2-3/+4
2013-07-29[ft] Fix mathBehdad Esfahbod1-7/+2
2013-07-29Support 2bit and 4bit embedded bitmapsBehdad Esfahbod1-1/+51
2013-07-28type1-subset: Don't try to rename non winansi glyphsAdrian Johnson1-2/+10
2013-07-15gl/msaa: Always use scissor when clippingHenry Song1-5/+5
2013-07-15gl/msaa: Disable stencil and scissor during framebuffer blitHenry Song1-0/+28
2013-07-15gl/msaa: Properly destroy stencil buffer clip cacheHenry Song2-1/+6
2013-07-05Towards support loading color glyphs from FreeTypeBehdad Esfahbod1-3/+38
2013-07-05[ft] Fix wrong assumptionsBehdad Esfahbod1-7/+3
2013-07-05[ft] Fix memory bug in copying bitmapsBehdad Esfahbod1-3/+1
2013-07-04xcb: Fix some uninitialized variable warningsUli Schlachter1-3/+3
2013-07-04image compositor: Always finish the span rendererUli Schlachter1-3/+4
2013-07-04Add new test for bug 61592Uli Schlachter3-1/+62
2013-07-04Fix caps-tails-curve reference imagesUli Schlachter3-0/+0
2013-07-04test: Amend check-refs.sh to support out-of-tree buildsChris Wilson2-17/+6
2013-07-04test: Remove conflicting .ref.png, .argb32.ref.png, .rgb24.ref.pngChris Wilson157-0/+0
2013-07-04test: Add a few reference images found lurking on my machineChris Wilson4-0/+0
2013-07-04test: Remove all identical (cmp & pdiff) reference imagesChris Wilson1477-0/+0
2013-07-04test: Add special cases for create-from-png and fallback-resolutionBryce W. Harrington3-0/+16
2013-07-04pdiff: Drop unused variableBryce W. Harrington1-1/+1
2013-07-04pdiff: Quell warning about signed/unsigned comparisonsBryce W. Harrington1-2/+2
2013-07-04test: Make check-ref-dups utilize perceptualdiff for comparisonsBryce W. Harrington1-4/+9
2013-07-04test: Use cmp to catch byte-by-byte identical filesBryce W. Harrington1-8/+12
2013-07-04test: Add script to check for redundant reference imagesBryce W. Harrington2-0/+61
2013-07-04test: Fix make check-ref-dups due to move of ref images to reference/Bryce W. Harrington1-1/+1
2013-06-28gl: Move glGetUniformLocation to shader compile time.Eric Anholt4-48/+70
2013-06-21check: Fix check-def.sh for variations in GCC's linkerChris Wilson1-1/+1
2013-06-21test: Use the highest precision rendering for shapes for generating ref resultsChris Wilson1-0/+4
2013-06-21cairo-perf-print: Do not free the uninitialised histogramChris Wilson1-1/+2
2013-06-21xml: Handle clip-boxes in the updated cairo_clip_tChris Wilson1-5/+72
2013-06-20svg: Unwrap recording surfacesChris Wilson1-2/+14
2013-06-20gstate: Speed up stroked path extentsChris Wilson1-12/+12
2013-06-20test/get-path-extents: Check exact matches within toleranceChris Wilson1-9/+21
2013-06-20image: Mark the data as owned after stealing the snapshot's imageChris Wilson1-1/+1