diff options
author | Matt Turner <[email protected]> | 2013-04-09 16:01:38 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2013-05-06 10:17:12 -0700 |
commit | f99f78e49a10b92e236ee0909eb806d353e1f2e6 (patch) | |
tree | c39a6e7e662d48d3ebea0c52020c52ef1fb8d429 /src/mesa/main/extensions.c | |
parent | 914d797797b5b835eeaffb56f04a2ca3f2e120b6 (diff) |
mesa: Add infrastructure for ARB_gpu_shader5.
Reviewed-by: Chris Forbes <[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 d8c5f53ddd4..8b67fca23b7 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -102,6 +102,7 @@ static const struct extension extension_table[] = { { "GL_ARB_framebuffer_object", o(ARB_framebuffer_object), GL, 2005 }, { "GL_ARB_framebuffer_sRGB", o(EXT_framebuffer_sRGB), GL, 1998 }, { "GL_ARB_get_program_binary", o(ARB_shader_objects), GL, 2010 }, + { "GL_ARB_gpu_shader5", o(ARB_gpu_shader5), GL, 2010 }, { "GL_ARB_half_float_pixel", o(ARB_half_float_pixel), GL, 2003 }, { "GL_ARB_half_float_vertex", o(ARB_half_float_vertex), GL, 2008 }, { "GL_ARB_instanced_arrays", o(ARB_instanced_arrays), GL, 2008 }, |