[Mesa-dev] [PATCH v2 03/16] mesa: add KHR_blend_equation_advanced enable and extension string

Francisco Jerez currojerez at riseup.net
Mon Aug 22 20:00:38 UTC 2016


Kenneth Graunke <kenneth at whitecape.org> writes:

> From: Ilia Mirkin <imirkin at alum.mit.edu>
>
> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

Reviewed-by: Francisco Jerez <currojerez at riseup.net>

> ---
>  src/mesa/main/extensions_table.h | 1 +
>  src/mesa/main/mtypes.h           | 1 +
>  2 files changed, 2 insertions(+)
>
> diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
> index ee4f1af..e8c825b 100644
> --- a/src/mesa/main/extensions_table.h
> +++ b/src/mesa/main/extensions_table.h
> @@ -282,6 +282,7 @@ EXT(INGR_blend_func_separate                , EXT_blend_func_separate
>  
>  EXT(INTEL_performance_query                 , INTEL_performance_query                , GLL, GLC,  x , ES2, 2013)
>  
> +EXT(KHR_blend_equation_advanced             , KHR_blend_equation_advanced            , GLL, GLC,  x , ES2, 2014)
>  EXT(KHR_context_flush_control               , dummy_true                             , GLL, GLC,  x , ES2, 2014)
>  EXT(KHR_debug                               , dummy_true                             , GLL, GLC,  11, ES2, 2012)
>  EXT(KHR_robust_buffer_access_behavior       , ARB_robust_buffer_access_behavior      , GLL, GLC,  x , ES2, 2014)
> diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
> index caf93ee..2159ee8 100644
> --- a/src/mesa/main/mtypes.h
> +++ b/src/mesa/main/mtypes.h
> @@ -3942,6 +3942,7 @@ struct gl_extensions
>     GLboolean ATI_separate_stencil;
>     GLboolean GREMEDY_string_marker;
>     GLboolean INTEL_performance_query;
> +   GLboolean KHR_blend_equation_advanced;
>     GLboolean KHR_robustness;
>     GLboolean KHR_texture_compression_astc_hdr;
>     GLboolean KHR_texture_compression_astc_ldr;
> -- 
> 2.9.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 212 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20160822/2a8845cc/attachment.sig>


More information about the mesa-dev mailing list