diff options
author | Marek Olšák <[email protected]> | 2012-07-14 22:28:26 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2012-07-15 02:16:46 +0200 |
commit | 15ca9d159e50815b0bfe60df8873f48c32a59ca5 (patch) | |
tree | df28d8eb191132f5ddca0c7c9f31c688bbb91826 /src/gallium/drivers/r600/r600_pipe.h | |
parent | e634651024d6507cf325999494a3e2630f3072c8 (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.h | 1 |
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. |