mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-18 12:58:22 +02:00
intel: GLSL 1.20 is broken in Mesa, so disable it in the i965 driver
This commit is contained in:
parent
5e9cb42aa6
commit
e700269441
1 changed files with 4 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue