DX12 custom root signatures (#372)
* dx12: abandoned shader reflection, added support for custom root signatures, removed dxcompiler dependency * removed dll copies from build scripts * update * updates * updates * fix * update * update * updates * added custom root signatures to some passes * fix * updates * comment fix * allow shaders to not have root signatures, if they are part of a pipeline which has root signature for an other shader * root signature optimizer * batched descriptor null initializer * shader updates * update * put the atmospheric sky update to async compute * improved debug of root constant - push constant data size mismatch * bitwise root param iteration * added superluminal perf api * performance api will be optional * async updaterenderdata fixes * fixes * fixes * occludee update * raytraced reflection implementation with ray query instead of rt pipeline * alwaysactive * shadercompiler enable old d3dcompiler because why not, it's only loaded on demand now * removed common sampler api * root signature simplification * fixes * linear allocator fix * push constants are now immediately set * fixes * version * fix? * improved descriptor allocator * default sampler table reduction * gpu sort lib push constants * small update * descriptor allocator safety * shader compiler refactor * some optimizations
This commit is contained in:
@@ -26,10 +26,8 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
move BUILD\x64\Release\Editor_Windows\Editor_Windows.exe Editor\
|
||||
xcopy WickedEngine\*.dll Editor\
|
||||
|
||||
move BUILD\x64\Release\Tests\Tests.exe Tests\
|
||||
xcopy WickedEngine\*.dll Tests\
|
||||
|
||||
- name: Package Editor
|
||||
uses: actions/upload-artifact@v2
|
||||
@@ -47,7 +45,6 @@ jobs:
|
||||
Editor/*.ico
|
||||
Editor/*.lua
|
||||
Editor/*.exe
|
||||
Editor/*.dll
|
||||
|
||||
- name: Package Tests
|
||||
uses: actions/upload-artifact@v2
|
||||
@@ -66,7 +63,6 @@ jobs:
|
||||
Tests/*.lua
|
||||
Tests/*.ttf
|
||||
Tests/*.exe
|
||||
Tests/*.dll
|
||||
|
||||
|
||||
linux:
|
||||
|
||||
@@ -25,10 +25,8 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
move BUILD\x64\Release\Editor_Windows\Editor_Windows.exe Editor\
|
||||
xcopy WickedEngine\*.dll Editor\
|
||||
|
||||
move BUILD\x64\Release\Tests\Tests.exe Tests\
|
||||
xcopy WickedEngine\*.dll Tests\
|
||||
|
||||
- name: Package Editor
|
||||
uses: actions/upload-artifact@v2
|
||||
@@ -46,7 +44,6 @@ jobs:
|
||||
Editor/*.ico
|
||||
Editor/*.lua
|
||||
Editor/*.exe
|
||||
Editor/*.dll
|
||||
|
||||
- name: Package Tests
|
||||
uses: actions/upload-artifact@v2
|
||||
@@ -65,7 +62,6 @@ jobs:
|
||||
Tests/*.lua
|
||||
Tests/*.ttf
|
||||
Tests/*.exe
|
||||
Tests/*.dll
|
||||
|
||||
|
||||
linux:
|
||||
|
||||
@@ -26,10 +26,8 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
move BUILD\x64\Release\Editor_Windows\Editor_Windows.exe Editor\
|
||||
xcopy WickedEngine\*.dll Editor\
|
||||
|
||||
move BUILD\x64\Release\Tests\Tests.exe Tests\
|
||||
xcopy WickedEngine\*.dll Tests\
|
||||
|
||||
- name: Package Editor
|
||||
uses: actions/upload-artifact@v2
|
||||
@@ -47,7 +45,6 @@ jobs:
|
||||
Editor/*.ico
|
||||
Editor/*.lua
|
||||
Editor/*.exe
|
||||
Editor/*.dll
|
||||
|
||||
- name: Package Tests
|
||||
uses: actions/upload-artifact@v2
|
||||
@@ -66,7 +63,6 @@ jobs:
|
||||
Tests/*.lua
|
||||
Tests/*.ttf
|
||||
Tests/*.exe
|
||||
Tests/*.dll
|
||||
|
||||
|
||||
linux:
|
||||
|
||||
Reference in New Issue
Block a user