diff options
author | Maxence Le Dore <[email protected]> | 2012-12-24 00:57:02 +0100 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2013-10-03 07:55:51 +1300 |
commit | d3575622b7897c88c62e4f57341c196eb913c960 (patch) | |
tree | d5636ca07656cb96ebf7bbf9eee5d8e792f42238 /src/mesa/main/extensions.c | |
parent | 0d7fc10bcd2efb2f96d684b3273b4e0c0b0afef0 (diff) |
mesa: add texture gather changes
Reviewed-by: Kenneth Graunke <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
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 51a8051e2e9..c0f17c5fd03 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -142,6 +142,7 @@ static const struct extension extension_table[] = { { "GL_ARB_texture_env_crossbar", o(ARB_texture_env_crossbar), GLL, 2001 }, { "GL_ARB_texture_env_dot3", o(ARB_texture_env_dot3), GLL, 2001 }, { "GL_ARB_texture_float", o(ARB_texture_float), GL, 2004 }, + { "GL_ARB_texture_gather", o(ARB_texture_gather), GL, 2009 }, { "GL_ARB_texture_mirrored_repeat", o(dummy_true), GLL, 2001 }, { "GL_ARB_texture_multisample", o(ARB_texture_multisample), GL, 2009 }, { "GL_ARB_texture_non_power_of_two", o(ARB_texture_non_power_of_two), GL, 2003 }, |