···11+# Shader Compiler
22+Infinite number of issues and to be fixed.
33+44+# Shader API
55+[] Before we actually support spir-v or something similar, we
66+ need a way for applications to specify shader code. I like the
77+ GIR api and I believe it would be epic if we could expose something
88+ akin to that to the user; this simplifies things like JIT-GPU code,
99+ I cannot see why you wouldn't allow this really.
1010+1111+# Semaphores
1212+I think there are two levels of semaphores inside mesa; both internal driver
1313+semaphores and also user-provided ones. I think none of them work, we want both
1414+to work :^)
1515+1616+# Crashes & Hangs
1717+[] I manage to hang my machine easily by writing incorrect shaders. I have not
1818+ experienced this before in Vulkan; i believe the driver detects a hang and
1919+ restarts the device. However, we are doing something wrong, so my machine
2020+ fails to restart.