Commit graph

1463 commits

Author SHA1 Message Date
hizzlekizzle dd228b941b
Merge pull request #566 from Hyllian/master
Add cheap-sharpen shader
2024-04-04 17:33:18 -05:00
Hyllian 7b0a142a17 Add cheap-sharpen shader
A lightweight sharpen shader with anti-ringing.
2024-04-04 17:50:18 -03:00
hizzlekizzle 2a7c19b6b4
Merge pull request #565 from Hyllian/master
Add bicubic-5-taps and hermite shaders
2024-04-02 18:11:32 -05:00
Hyllian 68d982035f Add bicubic-5-taps and hermite shaders
- Two standalone fast shaders.

* Hermite was never explicitly available, so I think it deserves a place. It's a slightly softer quilez shader.
2024-04-02 17:38:57 -03:00
hizzlekizzle 93c9547985
Merge pull request #564 from Hyllian/master
Add b-spline-4-taps and catmull-rom-5-taps
2024-04-01 19:12:25 -05:00
Hyllian 28fb09f791 Add b-spline-4-taps and catmull-rom-5-taps
Two standalone fast cubic shaders.
2024-04-01 16:11:32 -03:00
metallic77 1c0a4ccbd2
Update fake-crt-geom-potato.slang (#563) 2024-03-24 10:42:43 -05:00
metallic77 d367f6cf73
Update fake-crt-geom-potato.slang (#562) 2024-03-23 10:47:46 -05:00
metallic77 23166cd3e6
fake-CRT-Geom-potato switch to kaizer (#561)
* fake-CRT-Geom-potato switch to kaizer

* Update fake-crt-geom-potato.slang
2024-03-22 08:42:40 -05:00
hizzlekizzle ec1d31b4b3
Merge pull request #560 from metallic77/slang
Update ntsc-mini.slang
2024-03-16 10:51:58 -05:00
metallic77 076081abe5
Update ntsc-mini.slang 2024-03-16 12:04:09 +02:00
hizzlekizzle c934e47f53
Merge pull request #559 from metallic77/slang
Update ntsc-mini.slang
2024-03-15 17:45:45 -05:00
metallic77 7b62243af3
Update ntsc-mini.slang 2024-03-15 23:22:29 +02:00
metallic77 435532f92a
add options/tweaks (#558)
* add options/tweaks

* Update ntsc-mini.slang
2024-03-14 08:24:42 -05:00
metallic77 c383e0cfd0
add ntsc-mini (#557)
* Add files via upload

* Add files via upload
2024-03-13 21:01:34 -05:00
hizzlekizzle 7659b11f24
Merge pull request #556 from kokoko3k/master
Koko-aio: Sync to NG-1.9.13
2024-03-05 11:23:18 -06:00
Antonio Orefice 25abcc54d9 Koko-aio: Sync to NG-1.9.13 2024-03-05 09:38:54 +01:00
hizzlekizzle d668788a29
Merge pull request #555 from Tatsuya79/master
crt-ntsc-sharp glow adjustments
2024-03-03 15:10:49 -06:00
hizzlekizzle d797fc81c4
Merge pull request #553 from hunterk/png_optimize
Optimize a bunch of pngs to reduce repo size
2024-03-03 13:33:52 -06:00
hizzlekizzle b3a7ea3597
Merge pull request #554 from kokoko3k/master
koko-aio: fix typos in presets (librashader failed tests)
2024-03-03 13:31:50 -06:00
Tatsuya79 59833ccb6e crt-ntsc-sharp glow adjustments 2024-03-03 19:12:02 +01:00
Antonio Orefice 698a9dec63 fix typos in presets.
Fixes librashader tests
2024-03-03 15:43:58 +01:00
hizzlekizzle 389c8953b5
Merge pull request #551 from Tatsuya79/master
update crt-ntsc-sharp presets
2024-03-02 20:35:36 -06:00
hunterk 7f250f68b0 optimize crt-yo6's texture 2024-03-02 20:01:46 -06:00
hunterk e0d3747724 optimize metacrt textures 2024-03-02 19:58:18 -06:00
hunterk 779bef00e7 delete a bunch of big, unused images and optimize what's left 2024-03-02 19:55:50 -06:00
hunterk 71c8853494 optimize console borders 2024-03-02 19:45:21 -06:00
hunterk 2b986a6fdd optimize maximus-royale's phosphor LUTs to get another 600kb improvement 2024-03-02 19:37:11 -06:00
hunterk 4e22b232a1 optimize frame pngs to greatly reduce the repo size 2024-03-02 19:32:32 -06:00
Tatsuya79 ba3d6de18b update crt-ntsc-sharp presets 2024-03-02 23:11:21 +01:00
Manuel Alfayate Corchete 3a6d6d7c48
[newpixie-mini] Small optmization. (#550) 2024-02-26 08:03:16 -06:00
metallic77 23f27e2714
update ntsc-simple to current GLSL version (#549)
* Update ntsc-simple-1.slang

* Update ntsc-simple-2.slang
2024-02-20 08:02:10 -06:00
Jobima 89a5f03de8
Update ntsc-adaptive-4x.slangp (#548)
To make it more accurate
2024-02-16 09:18:55 -06:00
hizzlekizzle 162c74f71d
Merge pull request #546 from Hyllian/master
Update crt-hyllian and variants and sgenpt-mix.slang
2024-02-15 10:36:24 -06: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
Hyllian 0de94ba9ca Major update to crt-hyllian and variants
- All shaders are multipass now and include curvature code;
- Get rid of most old presets keep only relevant ones;
2024-02-15 11:05:55 -03:00
Hyllian 63edcb38db
Update sgenpt-mix.slang
Some improvements added.
2024-02-14 18:43:26 -03:00
Manuel Alfayate Corchete 3820e9b0a4
Remove unused calculations. (#545) 2024-02-12 10:51:17 -06:00
Jobima afb439de93
add old ntsc-adaptive and... (#543)
* add ntsc-adaptive-old

work with https://github.com/libretro/slang-shaders/tree/master/ntsc/shaders/ntsc-adaptive not the guest.r

* add ntsc-adaptive-4x

same as ntsc-adaptive-old but work with upscaled 4x internal resolution
2024-02-11 17:39:47 -06:00
hizzlekizzle ce6afd5b58
Merge pull request #544 from vanfanel/newpixie_mini_adjust
Newpixie-mini adjustments.
2024-02-11 12:19:19 -06:00
vanfanel f6a72b4ac1 Newpixie-mini adjustments. 2024-02-11 14:17:09 +01:00
hizzlekizzle 852f729153
fix res-independent-scanlines on non-vulkan drivers
The imageSize parameter was getting mis-detected as a built-in uniform (that is, the dimensions of an image/framebuffer named 'image'), and this was causing d3d drivers to fail to compile altogether and glcore was giving back a 0/undefined value.

Closes #542.
2024-02-09 22:48:00 -06:00
hizzlekizzle a4e79022bb
Merge pull request #541 from mattakins/master
Game Boy Color / Light and Dark Mode Game Boy / Invert Colors
2024-02-07 08:37:44 -06:00
Matt Akins a5e2b80462 Game Boy Color preset
Updated handheld/gameboy shader to support color based on a toggle. Added gameboy-color preset. This effect looks great on handheld devices with Game Boy Color games.
2024-02-06 23:25:03 -08:00
Matt Akins 775819343f Light and dark mode versions of handheld/gameboy
Light version features black pixels on a white background.
Dark version features white pixels on a black background.
2024-02-06 23:20:30 -08:00
Matt Akins 9461889a04 Added 'Invert Colors' parameter to 'image-adjustment' 2024-02-06 23:14:20 -08:00
hizzlekizzle 604eeabc03
Merge pull request #540 from vanfanel/newpixie-mini
Add simplified/faster newpixie version.
2024-02-06 17:52:00 -06:00
vanfanel 20a2a9072b Add simplified/faster newpixie version. 2024-02-06 21:00:55 +01:00
hizzlekizzle 5b4c9b2a75
Merge pull request #538 from kokoko3k/master
crt-resswitch-glitch-koko: do a sanity check for d3d11 and skip effec…
2024-01-28 10:54:15 -06:00
Antonio Orefice 00650e8537 crt-resswitch-glitch-koko: do a sanity check for d3d11 and skip effect eventually. 2024-01-27 10:42:03 +01:00