summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-02-22 17:25:37 +0100
committerMarek Olšák <[email protected]>2015-07-23 00:59:32 +0200
commitb6f4fdf6a9238bdb9e0589eafb22396da347b792 (patch)
treee13811530914ca598801076e6b1bbfba4bf81e3a /src/gallium/drivers/radeonsi/si_pipe.h
parentebfd9e007191d582e22d252e9ff9b93fe4f8c593 (diff)
radeonsi: set up a ring buffer for tessellation factors
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_pipe.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_pipe.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index 880f7beaa19..9e2ad188801 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -204,6 +204,8 @@ struct si_context {
struct si_pm4_state *gs_rings;
struct pipe_resource *esgs_ring;
struct pipe_resource *gsvs_ring;
+ struct si_pm4_state *tf_state;
+ struct pipe_resource *tf_ring;
LLVMTargetMachineRef tm;