DirectXShaderCompiler/lib/DxilPIXPasses
Jeff Noyle ac5630e8e6
Fixes for adding -Od (#3292)
A customer couldn't recompile their large shader with -Od for debugging in PIX.
-The symbol manager would quit early, so now it continues to discover other variables
-The value-to-declare pass was adding an incorrect debug location, which tripped up the verifier.
2020-12-03 16:36:51 -08:00
..
CMakeLists.txt Pix mesh shader output instrumentation (#2709) 2020-02-21 10:25:34 -08:00
DxilAddPixelHitInstrumentation.cpp Revert "Optimize compile times by not skipping allocas (#3168)" (#3183) 2020-10-05 16:23:12 -07:00
DxilAnnotateWithVirtualRegister.cpp Cleanup part of compiling warnings (#2903) 2020-06-25 02:57:41 -06:00
DxilDbgValueToDbgDeclare.cpp Fixes for adding -Od (#3292) 2020-12-03 16:36:51 -08:00
DxilDebugInstrumentation.cpp Revert "Optimize compile times by not skipping allocas (#3168)" (#3183) 2020-10-05 16:23:12 -07:00
DxilForceEarlyZ.cpp Just run clang format on PIX passes (#2611) 2019-12-02 11:22:54 -08:00
DxilOutputColorBecomesConstant.cpp Just run clang format on PIX passes (#2611) 2019-12-02 11:22:54 -08:00
DxilPIXMeshShaderOutputInstrumentation.cpp Revert "Optimize compile times by not skipping allocas (#3168)" (#3183) 2020-10-05 16:23:12 -07:00
DxilPIXPasses.cpp Adds the DxcPixDxilDebugInfo interface and friends. (#2715) 2020-02-25 17:50:23 -08:00
DxilPIXVirtualRegisters.cpp Just run clang format on PIX passes (#2611) 2019-12-02 11:22:54 -08:00
DxilReduceMSAAToSingleSample.cpp Just run clang format on PIX passes (#2611) 2019-12-02 11:22:54 -08:00
DxilRemoveDiscards.cpp Just run clang format on PIX passes (#2611) 2019-12-02 11:22:54 -08:00
DxilShaderAccessTracking.cpp Add tracerayinline to access tracking (#2751) 2020-03-06 06:53:14 -08:00
LLVMBuild.txt Move pix pass into DxilPIXPasses. (#1605) 2018-10-16 21:38:33 -07:00