mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-22 15:18:09 +02:00
Some drivers doesn't support PIPE_SHADER_CAP_INTEGERS. This leads to using load_ubo_vec4 which throws llvmpipe off the guard since it doesn't expect load_ubo_vec4 in shader. Use nir_to_tgsi utility in such a case. This fixes crash seen with conform's mustpass.c, select.c and feedback.c. Also, few gl-select related piglit tests exhibit same crash. Found in vmware's internal testing Reviewed-by: Charmaine Lee <charmainel@vmware.com> Reviewed-by: Emma Anholt <emma@anholt.net> v2: incorporated Emma's comments. Added check for PIPE_SHADER_CAP_INTEGERS and remove PIPE_SHADER_IR_TGSI check v3: As per Emma's comment, removed expected crashes for i915 piglit v4: update expetcted passes Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11911> |
||
|---|---|---|
| .. | ||
| amd | ||
| android_stub | ||
| asahi | ||
| broadcom | ||
| compiler | ||
| drm-shim | ||
| egl | ||
| etnaviv | ||
| freedreno | ||
| gallium | ||
| gbm | ||
| getopt | ||
| glx | ||
| gtest | ||
| hgl | ||
| imgui | ||
| intel | ||
| loader | ||
| mapi | ||
| mesa | ||
| microsoft | ||
| nouveau | ||
| panfrost | ||
| tool | ||
| util | ||
| virtio | ||
| vulkan | ||
| meson.build | ||