[Mesa-dev] [PATCH 1/9] mesa: add entry AMD_shader_trinary_minmax to extension_table
Kenneth Graunke
kenneth at whitecape.org
Tue Dec 10 23:36:22 PST 2013
On 12/10/2013 02:43 PM, =?UTF-8?q?Maxence=20Le=20Dor=C3=A9?= <Maxence Le
Doré> wrote:
> i
> ---
> src/mesa/main/mtypes.h | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
> index db3cc3b..48f10e3 100644
> --- a/src/mesa/main/mtypes.h
> +++ b/src/mesa/main/mtypes.h
> @@ -3427,6 +3427,7 @@ struct gl_extensions
> /* vendor extensions */
> GLboolean AMD_performance_monitor;
> GLboolean AMD_seamless_cubemap_per_texture;
> + GLboolean AMD_shader_trinary_minmax;
> GLboolean AMD_vertex_shader_layer;
> GLboolean APPLE_object_purgeable;
> GLboolean ATI_envmap_bumpmap;
>
I don't think you need to add this bit - in patch 7, you use dummy_true
to just always advertise it. So you can drop this patch.
More information about the mesa-dev
mailing list