summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Maasikas <amaasikas@gmail.com>2010-08-09 14:28:00 +0300
committerAndre Maasikas <amaasikas@gmail.com>2010-08-09 14:28:00 +0300
commit8d0985b9b8f20baecbf374f6543db12b1f1d52f9 (patch)
treed8a4f497e3327e9c847ff24e28568b9a9b4b98b9
parent771ad674142001edba1802f82c89c1071cf72ca2 (diff)
r600: bump glsl version
from the tests i couldn't find any new driver faults
-rw-r--r--src/mesa/drivers/dri/r600/r600_context.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_context.c b/src/mesa/drivers/dri/r600/r600_context.c
index 84d9d423124..86e1c1589d8 100644
--- a/src/mesa/drivers/dri/r600/r600_context.c
+++ b/src/mesa/drivers/dri/r600/r600_context.c
@@ -74,2 +74,3 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#define need_GL_VERSION_2_0
+#define need_GL_VERSION_2_1
#define need_GL_ARB_occlusion_query
@@ -159,2 +160,3 @@ static const struct dri_extension gl_20_extension[] = {
{"GL_ARB_shading_language_100", GL_VERSION_2_0_functions },
+ {"GL_ARB_shading_language_120", GL_VERSION_2_1_functions },
#else