summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/i915
Commit message (Expand)AuthorAgeFilesLines
* gallium: replace pipe_resource::_usage with pipe_resource::usageBrian Paul2010-04-201-1/+1
* Merge branch 'gallium-index-bias'José Fonseca2010-04-201-6/+7
|\
| * i915: Implement index bias.José Fonseca2010-04-191-6/+7
* | Merge branch '7.8'Brian Paul2010-04-192-2/+3
|\ \
| * | gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-192-2/+3
* | | i915g: Remove unnecessary header.Vinson Lee2010-04-181-1/+0
| |/ |/|
* | i915g: Remove broken power of two functionJakob Bornecrantz2010-04-181-16/+8
* | i915g: Add some helper functionsJakob Bornecrantz2010-04-181-7/+19
* | i915g: Fix cubemap layoutsJakob Bornecrantz2010-04-181-101/+121
* | i915g: Clean and add some debug printingJakob Bornecrantz2010-04-181-8/+18
* | i915g: Create a special 2D layout helperJakob Bornecrantz2010-04-151-27/+30
* | i915g: Fix 2D layoutsJakob Bornecrantz2010-04-151-12/+17
* | i915g: Remove unused argsJakob Bornecrantz2010-04-151-51/+20
* | i915g: Remove unnecessary header.Vinson Lee2010-04-141-1/+0
* | i915g: Whitespace & formatingJakob Bornecrantz2010-04-132-15/+11
* | i915g: Mark shared layouts more clearlyJakob Bornecrantz2010-04-131-9/+15
* | 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