summaryrefslogtreecommitdiff
path: root/src/drm/cairo-drm-intel.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-07drm/intel: Drop the bo cache.Chris Wilson1-207/+3
2010-06-24drm: _cairo_color_get_content() compilation fixesChris Wilson1-2/+1
2010-05-13color: Special case comparing color stops.Chris Wilson1-1/+1
2010-05-12drm: code dump, sorry.Chris Wilson1-225/+305
2010-05-12rtree: Remove the unused evict hook.Chris Wilson1-1/+1
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-15Use pixman_image_composite32()Benjamin Otte1-6/+6
2010-03-30Silence enumeration warnings following addition of RGB16_565Chris Wilson1-2/+10
2010-03-22drm/intel: Revoke glyph caches on device finishChris Wilson1-6/+12
2010-03-22drm/intel: Replace open-coding of _cairo_rtree_node_remove()Chris Wilson1-14/+3
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 Wilson1-0/+3
2010-03-01api: Introduce CAIRO_FORMAT_INVALID formally in the API.M Joonas Pihlaja1-3/+8
2010-02-10drm/intel: An interrupted SET_TILING modifies the input parametersChris Wilson1-4/+4
2010-01-28drm-intel: Unmap a full glyph cache.Chris Wilson1-0/+3
2010-01-27drm-intel: Assert that the bo is unmapped upon release.Chris Wilson1-1/+5
2010-01-22drm: Add backends for i915 and i965.Chris Wilson1-340/+900
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-07-23[drm] Add an accelerated image surface.Chris Wilson1-0/+933