summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-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-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-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
2013-04-25xlib: Aquire display before using it in DEBUG message.egag1-2/+2
2013-04-17gl/msaa: Resolve multisampling on surface flushHenry Song3-36/+41
2013-04-16png: Avoid marking the surface as in error after a png warningChris Wilson1-7/+7
2013-04-06xlib: Trim uploads for surfaces extended by PADChris Wilson1-0/+3
2013-04-06xlib: Wrap errors generating sources in an error surfaceChris Wilson1-2/+2
2013-04-02win32: fix corrupted drawingMarc-André Lureau1-1/+2
2013-03-29quartz: Don't release memory we don't ownMichael Hutchinson1-1/+0
2013-03-27pdf: fix typo in bbox checkAdrian Johnson1-1/+1
2013-03-22xcb: Clear temporary replay image in recording playbackUli Schlachter1-4/+5
2013-03-22Fix "make check" standalone header checkUli Schlachter1-0/+1
2013-03-21[ft] I meant fabs(), not abs()Behdad Esfahbod1-1/+1
2013-03-20gl: Fix typo in gles2 shader cache lookupHenry Song1-1/+1
2013-03-18gitignore: negate gitignore for static pkgconfig filesMatt Sealey1-0/+4
2013-03-15cff-subset: Fix allocation of width arraysMarek Kasik1-2/+2
2013-03-15mempool: Reduce an assert into an error return for get_buddy()Chris Wilson1-1/+2
2013-03-14stroke: Use round-joins near inflection points of splinesMartin Robinson1-0/+36
2013-03-14stroke: Fix large line widths for fallback stroke shaperMartin Robinson2-8/+116
2013-03-14path: Fix a bug in line intersectionMartin Robinson1-12/+27
2013-03-08gl: Setup operands when the vertex size changesMartin Robinson1-12/+17
2013-03-08gl: Fix typo s/bool/cairo_bool_t/Chris Wilson1-1/+1
2013-03-08gl: Export query for EGLContext and EGLDisplay from deviceHenry Song2-0/+39