[libre-riscv-dev] [Bug 54] Kazan Vulkan driver operational

bugzilla-daemon at libre-riscv.org bugzilla-daemon at libre-riscv.org
Wed Feb 5 07:40:10 GMT 2020


http://bugs.libre-riscv.org/show_bug.cgi?id=54

--- Comment #7 from Jacob Lifshay <programmerjake at gmail.com> ---
The current plan for the shader compiler is to split it into several phases:

* translating SPIR-V into internal IR (bug #161)
* shader linking (matching up interfaces between different stages)
* optimizations
* vectorize IR
* optimizations
* control barrier lowering
* optimizations
* translating internal IR into backend IR (llvm or otherwise)
* backend optimizations
* backend generates machine code

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the libre-riscv-dev mailing list