summaryrefslogtreecommitdiff
path: root/src/drm
AgeCommit message (Expand)AuthorFilesLines
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
2010-02-10drm/intel: An interrupted SET_TILING modifies the input parametersChris Wilson1-4/+4
2010-02-03drm/i915: Free potential leak of cloned textures.Chris Wilson1-0/+6
2010-02-03drm/i915: Increase batch buffer space.Chris Wilson1-1/+1
2010-02-03drm/i915: check for batch buffer overflow.Chris Wilson3-38/+44
2010-02-02drm/i915: Don't tile page sized bo.Chris Wilson1-1/+1
2010-02-02drm/i915: Pass the correct length to dump the batchbuffer.Chris Wilson1-1/+1
2010-02-02drm: Handle absence of PCI_IDChris Wilson1-1/+1
2010-01-28drm-intel: Unmap a full glyph cache.Chris Wilson2-1/+4
2010-01-27drm: Paranoid assert that the fallback is released upon finish.Chris Wilson1-0/+2
2010-01-27drm-intel: flush in memory modifications to texture.Chris Wilson2-0/+26
2010-01-27drm-intel: The accumulation bo may be NULL, beware.Chris Wilson3-3/+3
2010-01-27drm-intel: Assert that the bo is unmapped upon release.Chris Wilson4-1/+15
2010-01-27drm-i915: Don't tile temporary image textures.Chris Wilson1-1/+1
2010-01-27drm/i915: Ensure surface is initialized.Chris Wilson1-3/+3
2010-01-27drm-i915: Ensure surface size for clone is initialized.Chris Wilson1-4/+3
2010-01-27drm: compile fix for cairo_always_inlineChris Wilson4-72/+72
2010-01-22drm: Add backends for i915 and i965.Chris Wilson30-1092/+22590
2010-01-22Add cairo_device_tChris Wilson3-2/+10
2010-01-22Remove content matching from snapshot lookup.Chris Wilson2-4/+2
2010-01-22Constify stroke style and matrices.Chris Wilson2-6/+6
2010-01-22Move _cairo_error() to a standalone headerChris Wilson7-0/+7
2009-07-23[drm] Add an accelerated image surface.Chris Wilson12-0/+4548