Commit graph

20 commits

Author SHA1 Message Date
Hyllian 879dcd27fe Add bilateral-2p shaders
- Fast bilateral shaders in 2-pass from guest.r.
2024-05-15 13:37:59 -03:00
Hyllian d5a089f770 Add bilateral shader from guest.r
- A flexible and fast bilateral shader from guest.r.
2024-05-13 11:39:57 -03:00
Hyllian 66b77ff3a5 Update presets dependent on crt-hyllian
- Some presets updated;
- Get rid of old useless presets.
2024-02-15 11:43:09 -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
hunterk 2b30c6089f
Make a bunch of implicit scaling settings explicit (#375)
* make a bunch of implicit scaling rules explicit and move color shaders before scaling shaders in the handheld directory

* remove extraneous file

* switch vhs from viewport to source scaling
2023-03-20 10:03:42 -05:00
hunterk 37a46fd102
fix malformed presets (#370)
* fix preset parsing issues from https://github.com/libretro/slang-shaders/issues/369

* one more preset fixed

* fix some malformed preset directives

* fix preset lines erroneously ending in semicolons

* fix another malformed preset directive

* make sure grade and glass at least load properly

* comment one more bad path
2023-02-24 07:35:58 -06:00
hunterk a5322b1478 correct some broken paths 2022-09-23 23:09:50 -05:00
hunterk bc55ed1f7b move all of the misc shaders into a subdir and give them presets to be in-line with the rest of the repo 2022-09-23 23:04:05 -05:00
Hyllian a06df022fe Fix issue #280
Fix issue #280
2022-08-24 15:57:09 -03:00
Sanaki b5d2f0fede
Update crt-fast-bilateral-super-xbr.slangp
Fix erroneous shader location
2021-03-30 23:59:11 +00:00
hunterk b23a0c215a remove 1x scaling caused by #104's fix 2019-06-02 22:12:28 -05:00
LazyBumHorse 0a2b35ec11 replace invalid scale_type_<number> with scale_type<number> 2019-05-28 22:35:49 +02:00
hunterk 34ef36ae98 update median filter shaders with risky jumps' optimizations 2019-03-21 08:08:42 -05:00
hunterk a9852e51cd add median filtering shaders and presets 2019-03-19 12:29:22 -05:00
hunterk 1cab4ec61f fix broken fast-bilateral-super-xbr presets and fix typo 2017-10-26 15:22:35 -05:00
hunterk fb8ded7660 add Hyllian's fast-bilateral-3d shader and presets 2017-08-24 16:48:58 -05:00
hunterk bf8c497809 add slow-bilateral shader 2017-07-27 09:14:42 -05:00
hunterk 973ccff893 whoops, revert previous commit 2017-02-28 08:03:02 -06:00
hunterk 520b0de700 fix missing param in fast-bilateral 2017-02-28 07:59:15 -06:00
hunterk 43c28f1f15 add a bunch of hyllian shaders 2016-09-29 14:53:20 -05:00