diff options
author | Zack Rusin <[email protected]> | 2007-12-20 12:54:23 -0500 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-12-20 12:54:23 -0500 |
commit | 4fa7afabc966a3d37324f2f9b03e1cc466db7773 (patch) | |
tree | 37d18ebcc06f994f320e62ca54c55f1ebc6f43e3 /src/mesa/pipe/i965simple/brw_context.h | |
parent | a85535b7cb0886f23e5686e37d1fa54394cdece4 (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.h | 3 |
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 59e3d24a1d1..139f13ad4ee 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; |