summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/d3d/d3dhlsl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup, we already have NOMINMAX now in scripts (nw) Miodrag Milanovic2017-02-111-2/+0
* Revert "New phosphor persistence shaders for HLSL" R. Belmont2017-01-051-105/+20
* Change cached texture format to floating point. Westley M. Martinez2017-01-041-14/+14
* Correct LCD ghosting INI and slider defaults. Westley M. Martinez2017-01-031-2/+2
* Add LCD ghosting shader for Direct3D Westley M. Martinez2017-01-021-21/+72
* Scale and phosphor persistence sliders. Westley M. Martinez2016-12-301-17/+9
* Implement LCD persistence shader. Westley M. Martinez2016-12-291-2/+17
* Implement new phosphor shader. Westley M. Martinez2016-12-291-10/+37
* Simplify implementation of delta_time. Westley M. Martinez2016-12-131-25/+15
* Add signal so that any future shaders relying on delta_time do not Westley M. Martinez2016-12-121-10/+13
* Fix phosphor shader to work properly for multi-screen games and Westley M. Martinez2016-12-121-16/+22
* Remove iostream (used for debugging) Westley M. Martinez2016-12-111-1/+0
* Fix phosphor persistence shader behavior based on time. Westley M. Martinez2016-12-111-0/+10
* Small cleanup (nw) Miodrag Milanovic2016-11-111-2/+2
* hlsl: fixed games with off-screen backdrop artworks ImJezze2016-11-021-0/+4
* Reduced defocus effect to one pass (HLSL/BGFX) Jezze2016-10-221-5/+3
* Disabled clearing of render targets in several passes (HLSL) Jezze2016-10-221-30/+17
* Refactored d3d_render_target (nw) Jezze2016-10-221-157/+61
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* Bulk renaming of Windows string conversion functions Nathan Woods2016-10-031-1/+1
* use floorf rather than floor for float->float Vas Crabb2016-09-281-2/+2
* Fixed several small issues in HLSL/BGFX Jezze2016-09-281-27/+45
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-14/+14
* algorithm-> utility where appropriate, fix imgtool (nw) Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+6
* Cleanups and version bump Miodrag Milanovic2016-07-271-3/+3
* Changed strconv.[cpp|h] functions to return their results as std::string and ... Nathan Woods2016-07-241-4/+2
* Fixed MT #6291 ImJezze2016-07-161-8/+26
* Fixed dimension of high-res snapshots (Alt + 12) and AVI records (Alt + Shift... ImJezze2016-07-161-6/+33
* Patch up d3dhlsl as well (nw) Vas Crabb2016-07-071-3/+3
* Remove bgfx_avi_name and hlsl_write options Giuseppe Gorgoglione2016-07-041-11/+5
* Direct3D HLSL: use aviwrite to record avi movies Giuseppe Gorgoglione2016-07-041-314/+154
* Direct3D: convert linked lists into vectors of unique pointers Giuseppe Gorgoglione2016-07-011-170/+52
* Misc code cleanups for Direct3D code Giuseppe Gorgoglione2016-07-011-301/+145
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* clang on windows fixes (nw) Miodrag Milanovic2016-06-251-1/+1
* Fixed crash of D3D when sliders menu is openend and resizing the window or sw... ImJezze2016-06-201-113/+96
* Change two dynamic bind messages to verbose. Brad Hughes2016-06-171-1/+1
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-111-112/+96
* Procedural texture for vectors in HLSL ImJezze2016-06-051-1/+6
* More slider cleanup, nw therealmogminer@gmail.com2016-05-281-4/+7
* ui refactoring [Vas Crabb] Vas Crabb2016-05-271-7/+7
* Normalized vector attenuation settings ImJezze2016-05-221-11/+10
* Fixed bloom target size for vector screens in full-screen mode ImJezze2016-05-221-17/+26
* Small changes to creation of render targest in HLSL (nw) ImJezze2016-05-161-70/+71
* Fixed several HLSL problems when running machines without screen (nw) ImJezze2016-05-161-15/+15
* Move slider_state and ui_menu_item into src/frontend/mame, nw therealmogminer@gmail.com2016-05-161-1/+1
* Equalized options of HLSL and BGFX HLSL chain ImJezze2016-05-051-49/+49
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-9/+9
* fix windows compile (nw) Miodrag Milanovic2016-04-261-0/+1