diff --git a/src/mesa/main/extensions_table.h b/src/mesa/main/extensions_table.h index d96a957ceb9..75c24f1ea09 100644 --- a/src/mesa/main/extensions_table.h +++ b/src/mesa/main/extensions_table.h @@ -305,7 +305,7 @@ EXT(EXT_shader_image_load_store , EXT_shader_image_load_store EXT(EXT_shader_implicit_conversions , dummy_true , x , x , x , 31, 2013) EXT(EXT_shader_integer_mix , EXT_shader_integer_mix , GLL, GLC, x , 30, 2013) EXT(EXT_shader_io_blocks , dummy_true , x , x , x , 31, 2014) -EXT(EXT_shader_realtime_clock , EXT_shader_realtime_clock , GLL, GLC, x , x , 2018) +EXT(EXT_shader_realtime_clock , EXT_shader_realtime_clock , GLL, GLC, x , 31, 2018) EXT(EXT_shader_samples_identical , EXT_shader_samples_identical , GLL, GLC, x , 31, 2015) EXT(EXT_shadow_funcs , ARB_shadow , GLL, x , x , x , 2002) EXT(EXT_shadow_samplers , ARB_shadow , x , x , x , ES2, 2012) diff --git a/src/panfrost/ci/panfrost-g52-gles2-extensions.txt b/src/panfrost/ci/panfrost-g52-gles2-extensions.txt index 50413b27fd9..5c64830a4ed 100644 --- a/src/panfrost/ci/panfrost-g52-gles2-extensions.txt +++ b/src/panfrost/ci/panfrost-g52-gles2-extensions.txt @@ -45,6 +45,7 @@ GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks +GL_EXT_shader_realtime_clock GL_EXT_shadow_samplers GL_EXT_sRGB GL_EXT_sRGB_write_control diff --git a/src/panfrost/ci/panfrost-g57-gles2-extensions.txt b/src/panfrost/ci/panfrost-g57-gles2-extensions.txt index f9055e06dfd..dabb5611a6f 100644 --- a/src/panfrost/ci/panfrost-g57-gles2-extensions.txt +++ b/src/panfrost/ci/panfrost-g57-gles2-extensions.txt @@ -44,6 +44,7 @@ GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks +GL_EXT_shader_realtime_clock GL_EXT_shadow_samplers GL_EXT_sRGB GL_EXT_sRGB_write_control diff --git a/src/panfrost/ci/panfrost-g610-gles2-extensions.txt b/src/panfrost/ci/panfrost-g610-gles2-extensions.txt index f9055e06dfd..dabb5611a6f 100644 --- a/src/panfrost/ci/panfrost-g610-gles2-extensions.txt +++ b/src/panfrost/ci/panfrost-g610-gles2-extensions.txt @@ -44,6 +44,7 @@ GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks +GL_EXT_shader_realtime_clock GL_EXT_shadow_samplers GL_EXT_sRGB GL_EXT_sRGB_write_control diff --git a/src/panfrost/ci/panfrost-g72-gles2-extensions.txt b/src/panfrost/ci/panfrost-g72-gles2-extensions.txt index 50413b27fd9..5c64830a4ed 100644 --- a/src/panfrost/ci/panfrost-g72-gles2-extensions.txt +++ b/src/panfrost/ci/panfrost-g72-gles2-extensions.txt @@ -45,6 +45,7 @@ GL_EXT_shader_framebuffer_fetch_non_coherent GL_EXT_shader_implicit_conversions GL_EXT_shader_integer_mix GL_EXT_shader_io_blocks +GL_EXT_shader_realtime_clock GL_EXT_shadow_samplers GL_EXT_sRGB GL_EXT_sRGB_write_control