summaryrefslogtreecommitdiff
path: root/src/drm
AgeCommit message (Expand)AuthorFilesLines
2011-07-14Excise xcb-drmHEADmasterChris Wilson2-48/+0
2011-07-14Excise DRM-XrChris Wilson1-2378/+0
2011-07-08color: Remove unused functionsAndrea Canciani1-4/+5
2011-03-19Do not warn when ignoring the return value of _cairo_rectangle_intersect()Andrea Canciani1-6/+2
2011-01-02pattern: Use double precision for gradient extreme objectsAndrea Canciani2-26/+30
2010-12-10polygon: Merge _cairo_polygon_init and _cairo_polygon_limitAndrea Canciani2-8/+4
2010-11-07drm/intel: Drop the bo cache.Chris Wilson2-217/+3
2010-10-30drm: Do not access path flags directlyAndrea Canciani2-6/+6
2010-08-26subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte2-6/+6
2010-07-12Differentiate between reducing clip to composite extents and a rectangleChris Wilson4-10/+10
2010-06-24drm/intel: Fix common off-by-one by rewriting the [XY]MAX macro.Chris Wilson4-27/+15
2010-06-24drm: _cairo_color_get_content() compilation fixesChris Wilson3-7/+3
2010-05-13color: Special case comparing color stops.Chris Wilson1-1/+1
2010-05-12gallium: Refresh.Chris Wilson1-197/+317
2010-05-12drm: code dump, sorry.Chris Wilson19-1290/+5088
2010-05-12rtree: Remove the unused evict hook.Chris Wilson2-3/+2
2010-04-30surface: Convert snapshots from an array to a double-linked list.Chris Wilson4-26/+12
2010-04-29Remove excessive semicolonsBenjamin Otte1-1/+1
2010-04-29atomic: Separate bool and old-value compare-and-exchangeAndrea Canciani1-1/+1
2010-04-27Update FSF addressAndrea Canciani20-20/+20
2010-04-25clip: Report the surface offset when retrieving the clip maskChris Wilson2-8/+8
2010-04-15Use pixman_image_composite32()Benjamin Otte1-6/+6
2010-03-30Silence enumeration warnings following addition of RGB16_565Chris Wilson6-2/+20
2010-03-28drm/i915: Avoid using another unpreserved temporaryChris Wilson1-11/+15
2010-03-28drm/i915: Normalize spans opacity valueChris Wilson1-3/+4
2010-03-22drm/intel: Revoke glyph caches on device finishChris Wilson4-8/+15
2010-03-22drm/intel: Replace open-coding of _cairo_rtree_node_remove()Chris Wilson1-14/+3
2010-03-22image: Special case wholly unbounded fixups.Chris Wilson2-70/+85
2010-03-08drm/i965: Acquire device around commit.Chris Wilson3-41/+82
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-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-01Warnings cleanup for CAIRO_FORMAT_INVALID.Chris Wilson6-0/+10
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja5-5/+12
2010-02-12drm/i915: Set a source for unbounded fixups.Chris Wilson1-11/+41
2010-02-12drm/i915: Use correct linear mode for mask.Chris Wilson1-2/+2
2010-02-12clip: Restrict composite extents to clip extentsChris Wilson2-88/+6
2010-02-10drm/i965: fix use of uninitialized variable whilst dumping errorsChris Wilson1-4/+2