Changes

Jump to navigation Jump to search

List of shaders and filters

3,688 bytes added, 23 March
m
no edit summary
{{stub}}WIP. Barely half done. Finished version will list every known shader, plus description and sample image.
==Types==
===Anti-aliasing===
A graphics rendering technique used to reduce or eliminate jagged or stepped edges (aliasing artefacts). It works by applying various methods such as super-sampling, multi-sampling, or post-processing filters to improve the smoothness and visual quality of the image, particularly when displaying diagonal lines, curves, or fine details.{| border="0" cellpadding="1" cellspacing="1" class="article-tablewikitable"
! scope="col" style="text-align: center;"|Name
! scope="col" style="text-align: center;"|Image
Description
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/anti-aliasing/advanced-aa.cg advanced-aa.cg]! scope="col" | style="text-align: center;"|[[File:Advanced-aa.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/anti-aliasing/fx-aa.cg fx-aa.cg]! scope="col" | style="text-align: center;"|[[File:Fx-aa.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/anti-aliasing/fxaa-edge-detect.cg fxaa-edge-detect.cg]! scope="col" | style="text-align: center;"|[[File:Fxaa-edge-detect.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/anti-aliasing/reverse-aa.cg reverse-aa.cg]! scope="col" | style="text-align: center;"|[[File:Reverse-aa.png|thumb]]! scope="col" | style="text-align: center;"|
|}
 
===Auto-box===
Shaders that scale the image within the viewport. This can be useful for ensuring a certain quality of scaling, often with the intention of applying other effects on top that are picky about scaling.{| border="0" cellpadding="1" cellspacing="1" class="article-tablewikitable"
! scope="col" style="text-align: center;"|Name
! scope="col" style="text-align: center;"|Image
Description
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/auto-box/box-max.cg box-max.cg]! scope="col" | style="text-align: center;"|[[File:Box-max.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/auto-box/sharpen-lighter-box.cg sharpen-lighter-box.cg]! scope="col" | style="text-align: center;"|[[File:Sharpen-lighter-box.png|thumb]]! scope="col" | style="text-align: center;"|
|}
 
===Bicubic===
Enlarges images by calculating the colour values of new pixels based on a weighted average of neighbouring pixels in the original image. Popular for its ability to produce smooth, high-quality results when resizing images, especially when significant upscaling is required.{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selectedwikitable"
! scope="col" style="text-align: center;"|Name
! scope="col" style="text-align: center;"|Image
Description
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/bicubic/bicubic-fast.cg bicubic-fast.cg]! scope="col" | style="text-align: center;"|! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/bicubic/bicubic-normal.cg bicubic-normal.cg]! scope="col" | style="text-align: center;"|! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/bicubic/bicubic-sharp.cg bicubic-sharp.cg]! scope="col" | style="text-align: center;"|! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/bicubic/bicubic-sharper.cg bicubic-sharper.cg]! scope="col" | style="text-align: center;"|! scope="col" | style="text-align: center;"|
|}
 
===CRT===
A digital effect used to emulate the appearance of old cathode ray tube monitors and televisions. It does this by adding effects such as scan lines, colour distortion and curvature to the image to recreate the look. It is particularly popular because the majority of developers have used the unique properties of a CRT to their advantage to create certain effects. {| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selectedwikitable"
! scope="col" style="text-align: center;"|Name
! scope="col" style="text-align: center;"|Image
Description
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/4xbr-hybrid-crt.cg 4xbr-hybrid-crt.cg]! scope| style="coltext-align: center;" |[[File:4xbr-hybrid-crt.png|thumb]]| style="text-align: center;"|! scope|-| style="coltext-align: center;" |[https://github.com/libretro/common-shaders/blob/master/crt/4xbr-hybrid-crt-b.cg 4xbr-hybrid-crt-b.cg]| style="text-align: center;"|[[File:4xbr-hybrid-crt-b.png|thumb]]| style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/crt-caligari.cg crt-caligari.cg]! scope="col" | style="text-align: center;"|[[File:Crt.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/crt-cgwgcaligari.cg crt-cgwgcaligari.cg]! scope="col" | style="text-align: center;"|[[File:Crt-caligari.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/crt-curvedcgwg.cg crt-curvedcgwg.cg]! scope="col" | style="text-align: center;"|[[File:Crt-cgwg.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/crt-geom-flatcurved.cg crt-geom-flatcurved.cg]! scope="col" | style="text-align: center;"|[[File:Crt-curved.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/crt-highgammageom-flat.cg crt-highgammageom-flat.cg]! scope="col" | style="text-align: center;"|[[File:Crt-geom-flat.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/crt-normalgammahighgamma.cg crt-normalgammahighgamma.cg]! scope="col" | style="text-align: center;"|[[File:Crt-highgamma.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/crt-reverse-aanormalgamma.cg crt-reverse-aanormalgamma.cg]! scope="col" | style="text-align: center;"|[[File:Crt-normalgamma.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/crt-reverse-aa.cg crt-reverse-aa.cg]! scope="col" | style="text-align: center;"|[[File:Crt-reverse-aa.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/phosphor-normalgamma.cg phosphor-normalgamma.cg]! scope="col" | style="text-align: center;"|[[File:Phosphor.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/phosphor-normalgamma.cg phosphor-<br />normalgamma.cg]! scope="col" | style="text-align: center;"|[[File:Phosphor-normalgamma.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"| [https://github.com/libretro/common-shaders/blob/master/crt/snes-hires-blend.cg snes-hires-blend.cg]! scope="col" | style="text-align: center;"|[[File:Snes-hires-blend.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/tv-highcontrast-hd-1152x672.cg tv-highcontrast-<br />hd-1152x672.cg]! scope="col" | style="text-align: center;"|[[File:Tv-highcontrast-hd-1152x672.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crt/tv-highcontrast-hd.cg tv-highcontrast-hd.cg]! scope="col" | style="text-align: center;"|[[File:Tv-highcontrast-hd.png|thumb]]! scope="col" | style="text-align: center;"|
|}
===DDT===
Data-Dependent Triangulation Shaders look at the square plane formed by the four nearest neighbours (a basic image resizing technique that assigns each pixel in the resized image the colour value of the nearest pixel in the original image). They divide the square plane into two triangular planes. The pixels are bilinearly interpolated using only the three points of the triangles to which they belong.{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selectedwikitable"
! scope="col" style="text-align: center;"|Name
! scope="col" style="text-align: center;"|Image
Description
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/crtddt/4xbr-hybrid-crtddt.cg 4xbr-hybrid-crtddt.cg]! scope="col" | style="text-align: center;"|[[File:Ddt.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/ddt/ddt-waterpaintextended.cg ddt-waterpaintextended.cg]! scope="col" | style="text-align: center;"|[[File:Ddt-extended.png|thumb]]! scope="col" | style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/ddt/ddt-waterpaint.cg ddt-waterpaint.cg]! scope="col" | style="text-align: center;"|[[File:Ddt-waterpaint.png|thumb]]! scope="col" | style="text-align: center;"|
|}
 
===Dithering===
A technique used to increase the amount of colour and shading that can be produced on a system. The effect is achieved by using lines or dots which are then blurred by the low quality NTSC signals (composite or RF) used by the system.{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selectedwikitable"
! scope="col" style="text-align: center;"|Name
! scope="col" style="text-align: center;"|Image
! scope="col" style="text-align: center;"|
Description
|-! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/tree/master/dithering mdapt.cgp]! scope="col" | style="text-align: center;"|! scope="col" | style="text-align: center;"|
|}
 
===Eagle===
{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selectedwikitable"
! scope="col" style="text-align: center;"|Name
! scope="col" style="text-align: center;"|Image
Description
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/eagle/super-eagle.cg super-eagle.cg]! scope="col" | style="text-align: center;"|[[File:Super-eagle.png|thumb]]! scope="col" | style="text-align: center;"|
|}
===Handheld===
Simulates an LCD screen of a handheld device that has specific artifacts in comparison to newer screens.{| border="0" cellpadding="1" cellspacing="1" class="article-table article-table-selectedwikitable"
! scope="col" style="text-align: center;"|Name
! scope="col" style="text-align: center;"|Image
Description
|-
! scope| style="text-align: center;"|[https://github.com/libretro/common-shaders/tree/master/handheld/gameboy Gameboy]| style="text-align: center;"|[[File:Gameboy.png|thumb]]| style="coltext-align: center;" ||-| style="text-align: center;"|[https://github.com/libretro/common-shaders/tree/master/handheld/gameboy Gameboylcd-shader lcd]| style="text-align: center;"|[[File:Lcd.png|thumb]]| style="text-align: center;"||-| style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/handheld/dot.cg dot.cg]| style="text-align: center;"|[[File:Dot.png|thumb]]| style="text-align: center;"||-| style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/handheld/lcd3x.cg lcd3x.cg]| style="text-align: center;"|[[File:Lcd3x.png|thumb]]| style="text-align: center;"||} ===Hqx===("hq" stands for "high quality" and "x" for magnification) is a pixel art scaling algorithm developed by Maxim Stepin and used in emulators such as Nestopia, bsnes, ZSNES, Snes9x, FCE Ultra and many more. There are 3 hqx filters: hq2x, hq3x and hq4x, which scale by a factor of 2, 3 and 4 respectively.{| class="wikitable"! scope="col" style="text-align: center;"|Name! scope="col" style="text-align: center;"|Image
! scope="col" style="text-align: center;"|
Description
|-
| style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/hqx/hq2x.cg hq2x.cg]
| style="text-align: center;"|[[File:Hq2x.png|thumb]]
| style="text-align: center;"|
|-
| style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/hqx/hq4x.cg hq4x.cg]
| style="text-align: center;"|[[File:Hq4x.png|thumb]]
| style="text-align: center;"|
|}
 
===Lanczos===
{| class="wikitable"
! scope="col" style="text-align: center;"|Name
! scope="col" style="text-align: center;"|Image
! scope="col" style="text-align: center;"|
Description
|-
! scope| style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/lanczos/lanczos4.cg lanczos4.cg]| style="text-align: center;"|[[File:Lanczos4.png|thumb]]| style="coltext-align: center;" ||-| style="text-align: center;"|[https://github.com/libretro/common-shaders/treeblob/master/handheldlanczos/lcdlanczos6.cg lanczos6.cg]| style="text-shader lcdalign: center;"|[[File:Lanczos6.png|thumb]]! scope| style="coltext-align: center;" ||-| style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/lanczos/lanczos12.cg lanczos12.cg]! scope| style="coltext-align: center;" |[[File:Lanczos12.png|thumb]]| style="text-align: center;"|
|-
! scope="col" | style="text-align: center;"|[https://github.com/libretro/common-shaders/blob/master/handheldlanczos/dotlanczos16.cg dotlanczos16.cg]| style="text-align: center;"|[[File:Lanczos16.png|thumb]]| style="text-align: center;"||}==Unfiltered Image==Picture as it appears directly from a digital connection.{| class="wikitable"! scope="col" style="text-align: center;"|Name! scope="col" style="text-align: center;"|Image! scope="col" style="text-align: center;"|Description
|-
! scope="col" style="text-align: center;"|Pixellate|[https[File://githubPixellate.com/libretro/common-shaders/blob/master/handheld/lcd3x.cg lcd3x.cgpng|thumb|left]]! scope="col" style="text-align: center;"|! scope="col" style="text-align: center;"|
|}
----{{NEL}}[[CateogryCategory: FAQs]][[Category:Shaders/Filters]]
6,737
edits

Navigation menu