summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/pk8020.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/pk8020.h')
0 files changed, 0 insertions, 0 deletions
amp;d=retro' /> Vas Crabb2023-02-241-1/+1 * render/bgfx: Got rid of a lot of unnecessary object copying during setup. Vas Crabb2023-01-291-1/+1 * Major D3D and BGFX code refactoring and bug fixes: (#10858) [Ryan Holtz] MooglyGuy2023-01-2910-48/+101 * HLSL Color Transforms and 3D LUT (#4043) Westley M. Martinez2018-10-074-78/+258 * HLSL: Move scanline to occur before defocus W. M. Martinez2018-09-142-40/+176 * Revert "New phosphor persistence shaders for HLSL" R. Belmont2017-01-052-200/+11 * Change cached texture format to floating point. Westley M. Martinez2017-01-041-8/+1 * Add LCD ghosting shader for Direct3D Westley M. Martinez2017-01-022-25/+180 * Tweak phosphor parameter scaling, update presets. Westley M. Martinez2016-12-301-1/+1 * Scale and phosphor persistence sliders. Westley M. Martinez2016-12-301-8/+11 * Add gamma correction for proper impulse response. Westley M. Martinez2016-12-301-1/+5 * Remove phosphor burn-in. Westley M. Martinez2016-12-301-0/+7 * Implement LCD persistence shader. Westley M. Martinez2016-12-291-5/+12 * Implement new phosphor shader. Westley M. Martinez2016-12-291-9/+29 * Fix phosphor shader to work properly for multi-screen games and Westley M. Martinez2016-12-121-5/+5 * Fix phosphor persistence shader behavior based on time. Westley M. Martinez2016-12-111-4/+8 * Reduced defocus effect to one pass (HLSL/BGFX)