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
/
video
/
vector.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Switched rgb_t to a class, replacing macros with methods. Mappings are
Aaron Giles
2014-02-19
1
-4
/
+4
*
renamed vector to vector_device due to a name conflict with game named vector...
Miodrag Milanovic
2013-11-05
1
-1
/
+1
*
Cleanups and version bump
mame0151
Miodrag Milanovic
2013-11-05
1
-2
/
+2
*
Device-ified vector.c. (nw)
Ivan Vangelista
2013-11-01
1
-56
/
+51
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-10
/
+10
*
- render.c: Added new PRIMFLAG macros pertaining to vectors, to be used by the
Ryan Holtz
2012-12-31
1
-2
/
+2
*
Clean-ups and version bump
mame0147
Miodrag Milanovic
2012-09-17
1
-1
/
+1
*
Pass 2 of struct modernization.
Aaron Giles
2012-09-15
1
-2
/
+2
*
First pass at modernizing struct definitions.
Aaron Giles
2012-09-15
1
-2
/
+1
*
Fix several rendering issues with artwork, introduced in the
Aaron Giles
2012-01-16
1
-2
/
+2
*
Major bitmap-related changes throughout the system. There are
Aaron Giles
2012-01-12
1
-3
/
+3
*
Bulk conversion of bitmap_t * to bitmap_t & . With this change the
Aaron Giles
2012-01-02
1
-3
/
+3
*
Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR*
Aaron Giles
2011-12-31
1
-1
/
+1
*
Change 'screen' parameter in SCREEN_UPDATE and SCREEN_EOF callbacks to a
Aaron Giles
2011-12-29
1
-5
/
+5
*
BIG update.
Aaron Giles
2011-03-29
1
-5
/
+5
*
Converted core_options to a class. Removed a bunch of marginal
Aaron Giles
2011-03-03
1
-3
/
+3
*
Modified video update system. [Miodrag Milanovic]
Miodrag Milanovic
2011-02-24
1
-1
/
+1
*
mame_file is now emu_file and is a class. It is required
Aaron Giles
2011-02-12
1
-3
/
+3
*
mame_rand() -> machine->rand()
Aaron Giles
2010-12-31
1
-1
/
+1
*
Converted render.c objects into C++ objects. Updated all callers.
Aaron Giles
2010-10-13
1
-3
/
+3
*
Removed several exported non-const global variables from the core [Atari Ace]
Phil Bennett
2010-08-13
1
-3
/
+0
*
Split mame.c into mame.c and machine.c, the latter containing the
Aaron Giles
2010-06-30
1
-3
/
+3
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-6
/
+6
*
First round of an attempted cleanup of header files in the system.
Aaron Giles
2010-01-10
1
-0
/
+2
*
Bulk change alert.
Aaron Giles
2009-04-26
1
-1
/
+1
*
Many casts added to the core files, and various other tweaks
Aaron Giles
2009-03-12
1
-1
/
+1
*
This update is the below two patches, plus the remaining changes
Aaron Giles
2008-12-19
1
-3
/
+2
*
Removed fillbitmap() macro in favor of direct calls to bitmap_fill().
Aaron Giles
2008-12-04
1
-1
/
+1
*
Removes the scrnum parameter from VIDEO_UPDATE, updates all drivers to use th...
Zsolt Vasvari
2008-03-10
1
-7
/
+8
*
Changes VIDEO_UPDATE signature to
Zsolt Vasvari
2008-03-08
1
-7
/
+7
*
Replaces mame_bitmap with bitmap_t
Zsolt Vasvari
2008-02-29
1
-1
/
+1
*
- Added deprecat.h that contains some deprecated/discouraged contructs (see b...
Zsolt Vasvari
2008-01-25
1
-1
/
+1
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+315