summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.c
Commit message (Expand)AuthorAgeFilesLines
* reduce tagmap lookups (nw) Wilbert Pol2015-07-311-7/+36
* Another round of -Wextra -Wdouble-promotion fixes. (nw) couriersud2015-05-201-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-2/+2
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-1/+1
* updated astring constructors to have just one string param, to be more like s... Miodrag Milanovic2015-04-131-1/+1
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* Cleanups and version bumpmame0160 Miodrag Milanovic2015-03-251-3/+3
* ui: use per-container pixel aspect (LUA draw_text bugfix) Luca Bruno2015-03-161-12/+27
* render.c: render_containers now always make their own copy of the emulation p... Alex W. Jackson2015-02-231-128/+37
* Add a pointer to the render_container to quad_primitives. This can be couriersud2015-02-121-0/+4
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-155/+155
* Added zeroing of texcoords to reset() of render_primitve. The omission couriersud2015-01-031-4/+10
* Fix compile on clang couriersud2015-01-021-0/+15
* Palettes are now copied during get_primlist. This should fix couriersud2015-01-011-108/+178
* render_screen_list::contains - instead of false/true, return number of same i... Michaël Banaan Ananas2014-07-301-2/+2
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-4/+4
* reverting r28187, if menus are unusable at that size user should make window ... Miodrag Milanovic2014-04-151-15/+3
* Fix brightness sliders in drivers that use black_pen() and/or white_pen() [Al... Alex W. Jackson2014-04-141-2/+2
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* render.c: clean out dead, broken code accidentally revived by palette rewrite... Alex W. Jackson2014-03-211-33/+15
* fix crash with -gamma (nw) David Haywood2014-03-201-1/+4
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-27/+14
* added a few more missing \n in logging / cleanups (nw) Oliver Stöneberg2014-03-101-1/+1
* Adding minimum width/height options; defaulting to '0' so there is no change ... Nathan Woods2014-03-021-3/+15
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-4/+4
* Revert changes committed by accident. Couriersud2014-02-261-4/+2
* Minor cosmetic changes for netlist Couriersud2014-02-261-2/+4
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-15/+1
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-18/+18
* Converted palette_t and palette_client to classes. General palette.c Aaron Giles2014-02-181-13/+12
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-2/+2
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* - "And he did give them CRT bloom, and it scorched their eyes so; and they wept Ryan Holtz2013-05-191-1/+4
* d3dhlsl.c: Add preliminary vector post-processing. [MooglyGuy] Ryan Holtz2013-01-211-2/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-70/+70
* - render.c: Added new PRIMFLAG macros pertaining to vectors, to be used by the Ryan Holtz2012-12-311-0/+2
* 01234567890123456789012345678901234567890123456789012345678901234567890123456789 Ryan Holtz2012-12-291-0/+1
* When menus are active, enable mouse on full screen (no whatsnew) Miodrag Milanovic2012-08-161-1/+6
* Properly detect click on artwork buttons when in fullscreen mode (no whatsnew) Miodrag Milanovic2012-08-151-4/+13
* Revert some changes committed by accident. No WN. Couriersud2012-05-261-4/+2
* Fix compile again - omitted a file, no WN Couriersud2012-05-261-2/+4
* Fix some analog control issues due to incorrect assumption Aaron Giles2012-05-051-3/+3
* Move driver list/enumerator to new file drivenum.c/.h. Aaron Giles2012-04-061-0/+1
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-8/+8
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-7/+8
* Clean-ups and version bumpmame0144u6 Angelo Salese2012-01-151-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-120/+38
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-14/+14
* Fixing bug that caused render_manager::is_live() to always return true for Nathan Woods2011-11-051-1/+1