mesa: Add the basics for the NV_fog_distance extension

No driver implements it yet.
This commit is contained in:
Nicholas Miell
2011-09-19 23:16:59 -07:00
committed by Marek Olšák
parent 7f08248c2e
commit 740467dd62
4 changed files with 22 additions and 0 deletions

View File

@@ -287,6 +287,7 @@ static const struct extension extension_table[] = {
{ "GL_NV_depth_clamp", o(ARB_depth_clamp), GL, 2001 },
{ "GL_NV_draw_buffers", o(dummy_true), ES2, 2011 },
{ "GL_NV_fbo_color_attachments", o(EXT_framebuffer_object), ES2, 2010 },
{ "GL_NV_fog_distance", o(NV_fog_distance), GL, 2001 },
{ "GL_NV_fragment_program", o(NV_fragment_program), GL, 2001 },
{ "GL_NV_fragment_program_option", o(NV_fragment_program_option), GL, 2005 },
{ "GL_NV_light_max_exponent", o(NV_light_max_exponent), GL, 1999 },