diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d0ed94e --- /dev/null +++ b/.gitattributes @@ -0,0 +1,78 @@ +# Set default behavior to automatically normalize line endings. +* text=auto + +*.doc diff=astextplain +*.DOC diff=astextplain +*.docx diff=astextplain +*.DOCX diff=astextplain +*.dot diff=astextplain +*.DOT diff=astextplain +*.pdf diff=astextplain +*.PDF diff=astextplain +*.rtf diff=astextplain +*.RTF diff=astextplain + +*.lss text + +# Force bash scripts to always use lf line endings so that if a repo is accessed +# in Unix via a file share from Windows, the scripts will work. +*.in text eol=lf +*.sh text eol=lf + +# Likewise, force cmd and batch scripts to always use crlf +*.cmd text eol=crlf +*.bat text eol=crlf + +*.cs text diff=csharp +*.vb text +*.resx text +*.c text +*.cpp text +*.cxx text +*.h text +*.hxx text +*.py text +*.rb text +*.java text +*.html text +*.htm text +*.css text +*.scss text +*.sass text +*.less text +*.js text +*.lisp text +*.clj text +*.sql text +*.php text +*.lua text +*.m text +*.asm text +*.erl text +*.fs text +*.fsx text +*.hs text + +*.csproj text +*.vbproj text +*.fsproj text +*.dbproj text +*.sln text eol=crlf + +# Set linguist language for .h files explicitly based on +# https://github.com/github/linguist/issues/1626#issuecomment-401442069 +# this only affects the repo's language statistics +*.h linguist-language=C + +############################################################################### +# Set explicit file behavior to: +# treat as binary +############################################################################### +*.png binary +*.jpg binary +*.gif binary +*.wav binary +*.snk binary +*.dll binary +*.so binary +*.dylib binary diff --git a/src/Vortice.Dxc.Native/Vortice.Dxc.Native.csproj b/src/Vortice.Dxc.Native/Vortice.Dxc.Native.csproj index 05f323a..f4618d0 100644 --- a/src/Vortice.Dxc.Native/Vortice.Dxc.Native.csproj +++ b/src/Vortice.Dxc.Native/Vortice.Dxc.Native.csproj @@ -3,7 +3,7 @@ netstandard2.0;net4.6.1;net8.0;net9.0 Dxc native libraries - 1.0.3 + 1.0.4 false true diff --git a/src/Vortice.Dxc.Native/runtimes/linux-x64/native/libdxcompiler.so b/src/Vortice.Dxc.Native/runtimes/linux-x64/native/libdxcompiler.so index f45f399..74cc499 100644 Binary files a/src/Vortice.Dxc.Native/runtimes/linux-x64/native/libdxcompiler.so and b/src/Vortice.Dxc.Native/runtimes/linux-x64/native/libdxcompiler.so differ diff --git a/src/Vortice.Dxc.Native/runtimes/linux-x64/native/libdxil.so b/src/Vortice.Dxc.Native/runtimes/linux-x64/native/libdxil.so index a741553..ae20145 100644 Binary files a/src/Vortice.Dxc.Native/runtimes/linux-x64/native/libdxil.so and b/src/Vortice.Dxc.Native/runtimes/linux-x64/native/libdxil.so differ diff --git a/src/Vortice.Dxc.Native/runtimes/win-arm64/native/dxcompiler.dll b/src/Vortice.Dxc.Native/runtimes/win-arm64/native/dxcompiler.dll index 1e1d3f3..d3192d6 100644 Binary files a/src/Vortice.Dxc.Native/runtimes/win-arm64/native/dxcompiler.dll and b/src/Vortice.Dxc.Native/runtimes/win-arm64/native/dxcompiler.dll differ diff --git a/src/Vortice.Dxc.Native/runtimes/win-arm64/native/dxil.dll b/src/Vortice.Dxc.Native/runtimes/win-arm64/native/dxil.dll index f27a1d0..e78a1bc 100644 Binary files a/src/Vortice.Dxc.Native/runtimes/win-arm64/native/dxil.dll and b/src/Vortice.Dxc.Native/runtimes/win-arm64/native/dxil.dll differ diff --git a/src/Vortice.Dxc.Native/runtimes/win-x64/native/dxcompiler.dll b/src/Vortice.Dxc.Native/runtimes/win-x64/native/dxcompiler.dll index 30e6f68..a52c4ab 100644 Binary files a/src/Vortice.Dxc.Native/runtimes/win-x64/native/dxcompiler.dll and b/src/Vortice.Dxc.Native/runtimes/win-x64/native/dxcompiler.dll differ diff --git a/src/Vortice.Dxc.Native/runtimes/win-x64/native/dxil.dll b/src/Vortice.Dxc.Native/runtimes/win-x64/native/dxil.dll index db5a1ce..c3d1ebf 100644 Binary files a/src/Vortice.Dxc.Native/runtimes/win-x64/native/dxil.dll and b/src/Vortice.Dxc.Native/runtimes/win-x64/native/dxil.dll differ