summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-05-18 01:59:37 +0200
committerMarek Olšák <[email protected]>2015-07-23 00:59:32 +0200
commitdb267a04ceee51ca1698c3a68127508fa1e31c86 (patch)
tree3ab0362578065ed9154ab87045ef9cd05caf8f23 /src/gallium/drivers/radeonsi/si_pipe.h
parentb6f4fdf6a9238bdb9e0589eafb22396da347b792 (diff)
radeonsi: implement a fixed-function tessellation control shader and its state
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/radeonsi/si_pipe.h b/src/gallium/drivers/radeonsi/si_pipe.h
index 9e2ad188801..08eae960c06 100644
--- a/src/gallium/drivers/radeonsi/si_pipe.h
+++ b/src/gallium/drivers/radeonsi/si_pipe.h
@@ -136,6 +136,7 @@ struct si_context {
struct si_screen *screen;
struct si_pm4_state *init_config;
struct pipe_fence_handle *last_gfx_fence;
+ struct si_shader_selector *fixed_func_tcs_shader;
union {
struct {