diff options
author | Marek Olšák <[email protected]> | 2010-04-14 02:21:06 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2010-04-14 04:48:19 +0200 |
commit | abc2f29dd2baa9c8aa672f07a1500e579364ab29 (patch) | |
tree | 6c96dc9ecc804b517dda331c010dc11b22220b51 /src/gallium/drivers/r300/r300_vs.h | |
parent | 6793506faa13c259b1f36fb4cbe21841f851e248 (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.h | 4 |
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 261c31ee2f5..56bcc3b70b8 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]; |