summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2009-10-27 00:29:21 +0000
committerKeith Whitwell <keithw@vmware.com>2009-10-27 00:29:21 +0000
commit7ba2fe40fa092551f1c493d754c80ca93564d32b (patch)
tree5e541fb8e41fefba6b692bf6e59f9b53eecabe78 /src/gallium/drivers/i965/brw_context.h
parent5a304995e09d8dbfd40a2dfab32eacb7e85798e3 (diff)
i965g: still working on compilation
Diffstat (limited to 'src/gallium/drivers/i965/brw_context.h')
-rw-r--r--src/gallium/drivers/i965/brw_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/i965/brw_context.h b/src/gallium/drivers/i965/brw_context.h
index 8aaf895d20..7b85363e9f 100644
--- a/src/gallium/drivers/i965/brw_context.h
+++ b/src/gallium/drivers/i965/brw_context.h
@@ -289,6 +289,7 @@ struct brw_vs_prog_data {
GLuint nr_params; /**< number of TGSI_FILE_CONSTANT's */
GLboolean copy_edgeflag;
+ GLboolean writes_psiz;
/* Used for calculating urb partitions:
*/