summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorVadim Girlin <[email protected]>2012-04-09 19:35:39 +0400
committerDave Airlie <[email protected]>2012-04-20 17:43:24 +0100
commite382a0c14251a3000090ee75765f8d88d1b20409 (patch)
tree6664a763db681dd91d5286a90c64821a514c7ee3 /src/gallium/drivers/r600/r600_pipe.h
parentb0e048f0b955ef79e2de794172de053d27d7d8fa (diff)
r600g: store glsl_feature_level in the r600_screen
Signed-off-by: Vadim Girlin <[email protected]> Reviewed-by: Michel Dänzer <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index fafc4364043..fd134fae0c6 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -124,6 +124,7 @@ struct r600_screen {
unsigned num_contexts;
bool use_surface_alloc;
+ int glsl_feature_level;
/* for thread-safe write accessing to num_contexts */
pipe_mutex mutex_num_contexts;