mesa: Remove NV_fragment_program_option enable bit.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Acked-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user