summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. Added assertion to append_render_primitive() to test for degenerate case Nathan Woods2007-12-241-6/+12
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+2948