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
*
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
*
Removes no longer used TRANSPARENCY_COLOR. Clean compile required.
Zsolt Vasvari
2008-02-11
1
-301
/
+3
*
Removes no longer neccessary check as drawgfxzoom support all remaining trans...
Zsolt Vasvari
2008-02-04
1
-10
/
+0
*
Removed TRANSPARENCY_BLEND_RAW transparancy mode. Needs a recompile just to b...
Zsolt Vasvari
2008-02-04
1
-264
/
+1
*
- Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T...
Zsolt Vasvari
2008-01-28
1
-514
/
+56
*
Removes TRANSPARENCY_BLEND completely and TRANSPARENCY_BLEND_RAW as an option...
Zsolt Vasvari
2008-01-27
1
-171
/
+0
*
Removes TRANSPARENCY_NONE case from copybitmap_core, which can never happen
Zsolt Vasvari
2008-01-25
1
-75
/
+0
*
- Removes copybitmap_remap and copyscrollbitmap_remap, neither which was used...
Zsolt Vasvari
2008-01-25
1
-47
/
+18
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-0
/
+1
*
(From AtariAce)
Aaron Giles
2008-01-11
1
-2
/
+3
*
(From Atari Ace)
Aaron Giles
2008-01-06
1
-13
/
+24
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
(From AtariAce)
Aaron Giles
2007-12-26
1
-15
/
+51
*
Changes for MAME 0.121u4.
mame0121u4
Aaron Giles
2007-12-17
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+5859