summaryrefslogtreecommitdiff
path: root/src/drm/cairo-drm-i915-shader.c
Commit message (Expand)AuthorAgeFilesLines
* image: Corrected extents calculationsBill Spitzak2014-10-101-37/+2
* Excise xcb-drmChris Wilson2011-07-141-24/+0
* 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-021-13/+15
* subsurface: Make CAIRO_SURFACE_TYPE_SUBSURFACE publicBenjamin Otte2010-08-261-3/+3
* drm: _cairo_color_get_content() compilation fixesChris Wilson2010-06-241-1/+1
* drm: code dump, sorry.Chris Wilson2010-05-121-356/+510
* surface: Convert snapshots from an array to a double-linked list.Chris Wilson2010-04-301-6/+5
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* clip: Report the surface offset when retrieving the clip maskChris Wilson2010-04-251-5/+4
* drm/i915: Avoid using another unpreserved temporaryChris Wilson2010-03-281-11/+15
* 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: 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-041-7/+1
* drm/i915: Fix encoding of negated operand channelsChris Wilson2010-03-041-8/+8
* 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-031-0/+2
* drm/i915: Use correct linear mode for mask.Chris Wilson2010-02-121-2/+2
* drm/i915: Free potential leak of cloned textures.Chris Wilson2010-02-031-0/+6
* drm/i915: check for batch buffer overflow.Chris Wilson2010-02-031-0/+44
* drm-intel: flush in memory modifications to texture.Chris Wilson2010-01-271-0/+14
* drm-i915: Don't tile temporary image textures.Chris Wilson2010-01-271-1/+1
* drm/i915: Ensure surface is initialized.Chris Wilson2010-01-271-3/+3
* drm-i915: Ensure surface size for clone is initialized.Chris Wilson2010-01-271-4/+3
* drm: Add backends for i915 and i965.Chris Wilson2010-01-221-0/+2674