summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-23test/clip-image: Free image after use.Chris Wilson1-0/+1
2010-03-22xcb: Consume the implicit reference for the cached connection on finishChris Wilson1-0/+5
2010-03-22xcb: Destroy reference to local source picture in show-glyphs.Chris Wilson1-3/+11
2010-03-22xcb: Gracefully destroy any lingering fallback during finish.Chris Wilson1-7/+12
2010-03-22gl: Hook in glyph cache finalisation.Chris Wilson3-14/+20
2010-03-22drm/intel: Revoke glyph caches on device finishChris Wilson4-8/+15
2010-03-22gl: Decouple cache from scaled-font on context destructionChris Wilson5-2/+27
2010-03-22drm/intel: Replace open-coding of _cairo_rtree_node_remove()Chris Wilson1-14/+3
2010-03-22recording: Cleanup the clip on error.Chris Wilson2-0/+7
2010-03-22ps: Skip surface emission if in error state.Chris Wilson1-0/+4
2010-03-22image: Special case wholly unbounded fixups.Chris Wilson4-97/+144
2010-03-22surface: Check pattern for error status.Chris Wilson1-4/+55
2010-03-22ps: Free page on error path.Chris Wilson1-0/+1
2010-03-21script: Use a stack to push/pop recursed line numbers.Chris Wilson1-2/+6
2010-03-21script: Remove the version check.Chris Wilson1-2/+0
2010-03-21test/any2ppm: Check for errors after executing script.Chris Wilson1-3/+6
2010-03-21script: Make the test suite run again!Chris Wilson1-91/+103
2010-03-21wrapper: Apply device transform inverse as appropriate.Chris Wilson1-58/+31
2010-03-21ps: Destroy the local surface on error.Chris Wilson1-1/+3
2010-03-21paginated: Use common is_clear.Chris Wilson2-34/+1
2010-03-11gl: Add EGL interfaceChris Wilson8-23/+327
2010-03-11spans: Initialise rects->is_bounded for polygon compat.Chris Wilson1-0/+2
2010-03-10gstate: Account for undropped non-transformed glyphs.Chris Wilson1-0/+1
2010-03-08drm/i965: Acquire device around commit.Chris Wilson3-41/+82
2010-03-07glew: don't pull in GL/glu.hChris Wilson1-10/+0
2010-03-06test: Add a1-mask-sampleChris Wilson4-0/+85
2010-03-04drm/i915: Discard redundant solitary clips during fillChris Wilson1-0/+10
2010-03-04drm/i915: Apply more micro-optimisations when targetting CONTENT_ALPHAChris Wilson1-14/+37
2010-03-04drm/i915: Adjust clip matrix for clip origin.Chris Wilson1-5/+3
2010-03-04drm/i915: Handle clip/combine coords for spans.Chris Wilson1-28/+43
2010-03-04perf: Check for and include unistd.hChris Wilson1-0/+8
2010-03-04gl: Pad the gradient texture.Chris Wilson1-0/+1
2010-03-04drm/i915: Use a preserved temporary to store the radial texcoord.Chris Wilson1-6/+6
2010-03-04drm/i915: Eliminate redundant radial vertex shader.Chris Wilson4-61/+3
2010-03-04drm/i915: Fix encoding of negated operand channelsChris Wilson2-16/+22
2010-03-04drm/i915: Fix crash with linear-step-functionChris Wilson1-6/+11
2010-03-04drm/i915: Ensure simple alpha is written to green on alpha-only surfaces.Chris Wilson1-6/+14
2010-03-04drm/i915: Avoid double multiplication of linear alpha.Chris Wilson1-6/+2
2010-03-03drm/i915: Acquire device before shader commit.Chris Wilson2-36/+77
2010-03-03drm/i965: Ignore flushing on device finish.Chris Wilson1-0/+3
2010-03-03drm/i965: Merge the constants into the surface stream.Chris Wilson3-93/+14
2010-03-03drm/intel: Set the 1D gradient texture to be untiled.Chris Wilson1-0/+1
2010-03-03drm/intel: Set default extend mode for rendering gradient subsets.Chris Wilson1-0/+1
2010-03-03surface: Simplify is_clear logic.Chris Wilson1-14/+8
2010-03-03gstate: Use _cairo_pattern_clear for CLEAR.Chris Wilson1-38/+62
2010-03-03test: Avoid derefencing a NULL xcb connectionChris Wilson1-9/+14
2010-03-03test: Add references for rounded-rectangle-{fill,stroke}Chris Wilson3-0/+2
2010-03-02surface-fallback: Free traps on composite_trapezoids() errorChris Wilson1-1/+2
2010-03-02surface-fallback: Propagate NOTHING_TO_DOChris Wilson1-12/+3
2010-03-02xlib: Handle a1 image uploads through converterChris Wilson1-1/+3