diff options
author | Marek Olšák <[email protected]> | 2015-07-28 20:41:16 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-07-29 00:10:27 +0200 |
commit | 5142564734bd68f165b02e29e384ebbcf91cce38 (patch) | |
tree | 37fafe4cb82dfb02c5e812a79b26827191e1beff /src/mesa/state_tracker/st_context.h | |
parent | 72f31c63d7b73abcdf47bc303d09987f299aff7a (diff) |
st/mesa: remove st_context::missing textures and get_passthrough_fs
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 48c9b6f0bb9..81d5480431a 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -140,7 +140,6 @@ struct st_context struct st_state_flags dirty; - GLboolean missing_textures; GLboolean vertdata_edgeflags; GLboolean edgeflag_culls_prims; |