summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-09-27 23:36:59 +0200
committerMarek Olšák <[email protected]>2015-10-20 12:51:51 +0200
commitf4e938e9aee14d42e2175c84ebe7ee32b0bcf8c5 (patch)
treeec7c46f2678848312c90bc8e12608cc633f5f493 /src/mesa/state_tracker/st_context.h
parentd74e7b6fb9dca5622c17413821d4cfcc67472e76 (diff)
st/mesa: decouple shaders from contexts if they are shareable
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r--src/mesa/state_tracker/st_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
index f187d82449b..446fe5de889 100644
--- a/src/mesa/state_tracker/st_context.h
+++ b/src/mesa/state_tracker/st_context.h
@@ -99,6 +99,7 @@ struct st_context
boolean has_etc2;
boolean prefer_blit_based_texture_transfer;
boolean can_force_persample_interp;
+ boolean has_shareable_shaders;
boolean needs_texcoord_semantic;
boolean apply_texture_swizzle_to_border_color;