summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/render/d3d
Commit message (Expand)AuthorAgeFilesLines
* Revert "New phosphor persistence shaders for HLSL" R. Belmont2017-01-053-126/+28
* Change cached texture format to floating point. Westley M. Martinez2017-01-042-20/+22
* Correct LCD ghosting INI and slider defaults. Westley M. Martinez2017-01-031-2/+2
* Add LCD ghosting shader for Direct3D Westley M. Martinez2017-01-022-23/+78
* Scale and phosphor persistence sliders. Westley M. Martinez2016-12-302-21/+11
* Implement LCD persistence shader. Westley M. Martinez2016-12-292-2/+20
* Implement new phosphor shader. Westley M. Martinez2016-12-292-12/+45
* Simplify implementation of delta_time. Westley M. Martinez2016-12-132-27/+16
* Correct comments regarding delta_time. Westley M. Martinez2016-12-121-2/+3
* Add signal so that any future shaders relying on delta_time do not Westley M. Martinez2016-12-122-10/+14
* Fix phosphor shader to work properly for multi-screen games and Westley M. Martinez2016-12-122-17/+25
* 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
* srcclean (nw) Vas Crabb2016-11-271-1/+1
* Small cleanup (nw) Miodrag Milanovic2016-11-111-2/+2
* hlsl: fixed games with off-screen backdrop artworks ImJezze2016-11-021-0/+4
* Hopefully fix the D3D9 issues people are having (nw) therealmogminer@gmail.com2016-10-311-0/+1
* fix unused variable error (nw) smf-2016-10-241-1/+0
* 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-223-212/+90
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-223-45/+45
* 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-282-27/+47
* 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-162-8/+27
* 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-042-337/+161
* Direct3D: convert linked lists into vectors of unique pointers Giuseppe Gorgoglione2016-07-013-197/+77
* Misc code cleanups for Direct3D code Giuseppe Gorgoglione2016-07-013-383/+183
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-1/+1
* clang on windows fixes (nw) Miodrag Milanovic2016-06-252-2/+1
* Fixed crash of D3D when sliders menu is openend and resizing the window or sw... ImJezze2016-06-202-123/+106
* Change two dynamic bind messages to verbose. Brad Hughes2016-06-171-1/+1
* Add WINAPI to other needed functions for stdcall calling convention on 32-bit Brad Hughes2016-06-151-1/+1
* Remove Direct3D abstraction layer Giuseppe Gorgoglione2016-06-112-819/+0
* Introduce dynamic_module Giuseppe Gorgoglione2016-06-114-206/+152
* Procedural texture for vectors in HLSL ImJezze2016-06-052-1/+7
* Removed dead D3D code (nw) ImJezze2016-05-291-5/+1
* More slider cleanup, nw therealmogminer@gmail.com2016-05-282-5/+11
* ui refactoring [Vas Crabb] Vas Crabb2016-05-272-10/+10
* 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