diff options
author | Boris Brezillon <boris.brezillon@collabora.com> | 2022-03-10 17:27:02 -0600 |
---|---|---|
committer | Jason Ekstrand <jason.ekstrand@collabora.com> | 2022-03-16 09:58:46 -0500 |
commit | 58587c32cbdb997d47d998dd6785c95a095e094f (patch) | |
tree | efdc182add75745138d0888299640f4c663419df /src/panfrost/ci/deqp-panfrost-g52-vk.toml | |
parent | a08b6953865eef1ae6355bb99546e23e6354b917 (diff) |
panvk: Implement indexed rendering
Since we can do 8-bit index buffers, also advertise VK_EXT_type_uint8.
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15295>
Diffstat (limited to 'src/panfrost/ci/deqp-panfrost-g52-vk.toml')
-rw-r--r-- | src/panfrost/ci/deqp-panfrost-g52-vk.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/panfrost/ci/deqp-panfrost-g52-vk.toml b/src/panfrost/ci/deqp-panfrost-g52-vk.toml index fbafaf8daef..c9a918157ef 100644 --- a/src/panfrost/ci/deqp-panfrost-g52-vk.toml +++ b/src/panfrost/ci/deqp-panfrost-g52-vk.toml @@ -10,6 +10,10 @@ include = [ "dEQP-VK.glsl.builtin.function.integer.usubborrow.*", "dEQP-VK.glsl.builtin.precision.frexp.*", "dEQP-VK.glsl.builtin.precision.ldexp.*", + "dEQP-VK.glsl.conversions.*", + "dEQP-VK.glsl.derivate.*.constant.*", + "dEQP-VK.glsl.derivate.*.linear.*", + "dEQP-VK.glsl.derivate.*.uniform_*", "dEQP-VK.image.load_store.with_format.*", "dEQP-VK.pipeline.sampler.view_type.*.format.r*.address_modes.all_mode_clamp_to_border*", "dEQP-VK.ssbo.layout.single_basic_type.*", |