lawnjelly
3a04d5adfe
GLES2 / GLES3 - Use gl_FragColor temporary
...
On some hardware, modifying gl_FragColor multiple times can cause large performance drops. This PR writes to a standard temporary variable instead, and copies across to gl_FragColor once only at the end of the fragment shader.
This could potentially lead to large gains in performance on affected hardware.
2024-02-08 14:58:12 +01:00
99621357a0
File copyright header updates pt4.
2023-12-17 22:50:00 +01:00
827638bfe0
Revert "Take FXAA samples from half-pixel coordinates to improve quality"
...
This reverts commit 8f0e3af2a2
.
2022-12-11 19:28:05 +01:00
clayjohn
8f0e3af2a2
Take FXAA samples from half-pixel coordinates to improve quality
...
(cherry picked from commit dbcc0fa2a60edb3f3e69b0b73e7c9c612872559e)
2022-11-30 19:09:24 +01:00
84a5cc0fca
Fix typo.
2022-07-28 18:44:49 +02:00
3f432af82b
Ported: Disable Alpha throughout Glow and FXAA code in order to avoid issues with transparent viewports. - clayjohn
...
f92141be13
2022-07-28 11:34:02 +02:00
42b0cd29ab
Ported: Disable alpha in post process when using opaque framebuffer - clayjohn
...
9927515254
2022-07-28 11:11:23 +02:00
b0894431a2
Ported: Fixed Bug where DoF incorrectly wrote to alpha channel amd bug with tonemap shaders. - clayjohn
...
3374bae953
2022-07-27 19:47:50 +02:00
b75b256d7f
Ported: fix post procressing with transparent bg and keep alpha channel of the tonemap shader output. - Kinwailo
...
b1a50ad805
2022-07-27 18:11:54 +02:00
49f8e8c398
Added godot with all my currently used engine modules.
2022-03-15 13:29:32 +01:00