diff options
author | Keith Whitwell <[email protected]> | 2009-10-28 21:24:03 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-10-28 21:24:03 +0000 |
commit | 81b8589f064204d9ddcd7d1f9d43d2dcf5676235 (patch) | |
tree | c284554c3e4b201c4e5de6a20b889f0e222b3ab3 /src/gallium/drivers/i965/brw_vs.h | |
parent | 7ba2fe40fa092551f1c493d754c80ca93564d32b (diff) |
i965g: still working on compilation
Diffstat (limited to 'src/gallium/drivers/i965/brw_vs.h')
-rw-r--r-- | src/gallium/drivers/i965/brw_vs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_vs.h b/src/gallium/drivers/i965/brw_vs.h index 2a2dbb3457c..b4e450d89bf 100644 --- a/src/gallium/drivers/i965/brw_vs.h +++ b/src/gallium/drivers/i965/brw_vs.h @@ -60,6 +60,9 @@ struct brw_vs_compile { GLuint nr_inputs; GLuint nr_outputs; + GLuint nr_immediates; + GLfloat immediate[128][4]; + GLboolean copy_edgeflag; GLuint first_output; |