diff options
author | Keith Whitwell <[email protected]> | 2009-10-27 00:29:21 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2009-10-27 00:29:21 +0000 |
commit | 7ba2fe40fa092551f1c493d754c80ca93564d32b (patch) | |
tree | 5e541fb8e41fefba6b692bf6e59f9b53eecabe78 /src/gallium/drivers/i965/brw_context.h | |
parent | 5a304995e09d8dbfd40a2dfab32eacb7e85798e3 (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.h | 1 |
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 8aaf895d20a..7b85363e9f0 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: */ |