summaryrefslogtreecommitdiff
path: root/src/drm
Commit message (Expand)AuthorAgeFilesLines
* Don't return NULL to clients when getting deviceBryce Harrington2014-09-221-3/+6
* xlib: Implement SHM fallbacks and fast upload pathsChris Wilson2012-08-178-10/+29
* Split cairo-recording-surface-private into struct+inlinesChris Wilson2012-04-191-0/+1
* doc: avoid confusing gtk-doc by double asterisksNis Martensen2012-03-105-115/+115
* doc: fix a few typos found by codespellNis Martensen2012-03-101-1/+1
* Replace the ad-hoc surface unwrappers with a function pointerChris Wilson2012-02-095-0/+11
* Implement cairo_backend_tChris Wilson2011-07-155-0/+11
* Excise xcb-drmChris Wilson2011-07-142-48/+0
* Excise DRM-XrChris Wilson2011-07-141-2378/+0
* color: Remove unused functionsAndrea Canciani2011-07-081-4/+5
* Do not warn when ignoring the return value of _cairo_rectangle_intersect()Andrea Canciani2011-03-191-6/+2
* pattern: Use double precision for gradient extreme objectsAndrea Canciani2011-01-022-26/+30
* polygon: Merge _cairo_polygon_init and _cairo_polygon_limitAndrea Canciani2010-12-102-8/+4
* drm/intel: Drop the bo cache.Chris Wilson2010-11-072-217/+3
* drm: Do not access path flags directlyAndrea Canciani2010-10-302-6/+6
* subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte2010-08-262-6/+6
* Differentiate between reducing clip to composite extents and a rectangleChris Wilson2010-07-124-10/+10
* drm/intel: Fix common off-by-one by rewriting the [XY]MAX macro.Chris Wilson2010-06-244-27/+15
* drm: _cairo_color_get_content() compilation fixesChris Wilson2010-06-243-7/+3
* color: Special case comparing color stops.Chris Wilson2010-05-131-1/+1
* gallium: Refresh.Chris Wilson2010-05-121-197/+317
* drm: code dump, sorry.Chris Wilson2010-05-1219-1290/+5088
* rtree: Remove the unused evict hook.Chris Wilson2010-05-122-3/+2
* surface: Convert snapshots from an array to a double-linked list.Chris Wilson2010-04-304-26/+12
* Remove excessive semicolonsBenjamin Otte2010-04-291-1/+1
* atomic: Separate bool and old-value compare-and-exchangeAndrea Canciani2010-04-291-1/+1
* Update FSF addressAndrea Canciani2010-04-2720-20/+20
* clip: Report the surface offset when retrieving the clip maskChris Wilson2010-04-252-8/+8
* Use pixman_image_composite32()Benjamin Otte2010-04-151-6/+6
* Silence enumeration warnings following addition of RGB16_565Chris Wilson2010-03-306-2/+20
* drm/i915: Avoid using another unpreserved temporaryChris Wilson2010-03-281-11/+15
* drm/i915: Normalize spans opacity valueChris Wilson2010-03-281-3/+4
* drm/intel: Revoke glyph caches on device finishChris Wilson2010-03-224-8/+15
* drm/intel: Replace open-coding of _cairo_rtree_node_remove()Chris Wilson2010-03-221-14/+3
* image: Special case wholly unbounded fixups.Chris Wilson2010-03-222-70/+85
* drm/i965: Acquire device around commit.Chris Wilson2010-03-083-41/+82
* drm/i915: Discard redundant solitary clips during fillChris Wilson2010-03-041-0/+10
* drm/i915: Apply more micro-optimisations when targetting CONTENT_ALPHAChris Wilson2010-03-041-14/+37
* drm/i915: Adjust clip matrix for clip origin.Chris Wilson2010-03-041-5/+3
* drm/i915: Handle clip/combine coords for spans.Chris Wilson2010-03-041-28/+43
* drm/i915: Use a preserved temporary to store the radial texcoord.Chris Wilson2010-03-041-6/+6
* drm/i915: Eliminate redundant radial vertex shader.Chris Wilson2010-03-044-61/+3
* drm/i915: Fix encoding of negated operand channelsChris Wilson2010-03-042-16/+22
* drm/i915: Fix crash with linear-step-functionChris Wilson2010-03-041-6/+11
* drm/i915: Ensure simple alpha is written to green on alpha-only surfaces.Chris Wilson2010-03-041-6/+14
* drm/i915: Avoid double multiplication of linear alpha.Chris Wilson2010-03-041-6/+2
* drm/i915: Acquire device before shader commit.Chris Wilson2010-03-032-36/+77
* drm/i965: Ignore flushing on device finish.Chris Wilson2010-03-031-0/+3
* drm/i965: Merge the constants into the surface stream.Chris Wilson2010-03-033-93/+14
* drm/intel: Set the 1D gradient texture to be untiled.Chris Wilson2010-03-031-0/+1