mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 11:08:24 +02:00
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> (cherry picked from commit09d86f9863)
This commit is contained in:
parent
9348cf80bd
commit
2409e34578
2 changed files with 2 additions and 2 deletions
|
|
@ -2624,7 +2624,7 @@
|
|||
"description": "panfrost,mesa: Fix versions for EXT_shader_realtime_clock",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "c5500cd12fa6d7b550ed289f775a84737c702d34",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -303,7 +303,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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue