summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/swr_scratch.h
diff options
context:
space:
mode:
authorTim Rowley <[email protected]>2017-03-02 16:41:02 -0600
committerTim Rowley <[email protected]>2017-03-05 07:33:49 -0600
commitf1d728411726fd0bc5baf9746e838f609900836e (patch)
tree14b54416bb159b66a71624042b66ae75faba318e /src/gallium/drivers/swr/swr_scratch.h
parent08a82363ba7c281a1b3d7f6dbe6946860ee68e38 (diff)
swr: implement geometry shaders
Reviewed-by: Bruce Cherniak <[email protected]>
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;
};