Henrik Rydgård
|
4d6905672e
|
Bunch more linting
|
2024-10-10 11:57:10 +02:00 |
|
Henrik Rydgård
|
26884150d7
|
Remove the 0th descriptor set, move everything else back to 0
|
2022-12-16 13:05:40 +01:00 |
|
Henrik Rydgård
|
96a5c52037
|
Vulkan: Reserve descriptor set 0 for frame-global data, move everything else to set 1
|
2022-10-28 09:39:56 +02:00 |
|
Henrik Rydgård
|
15d4495f76
|
Pass shadergen tests
|
2022-10-27 11:05:59 +02:00 |
|
Henrik Rydgård
|
2a1526c352
|
Address feedback
|
2022-10-27 11:05:59 +02:00 |
|
Henrik Rydgård
|
390a136cb5
|
Stereo now works through shader depal too
|
2022-10-27 11:05:59 +02:00 |
|
Henrik Rydgård
|
91259aaad7
|
Always use array textures for framebuffers in Vulkan for simplicity.
|
2022-10-27 11:05:58 +02:00 |
|
Henrik Rydgård
|
2bea495981
|
wip
|
2022-10-27 11:05:58 +02:00 |
|
Henrik Rydgård
|
80e1db07a7
|
Minor ShaderWriter refactor, prep for later changes
|
2022-10-24 17:45:18 +02:00 |
|
Henrik Rydgård
|
ecf2797173
|
Minor refactor of ShaderWriter flags. Extracted from the stereo PR
|
2022-10-23 21:57:01 +02:00 |
|
Henrik Rydgård
|
3af86ec6f7
|
Make it possible to specify extensions for Vulkan in the ShaderWriter
|
2022-10-22 17:46:57 +02:00 |
|
Unknown W. Brackets
|
87171cef98
|
GPU: Add geometry path for shader writer.
Not yet used.
|
2022-10-01 12:45:43 -07:00 |
|
Unknown W. Brackets
|
59a489f883
|
Draw: Add COLOR1 semantic.
|
2022-10-01 12:14:46 -07:00 |
|
Henrik Rydgård
|
3e7f6b57aa
|
Shadergen issues found by the test
|
2022-09-11 16:52:33 +02:00 |
|
Henrik Rydgård
|
9bd8b11bf8
|
Implement shader depal for D3D11.
|
2022-09-11 13:41:17 +02:00 |
|
Henrik Rydgård
|
ca24f1b9aa
|
Fixes for D3D11
|
2022-08-21 09:58:58 +02:00 |
|
Henrik Rydgård
|
31fe0fc39e
|
Remove some unnecessary bool returns.
|
2022-08-16 11:23:34 +02:00 |
|
Henrik Rydgård
|
252550fbd2
|
Enable framebuffer depth blits through raster. Fixes games like Jeanne D'Arc on D3D9.
|
2022-08-09 20:00:32 +02:00 |
|
Henrik Rydgård
|
852c395fb7
|
Texcoord attrs must be called a_texcoord0, this should be fixed. Oh well.
Also small fix for depth in float-depal.
|
2022-08-09 16:07:02 +02:00 |
|
Henrik Rydgård
|
83fd8a2fd8
|
Convert depal shaders to use the ShaderWriter. Add tests for depal shaders.
|
2022-08-09 15:32:27 +02:00 |
|
Henrik Rydgård
|
92a3d45340
|
Lock out shaderDepal from D3D for now, will implement later.
|
2022-08-06 18:27:03 +02:00 |
|
Henrik Rydgård
|
8aebf0dca4
|
Port the OpenGL depal path to thin3d
|
2022-08-06 18:27:02 +02:00 |
|
Henrik Rydgård
|
b71c745275
|
ShaderWriter: Fix GLSL 1.0 output
|
2022-08-06 18:19:11 +02:00 |
|
Henrik Rydgård
|
6ca47076e7
|
Delete the Vulkan implementation of DrawActiveTexture, fixups to shader gen
|
2022-08-03 14:12:55 +02:00 |
|
Henrik Rydgård
|
d26e637bb8
|
Bufferless path for D3D11/Vulkan
Though we still bind the buffer for simplicity..
|
2022-08-03 13:33:53 +02:00 |
|