diff --git a/src/gallium/drivers/zink/zink_device_info.py b/src/gallium/drivers/zink/zink_device_info.py index c67065b506e..c1f6242f3c2 100644 --- a/src/gallium/drivers/zink/zink_device_info.py +++ b/src/gallium/drivers/zink/zink_device_info.py @@ -343,6 +343,7 @@ VERSIONS = [ Version((1,1,0), (1,1)), Version((1,2,0), (1,2)), Version((1,3,0), (1,3)), + Version((1,4,0), (1,4)), ] # There exists some inconsistencies regarding the enum constants, fix them.