summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/extensions_table.h
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2018-04-10 17:11:29 +0100
committerEmil Velikov <[email protected]>2018-06-21 12:09:39 +0100
commitccaa9f09cc573f0d9190fa7cdfd66ef066763710 (patch)
tree99a6c2c4a6cd54edafd066a4045add5e8217dd56 /src/mesa/main/extensions_table.h
parent1714dfca8abdae7d6233ddb3b2c852977b20bc42 (diff)
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 <[email protected]> Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions_table.h')
-rw-r--r--src/mesa/main/extensions_table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h
index 1c55df8a228..7af48a4ad91 100644
--- a/src/mesa/main/extensions_table.h
+++ b/src/mesa/main/extensions_table.h
@@ -189,7 +189,7 @@ EXT(ATI_blend_equation_separate , EXT_blend_equation_separate
EXT(ATI_draw_buffers , dummy_true , GLL, x , x , x , 2002)
EXT(ATI_fragment_shader , ATI_fragment_shader , GLL, x , x , x , 2001)
EXT(ATI_meminfo , ATI_meminfo , GLL, GLC, x , x , 2009)
-EXT(ATI_separate_stencil , ATI_separate_stencil , GLL, x , x , x , 2006)
+EXT(ATI_separate_stencil , EXT_stencil_two_side , GLL, x , x , x , 2006)
EXT(ATI_texture_compression_3dc , ATI_texture_compression_3dc , GLL, x , x , x , 2004)
EXT(ATI_texture_env_combine3 , ATI_texture_env_combine3 , GLL, x , x , x , 2002)
EXT(ATI_texture_float , ARB_texture_float , GLL, GLC, x , x , 2002)