mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
dri/nouveau: Expose EXT_texture_env_combine.
This commit is contained in:
parent
3bbad7f108
commit
cdd5f21eac
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ static const struct dri_extension nouveau_extensions[] = {
|
|||
{ "GL_EXT_framebuffer_object", GL_EXT_framebuffer_object_functions },
|
||||
{ "GL_EXT_secondary_color", GL_EXT_secondary_color_functions },
|
||||
{ "GL_EXT_stencil_wrap", NULL },
|
||||
{ "GL_EXT_texture_env_combine", NULL },
|
||||
{ "GL_EXT_texture_lod_bias", NULL },
|
||||
{ "GL_NV_blend_square", NULL },
|
||||
{ "GL_NV_texture_env_combine4", NULL },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue