mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 00:40:09 +01:00
We had re-enabled this because of some test regressions: KHR-GLES31.core.geometry_shader.limits.max_input_components and ext_transform_feedback-max-varyings failed to register allocate, but now that we support indirect indexing on vertex shader outputs natively this is no longer an issue. Piglit's max-samplers tests failed. These tests use indirect indexing on samplers which is not supported and fail to link with this error message: "Failed to link: error: sampler arrays indexed with non-constant expressions is forbidden in GLSL 110". This is expected. The reason these were passing before is that loop unrolling was able to turn indirect indexing into direct indexing. We add them to the expected fail list. Reviewed-by: Juan A. Suarez <jasuarez@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10723> |
||
|---|---|---|
| .. | ||
| ci | ||
| cle | ||
| clif | ||
| common | ||
| compiler | ||
| drm-shim | ||
| qpu | ||
| simulator | ||
| vulkan | ||
| .editorconfig | ||
| Android.cle.mk | ||
| Android.genxml.mk | ||
| Android.mk | ||
| Makefile.sources | ||
| meson.build | ||