summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* better handling for arbitrary numbers of screens (nw) Vas Crabb2018-03-121-0/+6
* Generate layouts for systems with three or more screens Vas Crabb2017-09-291-0/+1
* get rid of string hashes when fetching output values in layout rendering, too Vas Crabb2017-07-301-1/+2
* Add support for layout item groups, replace simple_list with more Vas Crabb2017-07-291-46/+109
* reduce weight of render.h by moving component specialisation declarations int... Vas Crabb2017-07-281-224/+23
* convenience macro for enum bitwise operators (nw) Vas Crabb2017-07-221-1/+1
* general cleanup: Vas Crabb2017-05-231-13/+1
* Fix obvious bugs found by GCC 7.1 (nw) Miodrag Milanovic2017-05-151-1/+1
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* XML refactoring: Vas Crabb2016-12-111-26/+26
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-79/+79
* Fix Visual Studio build (nw) Miodrag Milanovic2016-11-161-1/+1
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-22/+22
* 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