mame/bgfx/chains
Westley M. Martinez b5a54b761c HLSL Color Transforms and 3D LUT (#4043)
* Remove broken scanline uniform from post_pass

* Add 3D LUT to HLSL

* Allow individual LUTs for screen and UI

* WIP: Port 3D LUT to BGFX

* Finish porting LUT to BGFX

* Add individual phosphor color conversion for HLSL
	new file:   hlsl/chroma.fx
		Shader for converting xyY3 to sRGB
	modified:   hlsl/phosphor.fx
		Minor changes to emphasize idea that phosphors are color
agnostic
	modified:   hlsl/post.fx
		Conversion from signal RGB to xyY3
	modified:   src/osd/modules/render/d3d/d3dhlsl.cpp
	modified:   src/osd/modules/render/d3d/d3dhlsl.h
	modified:   src/osd/windows/winmain.cpp
	modified:   src/osd/windows/winmain.h

* Add phosphor examples and update presets

* Port phosphor color shaders to BGFX

* Fix missing newlines at EOF
2018-10-07 11:42:30 -04:00
..
eagle bgfx: Ported xBR shaders from libretro. [Ryan Holtz, Hyllian] 2016-04-25 02:12:59 +02:00
hqx Updates FSF address in a few files. (#2044) 2017-02-06 18:50:49 -05:00
xbr -bgfx: Fixed xBR-lv2-multipass shader. [Ryan Holtz] 2017-06-11 19:55:47 +02:00
crt-geom-deluxe.json Fix GH#1364 [tabbycat12] 2016-09-10 10:53:48 +02:00
crt-geom.json Fix GH#1364 [tabbycat12] 2016-09-10 10:53:48 +02:00
default.json bgfx: Ported xBR shaders from libretro. [Ryan Holtz, Hyllian] 2016-04-25 02:12:59 +02:00
hlsl.json HLSL Color Transforms and 3D LUT (#4043) 2018-10-07 11:42:30 -04:00
LICENSE Polishing up BGFX shader system, nw 2016-03-18 03:21:34 +01:00
lut.json HLSL Color Transforms and 3D LUT (#4043) 2018-10-07 11:42:30 -04:00
pillarbox_left_horizontal.json Fix crash when using pillarbox shaders, nw 2016-05-27 14:45:41 +02:00
pillarbox_left_vertical.json Fix crash when using pillarbox shaders, nw 2016-05-27 14:45:41 +02:00
pillarbox_right_horizontal.json Fix crash when using pillarbox shaders, nw 2016-05-27 14:45:41 +02:00
pillarbox_right_vertical.json Fix crash when using pillarbox shaders, nw 2016-05-27 14:45:41 +02:00
README.md fix some typos (#2772) 2017-11-03 14:58:54 +01:00
unfiltered.json bgfx: Ported xBR shaders from libretro. [Ryan Holtz, Hyllian] 2016-04-25 02:12:59 +02:00

BGFX shader chains

Contains definitions for BGFX shader chains

Licensed under The BSD 3-Clause License by Ryan Holtz and MAME Development Team