diff options
author | Matt Turner <[email protected]> | 2016-02-27 14:24:58 -0800 |
---|---|---|
committer | Matt Turner <[email protected]> | 2016-03-01 11:41:30 -0800 |
commit | 89abb22a854d2451cc4e677ce0f709c146328110 (patch) | |
tree | 14a2032d0a3d5c5d57b182f47c74822e834e8369 /src/mesa/main/extensions_table.h | |
parent | ed72a1c118d3108c3f48fd4e374c3fb22abdb7f2 (diff) |
mesa: Remove NV_fragment_program_option enable bit.
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Acked-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/main/extensions_table.h')
-rw-r--r-- | src/mesa/main/extensions_table.h | 1 |
1 files changed, 0 insertions, 1 deletions
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) |