diff options
author | Zack Rusin <[email protected]> | 2007-12-24 07:57:34 -0500 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-12-24 07:57:34 -0500 |
commit | f9e0e2b3efbc45a290f0a84a1beb63cd8c4f8428 (patch) | |
tree | 58048bcab94b9261c0c6b799dd7010366635aa1d /src/mesa/pipe/i965simple/brw_context.h | |
parent | 4fa7afabc966a3d37324f2f9b03e1cc466db7773 (diff) |
i965: a little better way of handling immediates
Diffstat (limited to 'src/mesa/pipe/i965simple/brw_context.h')
-rw-r--r-- | src/mesa/pipe/i965simple/brw_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/pipe/i965simple/brw_context.h b/src/mesa/pipe/i965simple/brw_context.h index 139f13ad4ee..c610a435e0a 100644 --- a/src/mesa/pipe/i965simple/brw_context.h +++ b/src/mesa/pipe/i965simple/brw_context.h @@ -329,6 +329,7 @@ struct brw_vs_prog_data { float imm_buf[PIPE_MAX_CONSTANT][4]; unsigned num_imm; + unsigned num_consts; /* Used for calculating urb partitions: */ |