Difference between revisions of "Shaders and filters"

From Emulation General Wiki
Jump to navigation Jump to search
(Emulators)
(Emulators)
Line 7: Line 7:
 
|-
 
|-
 
| style="text-align: center;"|[[RetroArch]]
 
| style="text-align: center;"|[[RetroArch]]
| style="text-align: center;"|.cg, filter
+
|.cg, filter
 
|
 
|
<p style="text-align: center;">.shader deprecated in current RetroArch.</p>
+
.shader deprecated in current RetroArch.
  
<p style="text-align: center;">Filters from bsnes v82 and below work in RetroArch.</p>
+
Filters from bsnes v82 and below work in RetroArch.
 
|-
 
|-
 
| style="text-align: center;"|[[DOS|Dosbox]]
 
| style="text-align: center;"|[[DOS|Dosbox]]
| style="text-align: center;"|.fx
+
|.fx
| style="text-align: center;"|Only on special builds such as SVN Daum
+
|Only on special builds such as SVN Daum
 
|-
 
|-
 
| style="text-align: center;"|[[Higan]]
 
| style="text-align: center;"|[[Higan]]
| style="text-align: center;"|.filter,
+
|.filter,
 
|
 
|
<p style="text-align: center;">. shader Removed in [http://board.byuu.org/viewtopic.php?f=10&t=3806 future higan releases],</p>
+
. shader Removed in [http://board.byuu.org/viewtopic.php?f=10&t=3806 future higan releases],
  
<p style="text-align: center;">.fiter works in old [[bsnes]]  Not current Higan.</p>
+
.fiter works in old [[bsnes]]  Not current Higan.
 
|-
 
|-
 
| style="text-align: center;"|[[MAME]]
 
| style="text-align: center;"|[[MAME]]
| style="text-align: center;"|.fx
+
|.fx
| style="text-align: center;"|
+
|
 
|-
 
|-
 
| style="text-align: center;"|OpenEMU
 
| style="text-align: center;"|OpenEMU
| style="text-align: center;"|.cg,
+
|.cg,
| style="text-align: center;"|
+
|
 
|-
 
|-
 
| style="text-align: center;"|[[Snes9x]]
 
| style="text-align: center;"|[[Snes9x]]
| style="text-align: center;"|.cg,
+
|.cg,
| style="text-align: center;"|
+
|
 
|-
 
|-
 
| style="text-align: center;"|[[Project64]]
 
| style="text-align: center;"|[[Project64]]
| style="text-align: center;"|.fx
+
|.fx
| style="text-align: center;"|Only with a custom Rice Video plugin
+
|Only with a custom Rice Video plugin
 
|}
 
|}
  

Revision as of 17:48, 18 July 2013

Emulators

List of emulators and what shaders they use.

Name Shader file types Notes
RetroArch .cg, filter

.shader deprecated in current RetroArch.

Filters from bsnes v82 and below work in RetroArch.

Dosbox .fx Only on special builds such as SVN Daum
Higan .filter,

. shader Removed in future higan releases,

.fiter works in old bsnes  Not current Higan.

MAME .fx
OpenEMU .cg,
Snes9x .cg,
Project64 .fx Only with a custom Rice Video plugin

Types

crt-geom-flat

CRT Shaders

Main article: CRT Shaders

These replicate aperture grille CRTs, which have sharp images and strong scanlines. If you find that this doesn't look a damn thing like your old TV, it's probably because you owned a shadow-mask style CRT, which has less noticeable scanlines (the easiest way to tell the difference is to feel the curve of the screen; aperture grilles only curve horizontally if at all). Unfortunately, shadow masks require resolutions of upwards of 3000x4000 to emulate accurately, so all we have for the time being are aperture grille shaders.

NTSC Filters

These replicate the cables used to connect the system to the TV. They vary in quality, with the lowest being RF, then composite, then s-video and RGB (scart) being the highest quality. They are created by blargg. They are in .filter format.

GameBoy Shader

GameBoy Shader

This .cgp shader replicates the dot matrix screen of a Game Boy, complete with the ghosting problems to reproduce certain visual effects. Made by Harlequin. Requires RetroArch.

Downloads

.cg shaders

https://github.com/libretro/common-shaders

http://www.emucr.com/2013/04/snes9x-cg-shaders-pack-20130427.html

.filter files

Win32 Win64  Linux32  Linux64 MacOS


GameBoy Shader

Further reading

All things shaders and filters

Cg shader spec.