summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/screen.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* screen: leftover debug printf (nw) hap2019-11-261-1/+0
* srcclean and indentation cleanup (nw) Vas Crabb2019-11-241-30/+30
* -screen: Only clear or allocate scan bitmaps in excess of the previous height... MooglyGuy2019-11-051-11/+30
* (nw) be strictly POSIX compliant, reduce fragmentation, get rid of an unused ... Vas Crabb2019-11-051-16/+16
* Set global locale when parsing with nanosvg - fixes SVG display issues when l... Vas Crabb2019-11-051-0/+10
* -screen: Fixed out-of-bounds vector accesses on interlaced snes games, nw MooglyGuy2019-11-031-28/+61
* screen.cpp: remove leftover debug print (nw) Vas Crabb2019-10-291-5/+0
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-2/+4
* (nw) keep a persistent temporary palette buffer in bgfx chain manager, back o... Vas Crabb2019-10-251-6/+1
* -screen: Added support for screens that vary horizontal width mid-frame, and ... MooglyGuy2019-10-241-54/+244
* (nw) clean up more stuff, mostly leftover from MCFG removal Vas Crabb2019-10-111-5/+4
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-1/+1
* cking_master, cxg_ch2001: move from chessbase to screenless (nw) hap2019-06-121-3/+1
* screen: default svg region (nw) hap2019-06-121-4/+2
* fix screen_device::update_now() when drawing partial lines (#5109) enikland22019-05-251-14/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-20/+5
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-5/+20
* svg screen: add verbose message instead of aspect ratio helper (nw) hap2019-03-071-20/+5
* screen: don't assert on update_partial with scanline<0, plenty drivers do upd... hap2018-11-241-3/+0
* -screen.cpp: Added a devcb for easier hooking of the scanline timer. [Ryan Ho... mooglyguy2018-11-171-5/+11
* luaengine: Added pixel(x,y) function. [Ryan Holtz] mooglyguy2018-11-041-0/+90
* -bgfx: Improved rendering with artwork by 5-10x or more. [Ryan Holtz] mooglyguy2018-08-261-2/+2
* divideo: Fetch screen to be potentially configured during device_config_compl... AJR2018-08-211-8/+22
* ignore SVG dimensions, like we always did (nw) Vas Crabb2018-07-281-4/+9
* make rectangle work better with constexpr, change many things to use designat... Vas Crabb2018-07-281-48/+41
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-45/+86
* fixup, improve validation (nw) Vas Crabb2018-06-011-8/+7
* svis_snd cleanups, nw mooglyguy2018-06-011-26/+7
* Address performance concerns with previous change to screen.h/.cpp, nw mooglyguy2018-03-111-2/+4
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-2/+2
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-153/+0
* binding reference to nullptr is bad, mkay? (nw) Vas Crabb2018-01-061-8/+9
* Various palette and screen improvements (nw) AJR2017-11-131-28/+33
* png: make it not leak memory by default, and look a but more like C++ Vas Crabb2017-08-131-7/+3
* general cleanup: Vas Crabb2017-05-231-20/+20
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-6/+3
* New device interface for palettes AJR2017-04-061-6/+43
* isa8_device: Provide proper unitmask for address spaces of any data width (nw) AJR2017-03-301-3/+6
* Convert screen_device VBLANK callback to devcb_write_line AJR2017-03-101-16/+4
* Self-registering devices prep: Vas Crabb2017-02-271-1/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-59/+59
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-1/+1
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-1/+1
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-231-1/+1
* there you go (nw) Miodrag Milanovic2016-10-221-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-59/+59
* use std algo instead of manual setting (nw) Miodrag Milanovic2016-10-211-3/+1
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-1/+1
* More prep for removing pointer/reference duality (nw) Vas Crabb2016-08-271-1/+1
* for bool type use true and false (nw) Miodrag Milanovic2016-07-311-2/+2