panfrost,mesa: Fix versions for EXT_shader_realtime_clock
ES version was missed from extension table
Fixes: c5500cd1 ("mesa: Add support for GL_EXT_shader_realtime_clock")
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Signed-off-by: Ashley Smith <ashley.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37794>
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user