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
/
osd
/
modules
/
render
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
render.h, rendlay.h: Dependency refactoring
AJR
2021-01-04
2
-0
/
+2
*
Modified crt-geom-deluxe to track the power-law fall-off for longer (up to 10...
cgwg
2020-12-23
2
-4
/
+14
*
bgfx/chainmanager.cpp: Remove another entirely useless string_format call
AJR
2020-12-21
1
-1
/
+1
*
util/png: Update add_text to take std::string_view for arguments
AJR
2020-12-21
1
-2
/
+2
*
Eliminate many unnecessary c_str calls
AJR
2020-12-21
2
-6
/
+6
*
-luaengine.cpp: Clean up render classes and expose screen image adjustments.
Vas Crabb
2020-12-13
1
-2
/
+1
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
4
-9
/
+9
*
Enable GCC implicit fallthrough warning.
Vas Crabb
2020-11-15
1
-0
/
+1
*
Various improvements to image file handling:
Vas Crabb
2020-10-08
2
-8
/
+24
*
emu/render.cpp: Consider that screens can be hidden when choosing a default v...
Vas Crabb
2020-10-03
2
-2
/
+2
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
11
-89
/
+69
*
-Got rid of most of the remaining problematic uses of make_unique_clear.
Vas Crabb
2020-09-30
4
-4
/
+4
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
2
-3
/
+3
*
-util/xmlfile: Escape attribute and element content.
Vas Crabb
2020-09-06
2
-2
/
+2
*
drawd3d: properly clean up d3dintf (nw)
hap
2020-06-21
1
-0
/
+3
*
-bgfx: Don't try to invoke a frame immediately after resetting the renderer d...
Ryan Holtz
2020-06-20
1
-2
/
+2
*
-bgfx: Corrected a data overrun in the d3d12 backend from allocating only eno...
Ryan Holtz
2020-06-20
12
-20
/
+28
*
MAME Testers Bugs Fixed
Ryan Holtz
2020-05-28
2
-169
/
+86
*
Revert "fixed some modernize-use-equals-default clang-tidy warnings (… (#6360)
Oliver Stöneberg
2020-04-08
1
-1
/
+1
*
there are reasons for things being the way they were (nw)
Vas Crabb
2020-01-31
2
-1
/
+5
*
fixed some modernize-use-auto clang-tidy warnings (nw) (#6238)
Oliver Stöneberg
2020-01-30
14
-57
/
+57
*
fixed some modernize-use-equals-default clang-tidy warnings (nw) (#6237)
Oliver Stöneberg
2020-01-30
2
-5
/
+1
*
fixed some clang-tidy warnings (nw) (#6236)
Oliver Stöneberg
2020-01-30
4
-7
/
+7
*
Revert accidentally committed changes. (nw)
couriersud
2020-01-25
1
-17
/
+5
*
segas16b: Added analog filters. [Couriersud]
couriersud
2020-01-25
1
-5
/
+17
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
6
-11
/
+11
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
6
-11
/
+11
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-1
/
+1
|
/
*
opengl: clamp to edge, same as the other renderers (nw)
hap
2020-01-04
1
-8
/
+8
*
Happy New Year 2020 (nw) (#6128)
Stiletto
2020-01-04
1
-1
/
+1
*
render/bgfx: Fix incorrect swapping of red and blue components of screen tint
AJR
2019-12-31
1
-1
/
+1
*
Changed Direct3D renderer to call GetAncestor() in device_create() to
npwoods
2019-12-22
1
-1
/
+5
*
netlist: Revert development code committed by accident. (nw)
couriersud
2019-11-26
1
-13
/
+2
*
netlist: move nl_examples to src/lib/netlist/examples. (nw)
couriersud
2019-11-25
1
-2
/
+13
*
Clean up render_screen_list code, replacing simple_list with std::list (nw)
AJR
2019-11-24
2
-2
/
+2
*
-bgfx: Fixed Github issue #5961. [Ryan Holtz]
MooglyGuy
2019-11-24
1
-2
/
+2
*
Opengl: Apply line width provided by renderer. [Couriersud]
couriersud
2019-11-24
1
-0
/
+1
*
bgfx: Fix edge case around B/C/G settings. [Couriersud]
couriersud
2019-11-24
1
-1
/
+2
*
srcclean (nw)
Vas Crabb
2019-11-25
3
-3
/
+3
*
-bgfx: Fixed Github issues #5830 and #5956. [Ryan Holtz]
MooglyGuy
2019-11-25
12
-47
/
+119
*
srcclean and indentation cleanup (nw)
Vas Crabb
2019-11-24
1
-22
/
+22
*
Opengl render driver: fix bug preventing adjustment of ... [Couriersud]
couriersud
2019-11-24
1
-1
/
+1
*
-bgfx: Fixed broken rendering when using bgfx_screen_chains none, nw
mooglyguy
2019-11-22
3
-7
/
+28
*
opengl: work around Retina issue on macOS Catalina until SDL catches up [R. B...
arbee
2019-11-16
1
-1
/
+39
*
Sync bgfx, bx and bimg with upstream; fix the hlsl fs_chroma.sc matrix transp...
Julian Sikorski
2019-11-12
2
-16
/
+8
*
bgfx: fix tgmj crash on resolution change (GitHub #5857) [Ryan Holtz
Vas Crabb
2019-11-06
1
-0
/
+8
*
bgfx: fix resource leak (nw) (#5820)
algestam
2019-10-28
1
-0
/
+1
*
srcclean (nw)
Vas Crabb
2019-10-26
4
-29
/
+29
*
(nw) keep a persistent temporary palette buffer in bgfx chain manager, back o...
Vas Crabb
2019-10-25
2
-6
/
+7
*
-bgfx: Uncomment D3D12 backend detection, as it apparently no longer crashes ...
MooglyGuy
2019-10-23
1
-5
/
+4
[prev]
[next]