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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
drawgfx.c: make it possible to reset the total elements of a gfx_element [Ale...
Alex W. Jackson
2014-05-15
1
-1
/
+2
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-1
/
+1
*
device_gfx_interface [Alex Jackson]
Alex W. Jackson
2014-04-05
1
-133
/
+2
*
gfx_elements now have a xor mask that is applied to each source bit offset wh...
Alex W. Jackson
2014-03-27
1
-1
/
+3
*
Removed palette_device parameter from gfx draw methods. All draw methods now ...
Alex W. Jackson
2014-03-19
1
-40
/
+40
*
Made gfx_element::decode() private; fixed drivers that were calling it direct...
Alex W. Jackson
2014-03-18
1
-1
/
+3
*
Checkpoint 2:
Alex W. Jackson
2014-03-15
1
-7
/
+13
*
Moved core template container classes up from emutempl.h to coretmpl.h:
Aaron Giles
2014-03-11
1
-3
/
+2
*
Checkpoint: gfx_elements now have a pointer to a palette_device (which is not...
Alex W. Jackson
2014-03-11
1
-12
/
+10
*
Huge update, palette is now device (nw)
Miodrag Milanovic
2014-02-27
1
-44
/
+44
*
Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M...
Miodrag Milanovic
2014-02-16
1
-6
/
+54
*
Moved drawgfx functions to gfx_element (nw)
Miodrag Milanovic
2014-02-13
1
-70
/
+67
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-74
/
+74
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
1
-5
/
+5
*
Fix gfx_element behaviors for dynamically created single-
Aaron Giles
2012-09-10
1
-1
/
+1
*
gfx_element is now a class. Accessors are provided for all
Aaron Giles
2012-09-06
1
-220
/
+197
*
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
-6
/
+4
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-36
/
+68
*
Bulk conversion of bitmap_t * to bitmap_t & . With this change the
Aaron Giles
2012-01-02
1
-36
/
+36
*
Bulk converted cliprect * to cliprect & across the system. This makes
Aaron Giles
2011-12-31
1
-30
/
+30
*
Privatized most of the m_machine pointers in the system to prevent
Aaron Giles
2011-04-19
1
-2
/
+7
*
BIG update.
Aaron Giles
2011-03-29
1
-4
/
+6
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-6
/
+7
*
NOTE: This change requires two new osd functions: osd_malloc() and
Aaron Giles
2010-01-08
1
-2
/
+2
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-5
/
+5
*
Moved machine->gfx initialization out of the video module and
Aaron Giles
2009-12-23
1
-0
/
+3
*
> -----Original Message-----
Aaron Giles
2009-10-01
1
-2
/
+3
*
Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems
Aaron Giles
2009-07-09
1
-1
/
+1
*
Cleaned out remaining generic drawgfx usage. Removed the
Aaron Giles
2009-07-02
1
-21
/
+0
*
Part 1 of the drawgfx changes. [Atari Ace]
Aaron Giles
2009-07-02
1
-4
/
+4
*
added a large gfx decode using macros to allow the textures on hng64 to be vi...
davidhay
2009-04-24
1
-0
/
+7
*
Cleanups and version bump.
mame0129u1
Aaron Giles
2009-01-15
1
-30
/
+30
*
Added new function gfx_element_build_temporary() to safely build a temporary
Aaron Giles
2009-01-14
1
-0
/
+3
*
Major drawgfx cleanup, global removal, and feature enhancements:
Aaron Giles
2009-01-12
1
-120
/
+213
*
From: Atari Ace [mailto:atari_ace@verizon.net]
Aaron Giles
2008-12-14
1
-1
/
+2
*
Removed fillbitmap() macro in favor of direct calls to bitmap_fill().
Aaron Giles
2008-12-04
1
-3
/
+0
*
02641: strider and clones: Problem with graphics layer
Nicola Salmoria
2008-11-19
1
-2
/
+0
*
Region classes go bye-bye.
Aaron Giles
2008-07-28
1
-1
/
+1
*
Changed the way memory regions are referenced. Instead of a single
Aaron Giles
2008-07-28
1
-3
/
+3
*
Replaces mame_bitmap with bitmap_t
Zsolt Vasvari
2008-02-29
1
-20
/
+20
*
Removes no longer used TRANSPARENCY_COLOR. Clean compile required.
Zsolt Vasvari
2008-02-11
1
-1
/
+0
*
Removed TRANSPARENCY_BLEND_RAW transparancy mode. Needs a recompile just to b...
Zsolt Vasvari
2008-02-04
1
-1
/
+0
*
- Removed TRANSPARENCY_NONE_RAW, TRANSPARENCY_PENS_RAW and TRANSPARENCY_PEN_T...
Zsolt Vasvari
2008-01-28
1
-7
/
+13
*
Removes TRANSPARENCY_BLEND completely and TRANSPARENCY_BLEND_RAW as an option...
Zsolt Vasvari
2008-01-27
1
-1
/
+0
*
- Removes copybitmap_remap and copyscrollbitmap_remap, neither which was used...
Zsolt Vasvari
2008-01-25
1
-5
/
+0
*
(From AtariAce)
Aaron Giles
2008-01-11
1
-1
/
+1
*
(From Atari Ace)
Aaron Giles
2008-01-06
1
-0
/
+4
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
(From AtariAce)
Aaron Giles
2007-12-26
1
-0
/
+3
[next]