summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_screen.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2016-07-11 10:55:18 -0700
committerEric Anholt <[email protected]>2016-07-12 17:42:40 -0700
commitab1d40b84a9812d73411f3499274a6cbf3f25373 (patch)
tree8d2ab8a70cf7b29e25d6d76ed9232081d6ebf6d8 /src/gallium/drivers/vc4/vc4_screen.h
parent05bcd9dd960d5658801ab35d429ba9778f67cad0 (diff)
vc4: Add a flag in the screen to track control flow support.
For now it's still always false, but I need it in place for kernel backwards compat support as I extend the backend for control flow.
Diffstat (limited to 'src/gallium/drivers/vc4/vc4_screen.h')
-rw-r--r--src/gallium/drivers/vc4/vc4_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/vc4/vc4_screen.h b/src/gallium/drivers/vc4/vc4_screen.h
index 03f76b257e3..6cecca63bc4 100644
--- a/src/gallium/drivers/vc4/vc4_screen.h
+++ b/src/gallium/drivers/vc4/vc4_screen.h
@@ -75,6 +75,7 @@ struct vc4_screen {
uint32_t bo_size;
uint32_t bo_count;
+ bool has_control_flow;
};
static inline struct vc4_screen *