Commit Graph

3 Commits

Author SHA1 Message Date
Hyllian
40f5d882c8 Add n64 3-point and relief shaders
- Known N64 3-point texture filter, now in slang;
- Relief shader. Gives some bump to pixel art games.
2024-04-17 15:11:12 -03:00
Hyllian
2ac8ca7c1b Update ddt.slang
* Implemented Fallback to Bilinear controlled by user param.

* At its default value it gets rid of most ddt artifacts by falling back to relied bilinear filtering.

* At value 1.0, it behaves as original DDT shader.
2024-04-05 15:22:30 -03:00
fishcu
259ff81f4b
Repo reorg: edge smoothing, interpolation, and pixel art scaling (#469)
* Move initial batch of shaders and presets to smoothing subdirectory

* Rename smoothing to edge enhancement

* Move cubic and windowed into interpolation

* Fix some presets

* Fix rest of presets

* Rename edge-enhancement to edge-smoothing

* Move pixel art scalers into separate directory separate from 'interpolation'

* Flatten interpolation/cubic into interpolation/
2023-08-12 18:09:28 -05:00