summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i965simple/brw_context.h
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-12-20 12:54:23 -0500
committerZack Rusin <zack@tungstengraphics.com>2007-12-20 12:54:23 -0500
commit4fa7afabc966a3d37324f2f9b03e1cc466db7773 (patch)
tree37d18ebcc06f994f320e62ca54c55f1ebc6f43e3 /src/mesa/pipe/i965simple/brw_context.h
parenta85535b7cb0886f23e5686e37d1fa54394cdece4 (diff)
i965: very crude and hacky way of handling immediates
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_context.h')
-rw-r--r--src/mesa/pipe/i965simple/brw_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/i965simple/brw_context.h b/src/mesa/pipe/i965simple/brw_context.h
index 59e3d24a1d..139f13ad4e 100644
--- a/src/mesa/pipe/i965simple/brw_context.h
+++ b/src/mesa/pipe/i965simple/brw_context.h
@@ -327,6 +327,9 @@ struct brw_vs_prog_data {
unsigned max_const;
+ float imm_buf[PIPE_MAX_CONSTANT][4];
+ unsigned num_imm;
+
/* Used for calculating urb partitions:
*/
unsigned urb_entry_size;