Samuel Pitoiset

Results 3 issues of Samuel Pitoiset

Firstly, I bisected to a ACO change which is https://gitlab.freedesktop.org/mesa/mesa/-/commit/0e783d687a3e13284eeae4081f16ee22033ff89b but it turns out it's a game bug. The game does OOB access of private (or scratch) memory in a...

``` d3d12: ======== test_shader_io_mismatch begin ======== d3d12: ../src/compiler/nir/nir_gather_xfb_info.c:104: add_var_xfb_outputs: Assertion `xfb->buffer_to_stream[buffer] == var->data.stream' failed. Aborted (core dumped) ``` ``` #version 450 layout(triangles) in; layout(max_vertices = 3, points) out; layout(xfb_buffer =...

The original ticket from https://gitlab.freedesktop.org/mesa/mesa/-/issues/13014 is actually a bug on your side (a Mesa/RADV developer here) Disabling VK_KHR_cooperative_matrix in RADV makes it work as expected. Though with the extension enabled,...