Mesa (intel-2008-q3): intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver

Ian Romanick idr at kemper.freedesktop.org
Fri Oct 10 18:49:34 UTC 2008


Module: Mesa
Branch: intel-2008-q3
Commit: 46921a5ee832a3443894dcc98e065d2f535e899d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=46921a5ee832a3443894dcc98e065d2f535e899d

Author: Ian Romanick <ian.d.romanick at intel.com>
Date:   Fri Oct 10 11:47:43 2008 -0700

intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver
(cherry picked from commit e7002694418cd0decb1cd0d9121f634480e5f0d6)

---

 src/mesa/drivers/dri/intel/intel_context.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c
index f394b98..4c04d08 100644
--- a/src/mesa/drivers/dri/intel/intel_context.c
+++ b/src/mesa/drivers/dri/intel/intel_context.c
@@ -258,7 +258,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 },




More information about the mesa-commit mailing list