Commit graph

5 commits

Author SHA1 Message Date
Splendide Imaginarius
8ef08ce5da Lanczos3/bicubic shaders: Only set default precision on GLES
Doing so is noncompliant with desktop GL.
2023-11-14 00:10:10 +00:00
Splendide Imaginarius
6c471dafdb Lanczos3 shader: fix copyright notice 2023-11-12 14:45:37 +00:00
Eblo
79bcaf266f
Fix precision issues in vertex shaders
Restore conditional that makes mediump declaration only apply to fragment shaders
This was erroneously removed to make the Lanczos3 shader link properly, but it resulted in vertex shaders incorrectly defaulting to mediump
Add highp precision declaration to Lanczos3 fragment shader so that it can link
2023-11-12 09:27:12 -05:00
Struma
359ccd7a0c make the lanczos shader work on macOS 2023-05-08 04:47:24 -04:00
Splendide Imaginarius
f26a9a8e1c
Add Lanczos3 scaling (#9)
"Lanczos filtering tends to yield much better quality (sharper image) than bilinear filtering."
2023-05-05 15:39:42 -04:00