Features:
- uniform-nearest shader with parameterizable horizontal and vertical blur
- can be used to mimic horizontal composite effects and vertical software blur
- has a parameterizable colour bleeding option
https://forums.libretro.com/t/gizmo-blur-shader/41514
Features:
- produces nearest neighbor look with fractional scales.
- uses texture AA shader code.
- uses hotizontal subpixel scaling.
- due to different pixel sizes, moving sprites change dimension if nearest neighbor is used with fractional scaling. This looks unsteady. This shader uniforms pixel dimensions. Output looks much quieter.
https://forums.libretro.com/t/uniform-nearest-interpolation-shader/41492
* Update crt-consumer.slang
Removed NTSC as it conflicts with saturation/hue, and can be used as a separate pass anyway. Fixed some mistakes. Massive speed-up from 120 fps to 450 fps on Intel HD630.
* Update crt-gdv-mini-ultra.slang
Removed NTSC, some corrections too.
* Update zfast_crt_composite.slang
* Update fake-crt-geom.slang
* Add files via upload
* add night_mode
* Update lanczos16.slang
fix minor artifacts
* Brightness fix scanline.slang
Permanent Brightness fix. No need to adjust "SCANLINE_BASE_BRIGHTNESS.
* fix scanlines misalignment
* Add gizmo-crt shader
This shader tries to reproduce a CRT-like output without replicating mask or RGB patterns.
It has the following features:
- allows fractional scaling
- uses texture AA shader and subpixel scaling for evenly placed sharp pixels
- has a horizontal blur function which mimics bad signal quality of some systems (megadrive, psx)
- has a vertical blur function which mimics n64 vertical software blur
- adds some noise to mimic restless CRT colors
- has a curvator function
- looks good with resolutions <= 1080p
- has modest system requirements
https://forums.libretro.com/t/gizmo-crt-shader/41409https://github.com/gizmo98/gizmo-crt-shader
* Update crt-consumer.slang
Removed NTSC as it conflicts with saturation/hue, and can be used as a separate pass anyway. Fixed some mistakes. Massive speed-up from 120 fps to 450 fps on Intel HD630.
* Update crt-gdv-mini-ultra.slang
Removed NTSC, some corrections too.
* Update zfast_crt_composite.slang
* Update fake-crt-geom.slang
* integrate NTSC-colors
* Integrate NTSC-colors
* Integrate NTSC-colors, some fixes too
* additions
Added hue shift from grade, improved glow, added scanlines downscale to interlace mode. Some other touches too
* Update crt-consumer.slang
* fix scanlines misalignment
* add protect white on masks parameter
* improve glow
* add palette fixes
Sega, and PUAE Atari ST dark palettes
* integrate NTSC-colors
* Integrate NTSC-colors
* Integrate NTSC-colors, some fixes too
* additions
Added hue shift from grade, improved glow, added scanlines downscale to interlace mode. Some other touches too
* Update crt-consumer.slang
* fix scanlines misalignment
* add protect white on masks parameter
* integrate NTSC-colors
* Integrate NTSC-colors
* Integrate NTSC-colors, some fixes too
* additions
Added hue shift from grade, improved glow, added scanlines downscale to interlace mode. Some other touches too
* Update crt-consumer.slang
* 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
Changes:
* Improved Performance
* Fixed a performance issue where we were rendering more than we needed to
* This should increase performance across most presets
* Fixed color rainbowing in reflection for Guest-Advanced and LCD-GRID
* Updated to crt-guest-advanced-2023-03-11-release1
* Updated GDV-MINI from @ROBMARK85's request