summaryrefslogtreecommitdiff
path: root/src/drm
AgeCommit message (Expand)AuthorFilesLines
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
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