Mesa (master): intel: enable ATI_texture_env_combine3. Fixes #17707

Eric Anholt eric at anholt.net
Mon Dec 29 03:06:44 UTC 2008


On Sun, 2008-12-28 at 17:36 -0800, Haihao Xiang wrote:
> Module: Mesa
> Branch: master
> Commit: 0674a238547f9f4f9de9c6cf5d72015e5960aa9e
> URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=0674a238547f9f4f9de9c6cf5d72015e5960aa9e
> 
> 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
> 
> ---
> 
>  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 6ff98e9..83661df 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 }
>  };

Is this really supported on all of our chipsets (i830, in particular)?
Also, please sort it below GL_APPLE_client_storage.

-- 
Eric Anholt
eric at anholt.net                         eric.anholt at intel.com


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <https://lists.freedesktop.org/archives/mesa-commit/attachments/20081228/297d615d/attachment.sig>


More information about the mesa-commit mailing list