[Mesa-dev] [RFC 19/21] mesa: Replace gl_extensions::EXT_texture3D with ::dummy_true

Chad Versace chad.versace at intel.com
Mon Oct 26 13:33:37 PDT 2015


On Mon 19 Oct 2015, Nanley Chery wrote:
> From: Nanley Chery <nanley.g.chery at intel.com>
> 
> Mesa unconditionally sets this driver flag to true in
> _mesa_init_extensions(). There is therefore no need for
> the driver to communicate support for this extension.
> Replace the driver capability flag with ::dummy_true.
> 
> Signed-off-by: Nanley Chery <nanley.g.chery at intel.com>
> ---
>  src/glsl/glsl_parser_extras.cpp     | 2 +-
>  src/glsl/standalone_scaffolding.cpp | 1 -
>  src/mesa/main/extensions.c          | 2 --
>  src/mesa/main/extensions_table.h    | 4 ++--
>  src/mesa/main/mtypes.h              | 1 -
>  5 files changed, 3 insertions(+), 7 deletions(-)

This patch is
Reviewed-by: Chad Versace <chad.versace at intel.com>


More information about the mesa-dev mailing list