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
*
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
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-7
/
+6
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-6
/
+6
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2009-02-26
1
-0
/
+1
*
02862: Many sets in taitosj.c: During the scroling the lower part of the scre...
Aaron Giles
2009-01-29
1
-14
/
+22
*
Cleanups and version bump.
mame0129u1
Aaron Giles
2009-01-15
1
-166
/
+166
*
Added new function gfx_element_build_temporary() to safely build a temporary
Aaron Giles
2009-01-14
1
-4
/
+40
*
Major drawgfx cleanup, global removal, and feature enhancements:
Aaron Giles
2009-01-12
1
-3296
/
+1488
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-14
1
-36
/
+31
*
Cleanups for 0.124. Marked Mermaid as working per checkin comment.
Aaron Giles
2008-03-24
1
-19
/
+19
*
Undid recent change to remove pen lookups in 16bpp modes. This code
Aaron Giles
2008-03-24
1
-22
/
+46
*
Removed unneeded pen lookups.
Zsolt Vasvari
2008-03-18
1
-410
/
+201
*
Identified code not used and marked with "#ifdef UNUSED_FUNCTION"
Couriersud
2008-03-01
1
-1
/
+4
*
Replaces mame_bitmap with bitmap_t
Zsolt Vasvari
2008-02-29
1
-24
/
+24
*
Change priority_bitmap accesses back to UINT8s, now that we are
Aaron Giles
2008-02-26
1
-28
/
+28
*
- Backs out BITMAP8 removal from most places.
Zsolt Vasvari
2008-02-24
1
-1
/
+9
*
Removes 8-bit bitmap support and converts all previously 8-bit bitmaps to 16-bit
Zsolt Vasvari
2008-02-24
1
-708
/
+84
*
- Added some asserts to drawgfx and drawgfxzoom
Zsolt Vasvari
2008-02-24
1
-925
/
+926
*
Pulled remaining vestiges of old-style colortables:
Aaron Giles
2008-02-19
1
-17
/
+17
[next]