Updated code generation so that for vertex shader output position is written at last...
[mesa.git] / src / libre-soc / vulkan / libresoc_llvm.c
2021-03-20 Vivek PandyaUpdated code generation so that for vertex shader outpu... libresoc_dev
2021-03-14 Vivek PandyaImplement RenderPass, CommandBuffers, Buffers, GPUState,
2021-02-06 Vivek PandyaAdded code to process NIR shared load/store intrinsic.
2020-12-21 Vivek PandyaFixing load input and store output related issues.
2020-12-21 Vivek PandyaAdd processing if and loops in nir_to_llvm translation
2020-12-19 Vivek PandyaAt this commit driver is able to generate broken LLVM IR
2020-09-19 Vivek PandyaAdd code to LLVM from its C-API.