summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_scratch.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/swr/swr_scratch.h')
-rw-r--r--src/gallium/drivers/swr/swr_scratch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/swr_scratch.h b/src/gallium/drivers/swr/swr_scratch.h
index 74218d63644..79c9b7aad11 100644
--- a/src/gallium/drivers/swr/swr_scratch.h
+++ b/src/gallium/drivers/swr/swr_scratch.h
@@ -35,6 +35,7 @@ struct swr_scratch_space {
struct swr_scratch_buffers {
struct swr_scratch_space vs_constants;
struct swr_scratch_space fs_constants;
+ struct swr_scratch_space gs_constants;
struct swr_scratch_space vertex_buffer;
struct swr_scratch_space index_buffer;
};