From: Xiang, Haihao Date: Mon, 29 Dec 2008 01:30:41 +0000 (+0800) Subject: intel: enable ATI_texture_env_combine3. Fixes #17707 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0674a238547f9f4f9de9c6cf5d72015e5960aa9e;p=mesa.git intel: enable ATI_texture_env_combine3. Fixes #17707 --- diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c index 6ff98e9c525..83661dfef9b 100644 --- a/src/mesa/drivers/dri/intel/intel_context.c +++ b/src/mesa/drivers/dri/intel/intel_context.c @@ -388,6 +388,7 @@ 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 } };