index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
drawgfx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added some for Nathan and some more for Nicola (nw)
Miodrag Milanovic
2015-05-11
1
-6
/
+2
*
Added dummy license headers for EMU section (nw)
Miodrag Milanovic
2015-05-07
1
-0
/
+2
*
Replace dynamic_array with std::vector [O. Galibert]
Olivier Galibert
2015-04-14
1
-9
/
+11
*
drawgfx.c: make it possible to reset the total elements of a gfx_element [Ale...
Alex W. Jackson
2014-05-15
1
-4
/
+45
*
digfx.c, drawgfx.c: don't do unneeded processing or allocate unneeded memory ...
Alex W. Jackson
2014-05-11
1
-4
/
+10
*
device_gfx_interface [Alex Jackson]
Alex W. Jackson
2014-04-05
1
-256
/
+4
*
some dynamic_buffer/dynamic_array usage cleanups (nw)
Oliver Stöneberg
2014-03-29
1
-2
/
+1
*
gfx_elements now have a xor mask that is applied to each source bit offset wh...
Alex W. Jackson
2014-03-27
1
-6
/
+12
*
Removed palette_device parameter from gfx draw methods. All draw methods now ...
Alex W. Jackson
2014-03-19
1
-129
/
+137
*
Checkpoint 2:
Alex W. Jackson
2014-03-15
1
-1
/
+6
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-4
/
+1
*
Checkpoint: gfx_elements now have a pointer to a palette_device (which is not...
Alex W. Jackson
2014-03-11
1
-13
/
+14
*
drawgfx.c: Eliminate the need for a dummy 1:1 lookup table when drawing to in...
Alex W. Jackson
2014-03-07
1
-32
/
+32
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-140
/
+140
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-2
/
+2
*
Fix crash in drivers with NULL gfxdecode entries (nw)
Alex W. Jackson
2014-02-17
1
-5
/
+17
*
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M...
Miodrag Milanovic
2014-02-16
1
-11
/
+128
*
Moved drawgfx functions to gfx_element (nw)
Miodrag Milanovic
2014-02-13
1
-347
/
+553
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-61
/
+61
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
1
-3
/
+3
*
Fix gfx_element behaviors for dynamically created single-
Aaron Giles
2012-09-10
1
-2
/
+2
*
gfx_element is now a class. Accessors are provided for all
Aaron Giles
2012-09-06
1
-370
/
+361
*
Revert some changes committed by accident. No WN.
Couriersud
2012-05-26
1
-13
/
+3
*
Fix compile again - omitted a file, no WN
Couriersud
2012-05-26
1
-3
/
+13
*
Changed device->subregion to device->memregion. Moved
Aaron Giles
2012-04-20
1
-1
/
+1
*
small typofix (hello GuyveR800 :P)
Michaël Banaan Ananas
2012-02-03
1
-2
/
+2
*
Remove support for 4bpp packed graphics. These only manifested
Aaron Giles
2012-01-17
1
-56
/
+17
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-779
/
+801
*
Bulk conversion of bitmap_t * to bitmap_t & . With this change the
Aaron Giles
2012-01-02
1
-202
/
+204
*
Bulk converted cliprect * to cliprect & across the system. This makes
Aaron Giles
2011-12-31
1
-40
/
+36
*
Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR*
Aaron Giles
2011-12-31
1
-96
/
+96
*
Privatized most of the m_machine pointers in the system to prevent
Aaron Giles
2011-04-19
1
-4
/
+1
*
BIG update.
Aaron Giles
2011-03-29
1
-35
/
+35
*
Cleanup of machine.h. Shuffled some fields around, and moved several
Aaron Giles
2011-03-28
1
-1
/
+1
*
Ok, last major rename for this round:
Aaron Giles
2011-01-01
1
-1
/
+1
*
Remove public decodechar function.
Aaron Giles
2010-12-31
1
-2
/
+2
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-2
/
+3
*
Made the machine_config a proper object. Added detokenize method to
Aaron Giles
2010-06-28
1
-2
/
+2
*
not worth mention: added very small workaround which fixes mingw32 crash on m...
Fabio Priuli
2010-02-28
1
-9
/
+9
*
Created new template class tagged_list which manages a simple list
Aaron Giles
2010-01-17
1
-2
/
+2
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-1
/
+0
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-1
/
+1
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-17
/
+12
*
Added some missing header declarations and static qualifiers. Added validity....
Phil Bennett
2010-01-06
1
-0
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-2
/
+2
*
Moved machine->gfx initialization out of the video module and
Aaron Giles
2009-12-23
1
-0
/
+137
*
Removed deprecated core function decodegfx() [Christophe Jaillet]
Phil Bennett
2009-12-21
1
-34
/
+0
*
Cleaned-up several drivers; added missing prototypes and removed dead ones,
Phil Bennett
2009-12-08
1
-1
/
+0
*
Cleaned out remaining generic drawgfx usage. Removed the
Aaron Giles
2009-07-02
1
-123
/
+0
*
Part 1 of the drawgfx changes. [Atari Ace]
Aaron Giles
2009-07-02
1
-8
/
+12
[next]