summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/render.c
Commit message (Expand)AuthorAgeFilesLines
* - "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
* Default layout for 4 screens systems added [Robbbert] Miodrag Milanovic2011-07-311-0/+8
* Clean-ups and version bumpmame0143u1 Angelo Salese2011-07-111-4/+4
* Core import from MESS (no whatsnew) Scott Stone2011-07-111-2/+2
* Added default screenless layout, and update pinball devices to relay on that ... Miodrag Milanovic2011-07-041-0/+5
* Ok this time really checks if there was something added (no whatsnew) Miodrag Milanovic2011-07-031-8/+13
* Put new default layouts for 2 and 3 screen systems only if there are no syste... Miodrag Milanovic2011-07-031-8/+11
* Make dual and triple video systems use default layouts (no whatsnew) Miodrag Milanovic2011-07-021-1/+12
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-3/+3
* Initial frameworking for upcoming artwork updates [Mr. Do] Angelo Salese2011-05-231-4/+16
* Implemented experimental HLSL post-processing support on Direct3D 9 targets. ... Ryan Holtz2011-05-161-1/+2
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-11/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-3/+3
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-8/+8
* Added "Mandatory artwork is missing" error [Oliver Stöneberg] Miodrag Milanovic2011-04-161-0/+3
* (Big tangle of changes that all happened as I was looking into the ROM Aaron Giles2011-04-131-4/+4
* BIG update. Aaron Giles2011-03-291-25/+25
* Cleanup of machine.h. Shuffled some fields around, and moved several Aaron Giles2011-03-281-19/+19
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-16/+16
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-19/+18
* Fix MT4161. The render_texture() object was doing work in its Aaron Giles2010-12-311-16/+47
* Split the screen device into a separate module. Aaron Giles2010-12-021-2/+74
* Convert rendfont to C++. Aaron Giles2010-10-231-1/+21
* 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