summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-111-2/+2
* Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-113-9/+21
* i915g: Prevent NULL dereference.Chia-I Wu2010-03-101-1/+4
* Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-102-8/+35
|\
| * Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-092-8/+35
| |\
| | * gallium: don't use flexible array members in drivers for vertex elements csoRoland Scheidegger2010-03-092-2/+2
| | * i915g: adapt to new vertex element csoRoland Scheidegger2010-03-012-8/+35
* | | Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-094-99/+69
|\| |
| * | Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-38/+0
| * | i915g: define I915_MAX_TEXTURE_2D/3D_LEVELSBrian Paul2010-03-083-7/+10
| * | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-082-76/+81
| |\ \
| | * | i915g: Conversion to winsys handleJakob Bornecrantz2010-03-012-69/+74
| | * | gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-011-7/+7
* | | | gallium: remove redundant includesKeith Whitwell2010-03-041-1/+0
|/ / /
* | | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-023-24/+24
|\ \ \
| * | | i915g: Rename pipe formats.José Fonseca2010-03-013-24/+24
| * | | i915g: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate.José Fonseca2010-03-011-1/+1
| |/ /
* / / i915g: Add assert to check for null pointer dereference.Vinson Lee2010-03-021-0/+1
|/ /
* | i915g: fix a commentBrian Paul2010-02-241-1/+1
* | i915g: added missing texture cap queriesBrian Paul2010-02-221-0/+4
|/
* gallium: make max_anisotropy a unsigned bitfield memberRoland Scheidegger2010-02-121-2/+2
* i915g: adapt to stencil ref changesRoland Scheidegger2010-02-114-6/+24
* gallium: squash-merge of gallium screen contextKeith Whitwell2010-02-084-5/+9
* gallium: Move deprecated pipe/internal/p_winsys_screen.h inside util/u_simple...José Fonseca2010-02-022-2/+2
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-026-5/+6
* i915: Add missing includes.José Fonseca2010-02-012-0/+2
* i915: Set bit field of length 1 light_twoside to unsigned.Vinson Lee2010-01-301-1/+1
* tgsi: add caps for fragment coord conventions (v3)Luca Barbieri2010-01-291-0/+6
* Merge commit 'origin/perrtblend'Roland Scheidegger2010-01-281-14/+14
|\
| * i915g: adapt to blend changesRoland Scheidegger2010-01-251-14/+14
* | gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-1/+1
* | i915g: Remove unnecessary headers.Vinson Lee2010-01-262-3/+0
* | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-229-15/+0
|\ \ | |/ |/|
| * i915g: Remove unnecessary header.Vinson Lee2010-01-211-1/+0
| * i915g: Remove unnecessary headers.Vinson Lee2010-01-199-17/+0
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-152-7/+8
|\ \
| * | gallium: remove const qualifier from pipe_buffer argument in set_constant_bufferRoland Scheidegger2010-01-111-1/+1
| * | gallium: adapt drivers to pipe_constant_buffer removalRoland Scheidegger2009-12-242-7/+8
* | | gallium: remove PIPE_TEX_FILTER_ANISOLuca Barbieri2010-01-061-2/+3
* | | Merge commit 'origin/gallium-draw-retval'Keith Whitwell2010-01-051-10/+8
|\ \ \
| * | | gallium: propogate draw retval changes into more driversKeith Whitwell2009-12-211-10/+8
* | | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-312-2/+3
|\ \ \ \ | | |_|/ | |/| |
| * | | i915g: Silence unused variable warning.Vinson Lee2009-12-271-0/+1
| * | | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchBrian Paul2009-12-271-2/+2
* | | | gallium: add geometry shader support to galliumZack Rusin2009-12-252-6/+6
| |_|/ |/| |
* | | Merge branch 'gallium-edgeflags'Roland Scheidegger2009-12-221-7/+0
|\ \ \ | |_|/ |/| |
| * | gallium: fix up drivers for edgeflag changesRoland Scheidegger2009-12-191-7/+0
* | | Move the remaining format pf_get_* functions to u_format.h.Michal Krol2009-12-172-46/+48
|/ /
* | Merge branch 'gallium-noblocks'Roland Scheidegger2009-12-042-82/+64
|\ \
| * | gallium: adapt drivers to interface cleanupsRoland Scheidegger2009-12-022-82/+64