Mesa (intel-2008-q4): intel: enable ATI_texture_env_combine3. Fixes #17707

Haihao Xiang haihao at kemper.freedesktop.org
Mon Jan 5 08:06:23 UTC 2009


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

Author: Xiang, Haihao <haihao.xiang at intel.com>
Date:   Mon Dec 29 09:30:41 2008 +0800

intel: enable ATI_texture_env_combine3. Fixes #17707
(cherry picked from commit 0674a238547f9f4f9de9c6cf5d72015e5960aa9e)

---

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

diff --git a/src/mesa/drivers/dri/intel/intel_context.c b/src/mesa/drivers/dri/intel/intel_context.c
index 6c625b4..65c27a5 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 }
 };
 




More information about the mesa-commit mailing list