summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2013-06-20pdf: Fix compiler warning for use of unitialised variable along error pathChris Wilson1-1/+1
2013-06-20pdf: Improve consistency in use of cairo_int_status_tChris Wilson4-134/+136
2013-06-20test: Note naming scheme for XFAIL images in READMEBryce W. Harrington1-2/+3
2013-06-20gl: Quell warning about incompatible pointer typeBryce W. Harrington1-1/+1
2013-06-20pdf: Assure compiler that data, data_size will always be initializedBryce W. Harrington1-1/+3
2013-06-20type1-subset: Fix typos in function commentBryce W. Harrington1-7/+7
2013-06-20type1-subset: Quell warning about uninitialized array_startBryce W. Harrington1-0/+1
2013-06-18scaled-font: Prevent a recursive mutex lock for removing a failed glyphChris Wilson1-0/+4
2013-06-18recording: Prevent invalid memory access with zero length command arrayChris Wilson1-0/+3
2013-06-11perf: Remove a debug artifactChris Wilson1-1/+0
2013-06-11perf: Avoid vertically stretching the histogramChris Wilson1-3/+6
2013-06-11perf: Rescale the histogram for the terminalChris Wilson2-2/+37
2013-06-11perf: Rudimentary histogram printing for cairo-perf-printChris Wilson5-17/+155
2013-06-11recording: Fix inconsistent usage of types for indicesChris Wilson2-11/+11
2013-06-11image: Quell warning about signed/unsigned int comparison.Bryce W. Harrington1-1/+1
2013-06-08test: Fix typo in sample_horizontal to use horizontal, not vertical.Bryce W. Harrington1-1/+1
2013-06-05trace: Improve operand emissionChris Wilson1-60/+87
2013-06-04test: Extend testing of joins for fine linesChris Wilson7-4/+51
2013-06-04test: Expand testing of caps for fine strokesChris Wilson7-3/+54
2013-06-03xlib: Unlike the visual when destroying itChris Wilson2-1/+10
2013-05-30traps: Ensure that we correctly clip when using multiple clip boxesChris Wilson2-18/+21
2013-05-14directfb: Correctly chain up map-to-image/unmap to the image backendChris Wilson1-2/+2
2013-05-13gles: Switch default framebuffer destinations properlyMartin Robinson1-20/+27
2013-05-07gl: Fix compiler warnings in the GL backendMartin Robinson3-4/+10
2013-05-06gl: Bind the default framebuffer before calling gl{Read|Draw}BufferMartin Robinson1-2/+4
2013-04-26gl: Update transformation when surface size changesMartin Robinson1-1/+1
2013-04-26gl: Separate framebuffer bind from destination selectionMartin Robinson3-46/+63