summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_shader.h
diff options
context:
space:
mode:
authorAlex Deucher <[email protected]>2011-11-04 18:33:31 -0400
committerAlex Deucher <[email protected]>2011-11-04 18:33:31 -0400
commitdf121b868a13e7ca76f19d1488b625c02d632a47 (patch)
treea17bcccfa62933d10926e28045ffa30ddecbe7f4 /src/gallium/drivers/r600/r600_shader.h
parent9212637f34c6600daaf162f95ca49e3c42abbc40 (diff)
Revert "r600g: precalculate semantic indices for SPI setup"
This reverts commit c15f8569fddac5f8aee77863922fd5bb992cfe8a. This breaks r6xx.
Diffstat (limited to 'src/gallium/drivers/r600/r600_shader.h')
-rw-r--r--src/gallium/drivers/r600/r600_shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_shader.h b/src/gallium/drivers/r600/r600_shader.h
index 9990ba646af..ada369ade68 100644
--- a/src/gallium/drivers/r600/r600_shader.h
+++ b/src/gallium/drivers/r600/r600_shader.h
@@ -30,7 +30,6 @@ struct r600_shader_io {
unsigned gpr;
unsigned done;
int sid;
- int spi_sid;
unsigned interpolate;
boolean centroid;
unsigned lds_pos; /* for evergreen */
@@ -41,6 +40,7 @@ struct r600_shader {
struct r600_bytecode bc;
unsigned ninput;
unsigned noutput;
+ unsigned npos;
unsigned nlds;
struct r600_shader_io input[32];
struct r600_shader_io output[32];