summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-01-27drm: compile fix for cairo_always_inlineChris Wilson4-72/+72
2010-01-27build: Remove glitz surfaceBenjamin Otte28-3624/+3
2010-01-25docs: appease make checkBenjamin Otte1-2/+2
2010-01-25build: Fix pthread detectionBenjamin Otte1-2/+8
2010-01-25[png] Simplify coercion codeBenjamin Otte1-10/+6
2010-01-25Remove useless pixman version checksBenjamin Otte2-10/+2
2010-01-25Give cairo_surface_mark_dirty() the slim hidden treatmentBenjamin Otte2-0/+2
2010-01-25xcb: Fix linking with xcb-drmChris Wilson1-0/+2
2010-01-25mime-data: Detach existing alternate representations upon modificationChris Wilson1-1/+20
2010-01-25xcb: Make shm optionalChris Wilson12-7/+105
2010-01-25configure: dri2 is only required for xcb-drmChris Wilson1-2/+5
2010-01-25xcb: compile errors with lockdepChris Wilson2-11/+11
2010-01-25clip: Create a fallback clip surfaceChris Wilson1-0/+5
2010-01-25test: Erroneous ref image for big-line xlib-fallback.Chris Wilson1-0/+0
2010-01-25Fix printing of rotated user fontsAdrian Johnson1-4/+5
2010-01-25image: Prevent deref of NULL clip_regionChris Wilson1-1/+9
2010-01-25surface-fallback: We no longer own a reference to the clip surfaceChris Wilson1-3/+0
2010-01-25win32: Trivially fix the compile error with printing.Chris Wilson1-1/+1
2010-01-25win32: Compile fix, rename render_row to render_rows.Haakon Sporsheim1-2/+2
2010-01-24Constrain subsurface creationAndrea Canciani1-21/+15
2010-01-24Fix incorrect font scale and glyph position in Type 3 fontsAdrian Johnson1-16/+5
2010-01-23[gl] Release the context acquired in surface_create.Eric Anholt1-0/+2
2010-01-23[gl] Emit rectanges a whole primitive at a time.Eric Anholt1-14/+11
2010-01-23Fix compilation on MacOS XAndrea Canciani3-8/+8
2010-01-23Fix image backend compilationAndrea Canciani1-0/+3
2010-01-22script: Encode octal values correctly.Chris Wilson1-8/+13
2010-01-22scaled-font: Mark an error site with _cairo_error()Chris Wilson1-1/+1
2010-01-22ps: Wean off the low-level image composite interfaceChris Wilson1-50/+27
2010-01-22ps: Arguments to fill_extents() were reversed.Chris Wilson1-1/+2
2010-01-22pdf: Arguments to fill_extents() were reversed.Chris Wilson1-1/+2
2010-01-22glew: Silence compiler.Chris Wilson2-3/+3
2010-01-22gl: Acquire the context whilst creating surfaces.Chris Wilson2-16/+26
2010-01-22glew: Do not assume that UNIX == GLXChris Wilson1-0/+5
2010-01-22misc: Only use custom lround() under DISABLE_SOME_FLOATING_POINTChris Wilson3-2/+9
2010-01-22xcb: Refresh.Chris Wilson27-2523/+11660
2010-01-22drm: Add backends for i915 and i965.Chris Wilson35-1116/+22675
2010-01-22image: Implement high level interface.Chris Wilson14-631/+3295
2010-01-22ft: Tidy computation of transformed bitmap, and mark if CAChris Wilson1-20/+11
2010-01-22surface-fallback: Convert to composite rectanglesChris Wilson4-291/+158
2010-01-22clip: Implement clipping using only the high-level operators.Chris Wilson3-134/+131
2010-01-22types: Move cairo_scaled_glyph_t to cairo-types-private.hChris Wilson2-26/+25
2010-01-22color: Add enum value for the largest stock color.Chris Wilson2-7/+9
2010-01-22stroke: Convert rectilinear paths to boxes.Chris Wilson2-35/+142
2010-01-22fill: Convert rectilinear paths to boxes.Chris Wilson2-1/+80
2010-01-22path: Compute coarse bounds upon construction.Chris Wilson7-100/+184
2010-01-22matrix: Do not need to iteratively refine conversion for unity matrices.Chris Wilson1-1/+1
2010-01-22gstate: Reduce operatorsChris Wilson1-14/+72
2010-01-22gstate: Skip ops with a clear mask.Chris Wilson3-0/+32
2010-01-22gstate: Check for an invalid matrix before cairo_transform()Chris Wilson1-0/+3
2010-01-22gstate: White space.Chris Wilson1-2/+5