User Details
- User Since
- Jul 30 2015, 12:45 AM (291 w, 3 d)
Oct 20 2020
This broke 14 GL_NV_shader_atomic_int64 piglit tests (on Navi 14), e.g. tests/spec/nv_shader_atomic_int64/execution/ssbo-atomicAdd-int.shader_test:
Sep 24 2020
Sep 23 2020
This completely broke the Mesa radeonsi driver on Navi 14. Xorg + xterm come up with major corruption & psychedelic colours.
Jun 26 2020
Jun 24 2020
This change broke thousands of piglit gpu profile tests with Mesa radeonsi on Navi 14.
May 15 2020
This fixes radeonsi on Navi 14, thanks.
This pretty much broke the world with radeonsi on Navi 14:
May 13 2019
FWIW, this fixes the regression I reported, without regressing any other tests I run.
Sep 21 2018
This broke glamor with the radeonsi driver, hits unreachable():
Jul 16 2018
I can confirm Mesa now works with this patch, however, it still breaks 9 lit tests for me:
Jul 13 2018
Aug 17 2017
Never mind, I think I confused WQM and WWM.
Jun 29 2017
This isn't necessary. Exports can't enable pixels that weren't enabled in the first place.
May 12 2017
No regressions in piglit gpu.py on Kaveri.
Jan 9 2017
Aug 8 2016
Jul 11 2016
This breaks test/CodeGen/AMDGPU/llvm.SI.gather4.ll for me:
Jan 25 2016
Thanks Matt, but it occurred to me in the meantime that we could just update Mesa master for the new intrinsic name instead. Any takers?
Jan 21 2016
Jan 20 2016
Jul 30 2015
Also, is rematerializing SMRD instructions to save SGPR spills really a win? 64 SGPRs can be spilled to a single VGPR, but the rematerialized SMRD instruction is only cheap if the loaded value is still in cache, right?