summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2012-07-14 22:28:26 +0200
committerMarek Olšák <[email protected]>2012-07-15 02:16:46 +0200
commit15ca9d159e50815b0bfe60df8873f48c32a59ca5 (patch)
treedf28d8eb191132f5ddca0c7c9f31c688bbb91826 /src/gallium/drivers/r600/r600_pipe.h
parente634651024d6507cf325999494a3e2630f3072c8 (diff)
r600g: don't check the R600_GLSL130 env var
GLSL 1.3 has been enabled by default for quite a while.
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.h')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.h b/src/gallium/drivers/r600/r600_pipe.h
index 058104085a1..6449a4d4042 100644
--- a/src/gallium/drivers/r600/r600_pipe.h
+++ b/src/gallium/drivers/r600/r600_pipe.h
@@ -143,7 +143,6 @@ struct r600_screen {
struct r600_pipe_fences fences;
bool use_surface_alloc;
- int glsl_feature_level;
/*for compute global memory binding, we allocate stuff here, instead of
* buffers.