summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.h
Commit message (Expand)AuthorAgeFilesLines
* Initial frameworking for upcoming artwork updates [Mr. Do] Angelo Salese2011-05-231-3/+13
* Implemented experimental HLSL post-processing support on Direct3D 9 targets. ... Ryan Holtz2011-05-161-0/+5
* Latest delegate changes removed the need for bindable_object, so Aaron Giles2011-04-291-1/+1
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-3/+1
* BIG update. Aaron Giles2011-03-291-2/+2
* Cleanups and version bump. Aaron Giles2011-01-011-1/+1
* Fix MT4161. The render_texture() object was doing work in its Aaron Giles2010-12-311-0/+3
* Split the screen device into a separate module. Aaron Giles2010-12-021-0/+3
* Cleanup & version bump.mame0140u1 Aaron Giles2010-11-081-1/+1
* Convert rendfont to C++. Aaron Giles2010-10-231-1/+5
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-2/+2
* Convert rendlay objects into C++, reduce the number of unused textures Aaron Giles2010-10-181-38/+112
* Fix artwork issues from recent render.c update. Aaron Giles2010-10-141-5/+5
* Cleanups and version bump. Aaron Giles2010-10-141-42/+42
* Converted render.c objects into C++ objects. Updated all callers. Aaron Giles2010-10-131-346/+580
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+5
* Internal debugger using the mame rendering infrastructure Couriersud2010-02-111-1/+4
* Minor changes for internal render debugger Couriersud2010-02-051-1/+1
* UI menu interface changes Couriersud2010-01-271-5/+2
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+7
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+1
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-6/+0
* Plumbed machine parameters through the renderer. Removed need for Aaron Giles2008-09-291-13/+13
* Removed render_container_set_palette_alpha() hack. Now the alpha value Aaron Giles2008-09-271-3/+0
* OSD notice: you now need to report separate mouse up/mouse down events Aaron Giles2008-09-091-0/+3
* Cleanups. Aaron Giles2008-07-171-1/+1
* Replaced the crazy number of get/set functions for render containers with Aaron Giles2008-07-131-46/+24
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-0/+7
* Added new function video_get_view_for_target() which selects a view based Aaron Giles2008-06-161-1/+0
* - More machine->screen removal Zsolt Vasvari2008-03-111-2/+2
* - First batch of machine->screen[] access has been removed Zsolt Vasvari2008-03-111-1/+1
* Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th... Zsolt Vasvari2008-03-101-1/+1
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-2/+2
* render.[ch]: change type of target_orientation in target_compute_visible_area... Couriersud2008-03-021-1/+1
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-4/+4
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-11/+17
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+478