summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (nw) misc follow-up Vas Crabb2018-05-061-10/+12
* GCC 8 again (nw) arbee2018-05-011-1/+1
* better handling for arbitrary numbers of screens (nw) Vas Crabb2018-03-121-20/+52
* Override and fallback options for artwork (#2908) phulshof2018-01-071-21/+63
* fix unused variable error compiling with MSVC (nw) smf-2017-10-011-1/+1
* work around https://gcc.gnu.org/bugzilla/show_bug.cgi?id=81721 (nw) Vas Crabb2017-09-301-20/+20
* Generate layouts for systems with three or more screens Vas Crabb2017-09-291-21/+162
* Add support for layout item groups, replace simple_list with more Vas Crabb2017-07-291-33/+36
* Move unemulated/imperfect flags from machines into devices. Vas Crabb2017-07-271-2/+2
* * Make XML file a class of its own managed with smart poitners Vas Crabb2017-07-211-7/+8
* general cleanup: Vas Crabb2017-05-231-2/+2
* XML refactoring: Vas Crabb2016-12-111-16/+16
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-47/+47
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-48/+48
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-231-8/+8
* there you go (nw) Miodrag Milanovic2016-10-221-2/+2
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-47/+47
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-1/+1
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-8/+8
* Fixed several small issues in HLSL/BGFX Jezze2016-09-281-9/+17
* Consistently apply -intscalex to the long dimension of the target Antonio Giner2016-08-271-2/+4
* Implement new option -autostretchxy, to automatically apply Antonio Giner2016-08-271-6/+15
* Implement new option -unevenstretchy (complementary to -unevenstretchx) Antonio Giner2016-08-271-4/+9
* Change warning flags for Clang build (nw) AJR2016-08-251-2/+2
* reverted semantic changes of 161a08d Jezze2016-08-141-20/+2
* - intscalex, intscaley and unevenstretchx now consider the system orientation... Jezze2016-08-131-18/+27
* fix after pass through the diff Vas Crabb2016-08-011-2/+2
* win compile fix due to previous changes (nw) Miodrag Milanovic2016-07-311-2/+2
* fix linux compile (nw) Miodrag Milanovic2016-07-311-2/+2
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-12/+12
* This part was not meant to be commited (nw) Miodrag Milanovic2016-07-231-7/+2
* prevent crashing (nw) Miodrag Milanovic2016-07-231-2/+9
* Prevent NaN errors by initializing variable in ui::text_layout (nw) AJR2016-06-181-0/+5
* Fixed MT06222 ImJezze2016-05-281-11/+38
* plugins/layout: layout embedded script helper plugin [Carl] cracyc2016-04-271-0/+2
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-1/+1
* Implemented handling for u_screen_scale and u_screen_offset (nw) ImJezze2016-04-211-2/+2
* Cleanup (nw) Miodrag Milanovic2016-04-201-5/+5
* Iterate over devices C++11 style AJR2016-04-181-7/+9
* Added reasonable texcoord handling without known examples (nw) ImJezze2016-04-171-10/+10
* Fixed texture coordinates for vector screen quad (nw) ImJezze2016-04-161-1/+32
* Removed hacks for vector screens from shaders (nw) ImJezze2016-04-131-11/+26
* Make overscan on integer scaled targets optional (add option -intoverscan). Antonio Giner2016-04-051-14/+17
* Conflict resolution (nw) AJR2016-03-311-9/+59
|\
| * Compressed internal layouts [David Haywood] Miodrag Milanovic2016-03-301-9/+59
* | Iterate over core classes C++11 style AJR2016-03-311-84/+82
|/
* Cleanups and version bump Miodrag Milanovic2016-03-301-2/+2