summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-04-28Add missing cairo-pattern-private.hcairo_backend_tChris Wilson2-1/+264
2010-04-26qtChris Wilson4-13/+2211
2010-04-26default fixesChris Wilson1-35/+63
2010-04-25skia: patterns are not immutable, watch them closely.Chris Wilson22-255/+162
2010-04-24skia: Hook up minimal implementation for glyphsChris Wilson4-99/+262
2010-04-24c++ protection for private headers used by skiaChris Wilson4-1/+12
2010-04-24skia: Update to use cairo_backend_t interfaceChris Wilson7-1196/+2121
2010-04-23Map internal calls to surface onto a foreign context.Chris Wilson3-0/+423
2010-04-23image: Move struct to separate for subclassing.Chris Wilson38-46/+149
2010-04-23Implement cairo_backend_tChris Wilson52-1174/+2654
2010-04-23xlib: Simply release the ref, not destroy, from CloseDisplay.Chris Wilson1-10/+12
2010-04-23cairo: Handle the all-clipped state in cairo_push_group()Chris Wilson1-35/+46
2010-04-23test: Add clip-empty-groupChris Wilson4-0/+67
2010-04-23cairo: Use explicit device flushing.Chris Wilson1-11/+0
2010-04-23pdf: Suppress compiler warning.Chris Wilson1-6/+6
2010-04-23cairoint.h: Change ASSERT_NOT_REACHED to remove compiler warningChris Wilson1-2/+1
2010-04-23Win32 features updateChris Wilson2-16/+0
2010-04-23build: Spelling correctionChris Wilson2-2/+1
2010-04-21configure: typo in check for xcb-shmChris Wilson1-1/+1
2010-04-19Revert "script: Another RGB16_565 warning."Andrea Canciani1-6/+0
2010-04-18xlib: Make display a cairo_device_tBenjamin Otte5-526/+494
2010-04-15Use pixman_image_composite32()Benjamin Otte7-224/+224
2010-04-15image: Make unbounded fixup code not use pixman_fill()Benjamin Otte1-76/+47
2010-04-15Require pixman 0.17.5Benjamin Otte1-1/+1
2010-04-15gl: Get rid of "return value not checked" warningsBenjamin Otte1-18/+24
2010-04-15gl: acquire/release properly in _cairo_gl_draw_image()Benjamin Otte1-2/+14
2010-04-15gl: acquire/release context when getting imagesBenjamin Otte1-0/+7
2010-04-15glx: Add getters for device's Display and GLXContextBenjamin Otte2-0/+36
2010-04-15gl: Make code safe for multithreaded accessBenjamin Otte4-4/+60
2010-04-15xcb: Make code not complain about every new formatBenjamin Otte1-28/+18
2010-04-15xlib: Make code not complain about every new formatBenjamin Otte1-28/+18
2010-04-15gl: Use right formatBenjamin Otte1-1/+1
2010-04-15gl: Handle component-alpha ADDChris Wilson1-7/+9
2010-04-14gl: Really don't write error status to the inert object.Benjamin Otte1-0/+3
2010-04-14test: Add test checking that all setters properly check surface->statusBenjamin Otte2-0/+110
2010-04-14gl: Don't write error status to the inert object.Chris Wilson1-0/+3
2010-04-14script: Flush prior to modifying the image data.Chris Wilson1-0/+1
2010-04-14rtree: Remove the false assert upon collapse.Chris Wilson1-2/+0
2010-04-14svg: Don't write error status to the inert object.Chris Wilson1-16/+21
2010-04-14ps: Don't write error status to the inert object.Chris Wilson2-49/+27
2010-04-14pdf: Don't write error status to the inert object.Chris Wilson1-19/+22
2010-04-14Win32 features update.Chris Wilson2-0/+9
2010-04-14surface: Propagate the error status to _cairo_surface_get_device()Chris Wilson1-0/+3
2010-04-14xlib: Don't operate on an error object inside setters.Chris Wilson4-0/+23
2010-04-13hull: _cairo_hull_vertex_compare() return 0 for identical elementsChris Wilson1-0/+7
2010-04-11cache: Tidy _cairo_cache_shrink_to_accommodate()Chris Wilson1-7/+3
2010-04-11xcb: Use normal finish to decouple from surface cache.Chris Wilson2-31/+30
2010-04-10boilerplate: Compile xlib without xrenderAndrea Canciani1-0/+6
2010-04-10perf: Correct cairo-perf-diff syntaxAndrea Canciani1-1/+1
2010-04-10clip: Compile fix for previous clip.Chris Wilson1-3/+0