summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Clean up render_screen_list code, replacing simple_list with std::list (nw) AJR2019-11-241-47/+4
* srcclean (nw) Vas Crabb2019-10-261-1/+1
* -bgfx: Do texture format conversion via a full-screen GPU pass. [Ryan Holtz] MooglyGuy2019-10-131-2/+3
* MT07379: better automatic group bounds behaviour Vas Crabb2019-08-201-0/+1
* render: more caching gone wrong (nw) Vas Crabb2019-07-061-1/+1
* Make layout format more flexible: Vas Crabb2019-07-061-71/+35
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+0
* hh_tms1k: added switches to simon layout, added buttons to zodiac layout, cha... hap2019-03-231-0/+1
* layout: added "inputraw" parameter, for use with inputtag and inputmask. It s... hap2019-03-231-0/+1
* fixup (nw) Vas Crabb2018-08-271-5/+5
* -bgfx: Improved rendering with artwork by 5-10x or more. [Ryan Holtz] mooglyguy2018-08-271-4/+7
* (nw) Further layout work: Vas Crabb2018-08-021-4/+11
* allow repeating elements and groups - useful if you need e.g. a lot of number... Vas Crabb2018-07-221-0/+11
* rendlay: allow user variables and repetition in layouts, also add a few more ... Vas Crabb2018-07-221-83/+98
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-6/+8
* 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