diff options
author | Emil Velikov <[email protected]> | 2015-10-02 09:49:47 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-10-30 17:22:23 +0000 |
commit | e916d5e013f01a76f7f11b60aa8b7ca5987f5193 (patch) | |
tree | f94095f1d6e606a92e6f504d4973e2d4012def62 /src/mesa/main/extensions.c | |
parent | 0d0329df8fc95754a8edd76d1da0b32e2aaf83df (diff) |
mesa: add infra for ARB_shader_clock
Signed-off-by: Emil Velikov <[email protected]>
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 b2c88c37366..64972fafa94 100644 --- a/src/mesa/main/extensions.c +++ b/src/mesa/main/extensions.c @@ -152,6 +152,7 @@ static const struct extension extension_table[] = { { "GL_ARB_separate_shader_objects", o(dummy_true), GL, 2010 }, { "GL_ARB_shader_atomic_counters", o(ARB_shader_atomic_counters), GL, 2011 }, { "GL_ARB_shader_bit_encoding", o(ARB_shader_bit_encoding), GL, 2010 }, + { "GL_ARB_shader_clock", o(ARB_shader_clock), GL, 2015 }, { "GL_ARB_shader_image_load_store", o(ARB_shader_image_load_store), GL, 2011 }, { "GL_ARB_shader_image_size", o(ARB_shader_image_size), GL, 2012 }, { "GL_ARB_shader_objects", o(dummy_true), GL, 2002 }, |