Henrik Rydgård
|
061f92c177
|
Minor code simplification
|
2018-05-14 21:19:48 +02:00 |
|
Henrik Rydgård
|
011e57c0e7
|
Always specify GLSL version 450 when compiling Vulkan shaders.
Bit of a risky change so late in the game but it's wrong, it needs fixing.
See for example the comments to https://github.com/hrydgard/ppsspp/commit/fb7a63bd11ba785209babfe9631956110d46c9bf
|
2018-05-13 20:42:17 +02:00 |
|
Henrik Rydgård
|
b64841e8cc
|
Minor optimization
|
2018-05-07 00:05:35 +02:00 |
|
Henrik Rydgård
|
ed52d9f9fb
|
Shader depal (VUlkan): Apply a half-texel offset when bilinear filtering, fixing #11008
Also skip three texture samples if all indices are equal.
|
2018-05-06 22:30:20 +02:00 |
|
Henrik Rydgård
|
f17890623c
|
Shader depal: fix bilinear filter coord
|
2018-04-13 20:57:36 +02:00 |
|
Henrik Rydgård
|
69bd427ca2
|
Shader depal: Implement bilinear filtering.
|
2018-04-13 14:19:05 +02:00 |
|
Henrik Rydgård
|
29c41c6a35
|
Implement shader depal for Vulkan. See #10908. Bilinear filter not yet implemented.
|
2018-04-13 14:19:01 +02:00 |
|
Henrik Rydgård
|
1888d828ec
|
Vulkan: Workaround for bug in Adreno shader compiler affecting color tests.
This comparison should pretty much work as well as the old one, I
believe, if not faster.
Should help #10695
|
2018-03-19 17:33:08 +01:00 |
|
Unknown W. Brackets
|
496b2bff35
|
Vulkan: Fix fragment depth rounding.
Was slightly off in the accurate depth path.
|
2017-12-26 16:19:11 -08:00 |
|
Henrik Rydgård
|
4a0c2ad683
|
Minor uniform cleanup
|
2017-12-08 11:54:49 +01:00 |
|
Unknown W. Brackets
|
4731a2918c
|
GPU: Use more typesafe shader IDs.
Since they really are fairly distinct, let's make sure we can't mix them
accidentally.
|
2017-12-02 09:07:27 -08:00 |
|
Henrik Rydgard
|
24cc3dbc70
|
Always pass vec3 texcoord between vertex and fragment shader, to allow for some simplification.
|
2017-01-30 16:03:57 +01:00 |
|
Unknown W. Brackets
|
b1e57a29a4
|
Handle core profile better in shader generators.
|
2016-08-08 17:56:10 -07:00 |
|
Henrik Rydgard
|
827481d41d
|
Combined two uniforms to get the base UBO down to 512b, in order to not waste space (nVidia needs 256-byte alignment)
|
2016-03-20 20:53:46 +01:00 |
|
 Unknown W. BracketsandHenrik Rydgard
|
baa7132a89
|
Vulkan: Simplify color testing.
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
76d8a87b2f
|
Vulkan: Attempt at fixing dual source blending. Should work but doesn't.
|
2016-03-20 19:31:02 +01:00 |
|
Henrik Rydgard
|
4c281f16ac
|
Fix mixup with fragment shader ubo variables
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
9e34d7d625
|
Remove remains of FragmentTestCache from Vulkan backend
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
ddb36a35a0
|
Some descriptor binding fixes
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
906b259a85
|
First PSP shaders actually compile
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
49f1e702c9
|
Okay, reached the shader generators
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
5216a24590
|
Back to work on the PSP renderer
|
2016-03-20 19:30:11 +01:00 |
|
Henrik Rydgard
|
129c706cfc
|
Just some work on the shader generators
|
2016-03-20 19:26:12 +01:00 |
|
Henrik Rydgard
|
c64064024d
|
Initial vulkan code.
This was squashed from nine commits but using old versions of Vulkan.
|
2016-03-20 19:18:35 +01:00 |
|