mesa: remove struct gl_extensions::ATI_separate_stencil
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 10 Apr 2018 16:11:29 +0000 (17:11 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 21 Jun 2018 11:09:39 +0000 (12:09 +0100)
commitccaa9f09cc573f0d9190fa7cdfd66ef066763710
tree99a6c2c4a6cd54edafd066a4045add5e8217dd56
parent1714dfca8abdae7d6233ddb3b2c852977b20bc42
mesa: remove struct gl_extensions::ATI_separate_stencil

Virtually every driver that supports ATI_separate_stencil
also supports EXT_stencil_two_side.

Use the latter boolean for both extension. With that in mind we can drop
the explicit true from the drivers and the nasty comment in
compute_version().

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/mesa/drivers/dri/i915/intel_extensions.c
src/mesa/drivers/dri/i965/intel_extensions.c
src/mesa/main/extensions.c
src/mesa/main/extensions_table.h
src/mesa/main/mtypes.h
src/mesa/main/version.c
src/mesa/state_tracker/st_extensions.c