summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_context.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-06-10 19:58:06 +0200
committerMarek Olšák <[email protected]>2017-06-22 01:51:02 +0200
commitdbf1413014b85a9b99322c46bff6b3183d0b0439 (patch)
treeade29878f33fa03feadd1be69683df61d3ef4622 /src/mesa/state_tracker/st_context.h
parent1c818fff0cbce5fce1d3d1b6cd273797e6fa80d6 (diff)
st/mesa: don't track shader variants in st_context
Reviewed-by: Timothy Arceri <[email protected]> Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r--src/mesa/state_tracker/st_context.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h
index f640e23dcc1..6497587b1f4 100644
--- a/src/mesa/state_tracker/st_context.h
+++ b/src/mesa/state_tracker/st_context.h
@@ -185,11 +185,6 @@ struct st_context
struct st_compute_program *cp; /**< Currently bound compute program */
struct st_vp_variant *vp_variant;
- struct st_fp_variant *fp_variant;
- struct st_basic_variant *gp_variant;
- struct st_basic_variant *tcp_variant;
- struct st_basic_variant *tep_variant;
- struct st_basic_variant *cp_variant;
struct {
struct pipe_resource *pixelmap_texture;