summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/r300_vs.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2010-04-14 02:21:06 +0200
committerMarek Olšák <maraeo@gmail.com>2010-04-14 04:48:19 +0200
commitabc2f29dd2baa9c8aa672f07a1500e579364ab29 (patch)
tree6c96dc9ecc804b517dda331c010dc11b22220b51 /src/gallium/drivers/r300/r300_vs.h
parent6793506faa13c259b1f36fb4cbe21841f851e248 (diff)
r300g: emit VS immediates along with VS code
Diffstat (limited to 'src/gallium/drivers/r300/r300_vs.h')
-rw-r--r--src/gallium/drivers/r300/r300_vs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gallium/drivers/r300/r300_vs.h b/src/gallium/drivers/r300/r300_vs.h
index 261c31ee2f..56bcc3b70b 100644
--- a/src/gallium/drivers/r300/r300_vs.h
+++ b/src/gallium/drivers/r300/r300_vs.h
@@ -45,6 +45,10 @@ struct r300_vertex_shader {
* compilation failure. */
boolean dummy;
+ /* Numbers of constants for each type. */
+ unsigned externals_count;
+ unsigned immediates_count;
+
/* Stream locations for SWTCL or if TCL is bypassed. */
int stream_loc_notcl[16];