diff options
author | Christoph Bumiller <[email protected]> | 2012-04-29 15:38:20 +0200 |
---|---|---|
committer | Christoph Bumiller <[email protected]> | 2012-04-29 18:03:18 +0200 |
commit | b328949a37fee7b0f68ed3e068ffc4426c083042 (patch) | |
tree | 14bbe5c9615d06267671b272f79ee10275d1cd28 /src/gallium/drivers/nv50/nv50_texture.xml.h | |
parent | d46f969b84a405dff6bbc647a7addd0902adc1e4 (diff) |
nv50,nvc0: fix depth/stencil resolve
Cannot sample depth/stencil with a single view, and needed to use
different shader code for nve4.
Diffstat (limited to 'src/gallium/drivers/nv50/nv50_texture.xml.h')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_texture.xml.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/drivers/nv50/nv50_texture.xml.h b/src/gallium/drivers/nv50/nv50_texture.xml.h index 2b140be8d80..34accd81741 100644 --- a/src/gallium/drivers/nv50/nv50_texture.xml.h +++ b/src/gallium/drivers/nv50/nv50_texture.xml.h @@ -8,7 +8,7 @@ http://0x04.net/cgit/index.cgi/rules-ng-ng git clone git://0x04.net/rules-ng-ng The rules-ng-ng source files this header was generated from are: -- rnndb/nv50_texture.xml ( 8111 bytes, from 2012-03-31 16:47:45) +- rnndb/nv50_texture.xml ( 8111 bytes, from 2012-04-29 11:17:45) - ./rnndb/copyright.xml ( 6452 bytes, from 2011-08-11 18:25:12) - ./rnndb/nvchipsets.xml ( 3701 bytes, from 2012-03-22 20:40:59) - ./rnndb/nv50_defs.xml ( 5468 bytes, from 2011-08-11 18:25:12) @@ -147,8 +147,8 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define NV50_TIC_0_FMT_RGTC1 0x00000027 #define NV50_TIC_0_FMT_RGTC2 0x00000028 #define NV50_TIC_0_FMT_S8_Z24 0x00000029 -#define NV50_TIC_0_FMT_Z24_S8 0x0000002a -#define NV50_TIC_0_FMT_Z24_X8 0x0000002b +#define NV50_TIC_0_FMT_Z24_X8 0x0000002a +#define NV50_TIC_0_FMT_Z24_S8 0x0000002b #define NV50_TIC_0_FMT_Z24_C8_MS4_CS4 0x0000002c #define NV50_TIC_0_FMT_Z24_C8_MS8_CS8 0x0000002d #define NV50_TIC_0_FMT_Z24_C8_MS4_CS12 0x0000002e |