Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'gallium-index-bias' | José Fonseca | 2010-04-20 | 1 | -6/+7 |
|\ | |||||
| * | i915: Implement index bias. | José Fonseca | 2010-04-19 | 1 | -6/+7 |
* | | Merge branch '7.8' | Brian Paul | 2010-04-19 | 2 | -2/+3 |
|\ \ | |||||
| * | | gallium/draw: use correct rasterization state for wide/AA points/lines | Brian Paul | 2010-04-19 | 2 | -2/+3 |
* | | | i915g: Remove unnecessary header. | Vinson Lee | 2010-04-18 | 1 | -1/+0 |
| |/ |/| | |||||
* | | i915g: Remove broken power of two function | Jakob Bornecrantz | 2010-04-18 | 1 | -16/+8 |
* | | i915g: Add some helper functions | Jakob Bornecrantz | 2010-04-18 | 1 | -7/+19 |
* | | i915g: Fix cubemap layouts | Jakob Bornecrantz | 2010-04-18 | 1 | -101/+121 |
* | | i915g: Clean and add some debug printing | Jakob Bornecrantz | 2010-04-18 | 1 | -8/+18 |
* | | i915g: Create a special 2D layout helper | Jakob Bornecrantz | 2010-04-15 | 1 | -27/+30 |
* | | i915g: Fix 2D layouts | Jakob Bornecrantz | 2010-04-15 | 1 | -12/+17 |
* | | i915g: Remove unused args | Jakob Bornecrantz | 2010-04-15 | 1 | -51/+20 |
* | | i915g: Remove unnecessary header. | Vinson Lee | 2010-04-14 | 1 | -1/+0 |
* | | i915g: Whitespace & formating | Jakob Bornecrantz | 2010-04-13 | 2 | -15/+11 |
* | | i915g: Mark shared layouts more clearly | Jakob Bornecrantz | 2010-04-13 | 1 | -9/+15 |
* | | Merge branch '7.8' | Jesse Barnes | 2010-04-13 | 1 | -1/+1 |
|\| | |||||
| * | i915g: Fix assert. | Vinson Lee | 2010-04-11 | 1 | -1/+1 |
* | | i915g: Fix possible null pointer deference in debug builds. | Vinson Lee | 2010-04-11 | 1 | -1/+1 |
* | | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 17 | -559/+653 |
* | | gallium: adapt all code to the renamed depth/stencil formats | Roland Scheidegger | 2010-03-30 | 3 | -4/+4 |
* | | draw: Add EMIT_4UB_BGRA format | Jakob Bornecrantz | 2010-03-26 | 2 | -2/+9 |
* | | i915g: Rename winsys prefix to i915_ from intel_ | Jakob Bornecrantz | 2010-03-26 | 15 | -136/+139 |
* | | i915g: Correct and add supperted texture formats | Jakob Bornecrantz | 2010-03-25 | 2 | -1/+13 |
* | | Merge commit 'origin/master' into gallium-sampler-view | Keith Whitwell | 2010-03-13 | 4 | -11/+26 |
|\ \ | |||||
| * | | gallium: remove pipe_context member from pipe_transfer | Keith Whitwell | 2010-03-11 | 1 | -2/+2 |
| * | | Squashed commit of gallium-context-transfers: | Keith Whitwell | 2010-03-11 | 3 | -9/+21 |
| * | | i915g: Prevent NULL dereference. | Chia-I Wu | 2010-03-10 | 1 | -1/+4 |
* | | | gallium: Check for OOM condition when creating a sampler view. | Michal Krol | 2010-03-11 | 1 | -5/+7 |
* | | | Merge branch 'master' into gallium-sampler-view | Michal Krol | 2010-03-10 | 8 | -132/+133 |
|\| | | |||||
| * | | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell | 2010-03-10 | 2 | -8/+35 |
| |\ \ | |||||
| | * \ | Merge branch 'gallium-vertexelementcso' | Roland Scheidegger | 2010-03-09 | 2 | -8/+35 |
| | |\ \ | |||||
| | | * | | gallium: don't use flexible array members in drivers for vertex elements cso | Roland Scheidegger | 2010-03-09 | 2 | -2/+2 |
| | | * | | i915g: adapt to new vertex element cso | Roland Scheidegger | 2010-03-01 | 2 | -8/+35 |
| * | | | | Merge commit 'origin/master' into gallium-sw-api-2 | Keith Whitwell | 2010-03-09 | 4 | -99/+69 |
| |\| | | | |||||
| | * | | | Squashed commit of gallium-no-texture-blanket | Keith Whitwell | 2010-03-09 | 1 | -38/+0 |
| | * | | | i915g: define I915_MAX_TEXTURE_2D/3D_LEVELS | Brian Paul | 2010-03-08 | 3 | -7/+10 |
| | * | | | Merge commit 'origin/gallium-winsys-handle-rebased' | Keith Whitwell | 2010-03-08 | 2 | -76/+81 |
| | |\ \ \ | | | |_|/ | | |/| | | |||||
| | | * | | i915g: Conversion to winsys handle | Jakob Bornecrantz | 2010-03-01 | 2 | -69/+74 |
| | | * | | gallium: Reorg texture usage flags | Jakob Bornecrantz | 2010-03-01 | 1 | -7/+7 |
| * | | | | gallium: remove redundant includes | Keith Whitwell | 2010-03-04 | 1 | -1/+0 |
| |/ / / | |||||
| * | | | Merge branch 'gallium-format-cleanup' | José Fonseca | 2010-03-02 | 3 | -24/+24 |
| |\ \ \ | |||||
| | * | | | i915g: Rename pipe formats. | José Fonseca | 2010-03-01 | 3 | -24/+24 |
| | * | | | i915g: Use PIPE_FORMAT_R8G8B8A8_UNORM_REV where appropriate. | José Fonseca | 2010-03-01 | 1 | -1/+1 |
| | |/ / | |||||
| * / / | i915g: Add assert to check for null pointer dereference. | Vinson Lee | 2010-03-02 | 1 | -0/+1 |
| |/ / | |||||
| * | | i915g: fix a comment | Brian Paul | 2010-02-24 | 1 | -1/+1 |
| * | | i915g: added missing texture cap queries | Brian Paul | 2010-02-22 | 1 | -0/+4 |
| |/ | |||||
* | | gallium: Silence compiler warnings. | michal | 2009-12-10 | 1 | -1/+0 |
* | | i915: Fix for sampler view changes. | michal | 2009-12-10 | 5 | -26/+59 |
|/ | |||||
* | gallium: make max_anisotropy a unsigned bitfield member | Roland Scheidegger | 2010-02-12 | 1 | -2/+2 |
* | i915g: adapt to stencil ref changes | Roland Scheidegger | 2010-02-11 | 4 | -6/+24 |