From 879ec1b385d290a4375682ec613a9e7a1967fc7d Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Wed, 10 Oct 2018 13:56:25 -0400 Subject: Feature/source loc refactor (#668) * * Remove the need for IRHighLevelDecoration in Emit * Use the IRLayoutDecoration for GeometryShaderPrimitiveTypeModifier * Initial look at at variable byte encoding, and simple unit test. * Fixing problems with comparison due to naming differences with slang/fxc. * * More tests and perf improvements for byte encoding. * Mechanism to detect processor and processor features in main slang header. * Split out cpu based defines into slang-cpu-defines.h so do not polute slang.h * Support for variable byte encoding on serialization. * Removed unused flag. * Fix warning. * Fix calcMsByte32 for 0 values without using intrinsic. * Fix a mistake in calculating maximum instruction size. * Introduced the idea of SourceUnit. * Small improvements around naming. Add more functionality - including getting the HumaneLoc. * Add support for #line default * Compiling with new SourceLoc handling. * Fix off by one on #line directives. * Can use 32bits for SourceLoc. Fix serialize to use that. * Small fixes and comment on usage. * Premake run. * Fix signed warning. * Fix typo on StringSlicePool::has found in review. --- source/slang/slang.vcxproj | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'source/slang/slang.vcxproj') diff --git a/source/slang/slang.vcxproj b/source/slang/slang.vcxproj index 441bbea51..ba8aabaf5 100644 --- a/source/slang/slang.vcxproj +++ b/source/slang/slang.vcxproj @@ -258,9 +258,6 @@ - - - Document @@ -268,7 +265,7 @@ "../../bin/windows-x64/debug/slang-generate" %(Identity) "../../bin/windows-x86/release/slang-generate" %(Identity) "../../bin/windows-x64/release/slang-generate" %(Identity) - %(Identity).h + ../../core.meta.slang.h slang-generate %(Identity) ../../bin/windows-x86/debug/slang-generate.exe ../../bin/windows-x64/debug/slang-generate.exe @@ -281,7 +278,7 @@ "../../bin/windows-x64/debug/slang-generate" %(Identity) "../../bin/windows-x86/release/slang-generate" %(Identity) "../../bin/windows-x64/release/slang-generate" %(Identity) - %(Identity).h + ../../hlsl.meta.slang.h slang-generate %(Identity) ../../bin/windows-x86/debug/slang-generate.exe ../../bin/windows-x64/debug/slang-generate.exe @@ -289,6 +286,9 @@ ../../bin/windows-x64/release/slang-generate.exe + + + {F9BE7957-8399-899E-0C49-E714FDDD4B65} -- cgit v1.2.3