mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-21 14:20:29 +01:00
intel: disable ATI_texture_env_combine3 for i830( and related device).
Thanks to Eric for pointing it out.
This commit is contained in:
parent
6c01500228
commit
0c4346e632
2 changed files with 2 additions and 1 deletions
|
|
@ -55,6 +55,7 @@ static const struct dri_extension i915_extensions[] = {
|
|||
{"GL_ARB_fragment_program", NULL},
|
||||
{"GL_ARB_shadow", NULL},
|
||||
{"GL_ARB_texture_non_power_of_two", NULL},
|
||||
{"GL_ATI_texture_env_combine3", NULL},
|
||||
{"GL_EXT_shadow_funcs", NULL},
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -388,7 +388,6 @@ static const struct dri_extension card_extensions[] = {
|
|||
{ "GL_NV_vertex_program", GL_NV_vertex_program_functions },
|
||||
{ "GL_NV_vertex_program1_1", NULL },
|
||||
{ "GL_SGIS_generate_mipmap", NULL },
|
||||
{ "GL_ATI_texture_env_combine3", NULL },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
@ -413,6 +412,7 @@ static const struct dri_extension brw_extensions[] = {
|
|||
{ "GL_EXT_shadow_funcs", NULL },
|
||||
{ "GL_EXT_texture_sRGB", NULL },
|
||||
{ "GL_ATI_separate_stencil", GL_ATI_separate_stencil_functions },
|
||||
{ "GL_ATI_texture_env_combine3", NULL },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue