summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-66/+66
* Fixed OSX build as suggested by ajrhacker Jezze2016-09-281-4/+4
* Fixed several small issues in HLSL/BGFX Jezze2016-09-281-5/+8
* More cleanup on the back of Osso's fix for a7e393b36b57cead61978f332135a509b2... Vas Crabb2016-08-301-0/+2
* Implement new option -autostretchxy, to automatically apply Antonio Giner2016-08-271-0/+1
* Implement new option -unevenstretchy (complementary to -unevenstretchx) Antonio Giner2016-08-271-0/+1
* Use std::map for mapping XML tag name to layout component creation function -... Vas Crabb2016-07-021-13/+33
* simple_list to vector in rendlay (nw) Miodrag Milanovic2016-07-011-6/+1
* Polymorphize layout_element::component (nw) AJR2016-06-301-45/+210
* Fixed MT06222 ImJezze2016-05-281-1/+1
* Implemented handling for u_screen_scale and u_screen_offset (nw) ImJezze2016-04-211-3/+3
* Make OSDs return ui_menu_item lists, not slider_state lists therealmogminer@gmail.com2016-04-101-2/+3
* Add includes for dependency documentation. (nw) couriersud2016-04-091-0/+1
* Fix SDL compile on linux. Took the opportunity to remove a number of couriersud2016-04-081-0/+1
* Fix keepaspect & unevenstretch toggles in SDL OSD Antonio Giner2016-04-071-0/+2
* Make overscan on integer scaled targets optional (add option -intoverscan). Antonio Giner2016-04-051-0/+1
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-6/+9
* Conflict resolution (nw) AJR2016-03-311-3/+4
|\
| * Compressed internal layouts [David Haywood] Miodrag Milanovic2016-03-301-3/+4
* | Iterate over core classes C++11 style AJR2016-03-311-4/+7
|/
* Cleanups and version bump Miodrag Milanovic2016-03-301-1/+1
* Move integer scaling implementation to render_target::compute_visible_area Antonio Giner2016-03-201-8/+9
* Revert changes in layout view prior to rework of integer scaling Antonio Giner2016-03-191-13/+4
* Merge remote-tracking branch 'refs/remotes/mamedev/master' Antonio Giner2016-03-181-0/+2
|\
| * Refactoring of render targes and vector texture coordinates ImJezze2016-03-121-0/+2
| * Merge remote-tracking branch 'refs/remotes/mamedev/master' ImJezze2016-02-211-5/+12
* | Implement integer scaling in core renderer [Calamity] Antonio Giner2016-03-151-0/+19
* | Fix remaining issues with bgfx renderer therealmogminer@gmail.com2016-02-171-1/+1
* | Fix errors with -rol and -ror, nw therealmogminer@gmail.com2016-02-151-1/+1
* | Hopefully fix text being weirdly rotated therealmogminer@gmail.com2016-02-151-1/+1
* | Significant speed improvements to the BGFX renderer. [MooglyGuy] therealmogminer@gmail.com2016-02-151-2/+8
* | Fix regression with some drivers like fidelz80, for render we just need to ke... Miodrag Milanovic2016-01-311-1/+1
* | replace osd_lock with std::mutex [Miodrag Milanovic] Miodrag Milanovic2016-01-301-3/+4
|/
* modernized configuration_manager (nw) Miodrag Milanovic2016-01-101-2/+2
* Make new internal debugger windows appear in a cascade-like position, and giv... mahlemiut2015-12-171-1/+1
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-17/+17
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-2/+2
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-6/+6
* Fixed dynamic beam width for invariabel vector intensity ImJezze2015-11-181-4/+3
* Changed screen adjustment for HLSL ImJezze2015-11-171-0/+4
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-0/+10
* removed render.h from emu.h and fix deps (nw) Miodrag Milanovic2015-11-061-2/+284
* Relaxed emu.h a bit, should make compile a bit faster (nw) Miodrag Milanovic2015-11-051-12/+0
* Merge pull request #6 from mamedev/master ImJezze2015-10-201-3/+9
|\
| * increased MAX_TEXTURE_SCALES to 16 hap2015-08-151-1/+1
| * reduce tagmap lookups (nw) Wilbert Pol2015-07-311-2/+8
* | Refactoring, Fixes and Cleanup ImJezze2015-09-261-0/+1
|/
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* ui: use per-container pixel aspect (LUA draw_text bugfix) Luca Bruno2015-03-161-1/+1
* Cleanups and version bumpmame0159 Miodrag Milanovic2015-02-251-1/+1