Commit graph

2 commits

Author SHA1 Message Date
Hyllian e16a936fb5 Add anti-ringing to lanczos3-fast shaders
- Similar to spline16 and spline36 anti-ringing code;
- ON by default and can be disabled using realtime param.
2022-08-08 09:34:00 -03:00
Hyllian cfe2bc9ecf Add lanczos, spline16 and spline36
Three general purpose multipass shaders:
- lanczos3-fast: lanczos with 3-taps;
- spline16-fast: looks like lanczos2 with slightly less ringing;
- spline36-fast: looks like lanczos3 with  slightly less ringing.
2022-08-06 18:12:30 -03:00