summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-4/+4
* Convert rendlay objects into C++, reduce the number of unused textures Aaron Giles2010-10-181-180/+168
* Fix crash when specifying -effect. Aaron Giles2010-10-161-3/+4
* Cleanups and version bump. Aaron Giles2010-10-141-38/+38
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-2247/+1744
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-21/+21
* Made the machine_config a proper object. Added detokenize method to Aaron Giles2010-06-281-5/+5
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-29/+19
* Added gprof support to the makefile. [Bryan Ischo] Aaron Giles2010-04-081-9/+15
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-3/+2
* VS2008 compiling fix [Miodrag Milanovic] (no whatsnew) Miodrag Milanovic2010-02-181-1/+1
* Internal debugger using the mame rendering infrastructure Couriersud2010-02-111-60/+94
* Minor changes for internal render debugger Couriersud2010-02-051-9/+65
* Fix bug that mistook a non-NULL token to mean that a device was started. Aaron Giles2010-01-201-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+11
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-3/+3
* Fix a few stray delete's that didn't pair with global_alloc/auto_alloc. Aaron Giles2010-01-101-3/+3
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+4
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-16/+25
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-4/+3
* Bulk change alert. Aaron Giles2009-04-261-9/+6
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-10/+10
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-12-111-14/+18
* 02321: mpu4utst, mpu4tst2, mpu4met0: Screenless systems crash due to problems... Aaron Giles2008-10-091-1/+1
* Cleanups and version bump.mame0127u6 Aaron Giles2008-10-021-15/+15
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-72/+182
* Removed render_container_set_palette_alpha() hack. Now the alpha value Aaron Giles2008-09-271-14/+2
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-6/+6
* OSD notice: you now need to report separate mouse up/mouse down events Aaron Giles2008-09-091-38/+65
* Cleanups. Aaron Giles2008-07-171-12/+12
* Replaced the crazy number of get/set functions for render containers with Aaron Giles2008-07-131-176/+52
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-26/+138
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-5/+5
* Cleanups and version bump.mame0123u6 Aaron Giles2008-03-191-1/+1
* Fixed pick_best_mode in both d3d and ddraw cases to manually extract Aaron Giles2008-03-171-4/+11
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-3/+4
* - More machine->screen removal Zsolt Vasvari2008-03-111-4/+15
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-86/+139
* - the public screen_state is made to only contain items that are currently ac... Zsolt Vasvari2008-03-071-1/+1
* Remove (UINT32) type casts which break build with mingw - again Couriersud2008-03-051-4/+4
* * pass running_machine parameter to construct_map_##_name, i.e. ADDRESS_MAP_S... Couriersud2008-03-051-4/+4
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-6/+6
* render.[ch]: change type of target_orientation in target_compute_visible_area... Couriersud2008-03-021-12/+12
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-9/+9
* Most important thing to note about this change: Aaron Giles2008-02-211-13/+14
* The term "driver" is way overloaded in the system. Aaron Giles2008-02-181-6/+6
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Reverting my change; I must be understanding this as well as I thought Nathan Woods2007-12-241-3/+0