pkg-config dxil-spirv-c-shared --cflags --libs CMake moduleSomething like:find_package(dxil_spirv_c_shared) if (dxil_spirv_c_shared_FOUND) message("Found dxil-spirv! Enabling DXIL support.") target_link_libraries(vkd3d-shader PRIVATE dxil-spirv-c-shared) target_compile_definitions(vkd3d-...
2 changes: 1 addition & 1 deletion 2 subprojects/dxil-spirv Submodule dxil-spirv updated 7 files +39 −21 opcodes/dxil/dxil_arithmetic.cpp +26 −36 reference/shaders/dxil-builtin/firstbithi-64.frag +9 −16 reference/shaders/dxil-builtin/firstbitlo-64.frag +68 −0 referen...
2 changes: 1 addition & 1 deletion 2 subprojects/dxil-spirv Submodule dxil-spirv updated 14 files +1 −1 CMakeLists.txt +6 −0 bc/module.cpp +5 −0 bc/type.cpp +3 −1 bc/type.hpp +16 −5 dxil_converter.cpp +12 −0 dxil_converter.hpp +11 −0 dxil_spir...
Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 subprojects/dxil-spirv Submodule dxil-spirv updated 5 files +7 −0 dxil_converter.cpp +2 −1 dxil_converter.hpp +1 −0 dxil_spirv_c.h +1 −0 opcodes/converter_impl.hpp +38 −0 opcodes/...
dxil_spirv_c.cpp dxil_spirv_c.h format_all.sh ir.hpp link.T llvm_bitcode_parser.cpp llvm_bitcode_parser.hpp memory_stream.cpp memory_stream.hpp meson.build node.cpp node.hpp node_pool.cpp node_pool.hpp roundtrip_shaders.py scratch_pool.hpp show_graph.py spirv_module.cpp spirv_module...
Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 subprojects/dxil-spirv Submodule dxil-spirv updated 1 files +2 −2 cfg_structurizer.cpp 0 comments on commit 0c962c4 Please sign in to comment. Footer...
Submodule dxil-spirv updated 7 files +9 −0 CMakeLists.txt +233 −7 cfg_structurizer.cpp +6 −2 cfg_structurizer.hpp +26 −0 misc/structurize_test.cpp +13 −0 node.cpp +1 −0 node.hpp +2 −2 reference/shaders/control-flow/interleaved-unrolled-loop-breaks...
Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 subprojects/dxil-spirv Submodule dxil-spirv updated 1 files +17 −5 cfg_structurizer.cpp 0 comments on commit 43465c5 Please sign in to comment. Footer...
Whitespace Ignore whitespace Split Unified 2 changes: 1 addition & 1 deletion 2 subprojects/dxil-spirv Submodule dxil-spirv updated 2 files +3 −0 cfg_structurizer.cpp +1 −1 node.cpp 0 comments on commit 5f905ed Please sign in to comment. Footer...
2 changes: 1 addition & 1 deletion2subprojects/dxil-spirv Submoduledxil-spirvupdated43 files +1−1CMakeLists.txt +2−1build_dxc.sh +1−1checkout_dxc.sh +9−0download_dxc.sh +34−1dxil.hpp +21−6dxil_converter.cpp +2−2dxil_converter.hpp ...