diff options
author | Paul Berry <[email protected]> | 2014-01-06 09:09:07 -0800 |
---|---|---|
committer | Paul Berry <[email protected]> | 2014-02-05 08:59:37 -0800 |
commit | b7d05a58ae3655730f84c9786439e2461cdb77da (patch) | |
tree | 2da6f946234b44da0b8290dbdbf643d869ec492d /src/mesa/main/extensions.c | |
parent | 4a7da3bec5961bd82c520e1f5e363cbd2fa8fb77 (diff) |
mesa/cs: Add extension enable flags for ARB_compute_shader.
Reviewed-by: Matt Turner <[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 e48c1a3fecf..5f741fbd2ec 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -85,6 +85,7 @@ static const struct extension extension_table[] = { { "GL_ARB_blend_func_extended", o(ARB_blend_func_extended), GL, 2009 }, { "GL_ARB_clear_buffer_object", o(dummy_true), GL, 2012 }, { "GL_ARB_color_buffer_float", o(ARB_color_buffer_float), GL, 2004 }, + { "GL_ARB_compute_shader", o(ARB_compute_shader), GL, 2012 }, { "GL_ARB_copy_buffer", o(dummy_true), GL, 2008 }, { "GL_ARB_conservative_depth", o(ARB_conservative_depth), GL, 2011 }, { "GL_ARB_debug_output", o(dummy_true), GL, 2009 }, |