From: Matt Turner Date: Sat, 27 Feb 2016 22:24:58 +0000 (-0800) Subject: mesa: Remove NV_fragment_program_option enable bit. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=89abb22a854d2451cc4e677ce0f709c146328110;p=mesa.git mesa: Remove NV_fragment_program_option enable bit. Reviewed-by: Kenneth Graunke Reviewed-by: Ian Romanick Acked-by: Brian Paul --- diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index c80e5437021..50e050e9009 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -283,7 +283,6 @@ EXT(NV_depth_clamp , ARB_depth_clamp EXT(NV_draw_buffers , dummy_true , x , x , x , ES2, 2011) EXT(NV_fbo_color_attachments , dummy_true , x , x , x , ES2, 2010) EXT(NV_fog_distance , NV_fog_distance , GLL, x , x , x , 2001) -EXT(NV_fragment_program_option , NV_fragment_program_option , GLL, x , x , x , 2005) EXT(NV_light_max_exponent , dummy_true , GLL, x , x , x , 1999) EXT(NV_packed_depth_stencil , dummy_true , GLL, GLC, x , x , 2000) EXT(NV_point_sprite , NV_point_sprite , GLL, GLC, x , x , 2001) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index d5f0b628d92..5de88008c50 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -3921,7 +3921,6 @@ struct gl_extensions GLboolean MESA_ycbcr_texture; GLboolean NV_conditional_render; GLboolean NV_fog_distance; - GLboolean NV_fragment_program_option; GLboolean NV_point_sprite; GLboolean NV_primitive_restart; GLboolean NV_texture_barrier;