At this commit driver skeleton is able to dump spirv and nir
authorVivek Pandya <vivekvpandya@gmail.com>
Sun, 6 Sep 2020 09:05:54 +0000 (14:35 +0530)
committerVivek Pandya <vivekvpandya@gmail.com>
Sun, 6 Sep 2020 09:05:54 +0000 (14:35 +0530)
commitcf6010eb6341d7b8f60a62c45b8e58b060782625
treea7a895b27836799af1d660dd753a4bf8336c24e7
parent3df7e9502d8bd790ed289392f03698717182e648
At this commit driver skeleton is able to dump spirv and nir
for first shader being inserted in pipeline.
src/libre-soc/vulkan/libresoc_debug.c [new file with mode: 0644]
src/libre-soc/vulkan/libresoc_debug.h
src/libre-soc/vulkan/libresoc_device.c
src/libre-soc/vulkan/libresoc_pipeline.c
src/libre-soc/vulkan/libresoc_private.h
src/libre-soc/vulkan/libresoc_shader.c [new file with mode: 0644]
src/libre-soc/vulkan/libresoc_shader.h [new file with mode: 0644]
src/libre-soc/vulkan/meson.build