intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 10 Oct 2008 18:47:43 +0000 (11:47 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 10 Oct 2008 22:40:03 +0000 (16:40 -0600)
src/mesa/drivers/dri/intel/intel_context.c

index e6c0d3175e4758ec905365e3612f63c47504c371..2b3a9b9d371830c7c2476f11077386200ccf5263 100644 (file)
@@ -398,7 +398,11 @@ static const struct dri_extension brw_extensions[] = {
    { "GL_ARB_point_sprite",              NULL },
    { "GL_ARB_shader_objects",             GL_ARB_shader_objects_functions },
    { "GL_ARB_shading_language_100",       GL_VERSION_2_0_functions },
+#if 0
+   /* Support for GLSL 1.20 is currently broken in core Mesa.
+    */
    { "GL_ARB_shading_language_120",       GL_VERSION_2_1_functions },
+#endif
    { "GL_ARB_shadow",                     NULL },
    { "GL_ARB_texture_non_power_of_two",   NULL },
    { "GL_ARB_vertex_shader",              GL_ARB_vertex_shader_functions },