summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '7.8'Jesse Barnes2010-04-131-1/+1
|\
| * i915g: Fix assert.Vinson Lee2010-04-111-1/+1
* | i915g: Fix possible null pointer deference in debug builds.Vinson Lee2010-04-111-1/+1
* | Squashed commit of the following:Keith Whitwell2010-04-1017-559/+653
* | gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-303-4/+4
* | draw: Add EMIT_4UB_BGRA formatJakob Bornecrantz2010-03-262-2/+9
* | i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz2010-03-2615-136/+139
* | i915g: Correct and add supperted texture formatsJakob Bornecrantz2010-03-252-1/+13
* | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-134-11/+26
|\ \
| * | 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
* | | gallium: Check for OOM condition when creating a sampler view.Michal Krol2010-03-111-5/+7
* | | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-108-132/+133
|\| |
| * | 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: Silence compiler warnings.michal2009-12-101-1/+0
* | i915: Fix for sampler view changes.michal2009-12-105-26/+59
|/
* 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