diff options
author | Nicholas Miell <[email protected]> | 2011-09-19 23:16:59 -0700 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2011-11-01 11:37:10 +0100 |
commit | 740467dd62962b4effdaf51e38edc032e2a39487 (patch) | |
tree | a0b9df048ac58d99574fbb5423a327946a02b46f /src/mesa/main/extensions.c | |
parent | 7f08248c2e2d7e862e88db2d0008efca3c276512 (diff) |
mesa: Add the basics for the NV_fog_distance extension
No driver implements it yet.
Diffstat (limited to 'src/mesa/main/extensions.c')
-rw-r--r-- | src/mesa/main/extensions.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c index b0fe4c34702..7a9fce8ff6b 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -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 }, |