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
/
rendersw.hxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
rendlay: fix crash with rect element alpha of 0 < n < 1.0/255,
hap
2024-12-06
1
-6
/
+6
*
rendersw.hxx: Fix bad use of u32 reference type in 1c50756b3a43811fcd54718f99...
AJR
2024-11-21
1
-4
/
+4
*
emu/rendersw.hxx: Get rid of obsolete overly specific blend function.
Vas Crabb
2024-11-22
1
-97
/
+0
*
emu/rendersw.hxx: Support RGB multiply blending with 16bpp textures.
Vas Crabb
2024-11-22
1
-121
/
+96
*
rendersw: fix apparent bug in draw_quad_palette16_add
hap
2024-11-18
1
-9
/
+15
*
emu/rendersw.hxx: Don't use class template deduction with large initialiser l...
Vas Crabb
2024-07-04
1
-1
/
+4
*
emu/rendersw.hxx: Appease complilers that don't believe in constexpr trigonom...
Vas Crabb
2024-07-04
1
-2
/
+2
*
-machine/genpc.h: Connect iochrdy properly. Also don't forward the same thin...
Vas Crabb
2024-07-04
1
-11
/
+6
*
rendersw: Generate cosine table at compile time (#12513)
FlykeSpice
2024-06-29
1
-7
/
+10
*
rendersw: add out of bounds check to 16-bit get_texel (32-bit version already...
hap
2023-12-26
1
-4
/
+13
*
-emu/rendersw.hxx: Fixed incorrect clipping of untextured rectangles.
Vas Crabb
2021-11-27
1
-111
/
+88
*
A little more refactoring, and Coverity fixes:
Vas Crabb
2021-11-25
1
-40
/
+21
*
emu/rendersw.hxx: Support texture wrap/clamp properly for (A)RGB formats.
Vas Crabb
2021-11-21
1
-356
/
+443
*
Move some rendering code to constexpr (#7491)
Romain TISSERAND
2020-11-18
1
-20
/
+20
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+1
*
rendersw.hxx: cleanups (nw)
firewave
2020-01-12
1
-255
/
+224
*
rendersw: fix fatalerror with PRIMFLAG_TEXFORMAT(TEXFORMAT_RGB32) | PRIMFLAG_...
hap
2019-07-11
1
-97
/
+97
*
-core: Removed TEXFORMAT_PALETTEA16. [Ryan Holtz]
MooglyGuy
2019-07-10
1
-100
/
+0
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-514
/
+514
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-514
/
+514
*
Fix benchmarking by adding additive-blend YUY16 support to rendersw, nw
therealmogminer@gmail.com
2016-08-08
1
-82
/
+111
*
INC -> HXX makes editors and code analyzers see it as C++ (nw)
Miodrag Milanovic
2016-05-01
1
-0
/
+1931