This website requires JavaScript.
Explore
Help
Sign In
dahjah
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-02-08 23:46:22 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
2db0c4270e
dolphin
/
Source
/
Plugins
/
Plugin_VideoSoftware
/
Src
History
lioncash
2db0c4270e
Fix a potential memory leak on non-windows systems.
...
Also added a FIXME to BPStructs.cpp and BPMemLoader.cpp
2013-01-24 08:21:08 -05:00
..
BPMemLoader.cpp
Fix a potential memory leak on non-windows systems.
2013-01-24 08:21:08 -05:00
BPMemLoader.h
Clipper.cpp
Clipper.h
CPMemLoader.cpp
CPMemLoader.h
DebugUtil.cpp
GetTextureBGRA()'s 'width' and 'height' parameters should be unsigned.
2013-01-14 16:29:52 -05:00
DebugUtil.h
GetTextureBGRA()'s 'width' and 'height' parameters should be unsigned.
2013-01-14 16:29:52 -05:00
EfbCopy.cpp
EfbCopy.h
EfbInterface.cpp
Fix 4 warnings on OSX
2012-12-30 04:32:37 -06:00
EfbInterface.h
HwRasterizer.cpp
Missed a precision qualifier in a HWRasterizer shader.
2012-12-29 21:50:07 -06:00
HwRasterizer.h
NativeVertexFormat.h
OpcodeDecoder.cpp
OpcodeDecoder.h
Rasterizer.cpp
PixelShaderGen: Don't disable depth texture emulation if z writing is disabled (this is what VideoSoftware is doing).
2013-01-08 18:16:48 +01:00
Rasterizer.h
SetupUnit.cpp
SetupUnit.h
stdafx.cpp
stdafx.h
SWCommandProcessor.cpp
SWCommandProcessor.h
SWmain.cpp
Fix switching from the different rasterizers
2013-01-19 02:18:39 -06:00
SWPixelEngine.cpp
SWPixelEngine.h
SWRenderer.cpp
Fix switching from the different rasterizers
2013-01-19 02:18:39 -06:00
SWRenderer.h
SWStatistics.cpp
SWStatistics.h
SWVertexLoader.cpp
SWVertexLoader.h
SWVideoConfig.cpp
Remove the dependency on rectangle textures in the software rasterizer. Also make it the be used by default in the software renderer like it was before.
2013-01-19 00:51:14 -06:00
SWVideoConfig.h
Tev.cpp
Move alpha pretest to BPMemory.h and rename a bunch of alpha testing related stuff
2013-01-08 18:56:01 +01:00
Tev.h
TextureEncoder.cpp
TextureEncoder.h
TextureSampler.cpp
Video_Software: Implement proper RGBA8 texture loading from tmem.
2013-01-10 18:30:16 +01:00
TextureSampler.h
TransformUnit.cpp
TransformUnit.h
Vec3.h
VideoBackend.h
VideoConfigDialog.cpp
replace this->Bind with Bind
2013-01-13 03:33:11 -06:00
VideoConfigDialog.h
XFMemLoader.cpp
Fix the video software backend. (closes issue 4269)
2011-03-16 22:48:17 +00:00
XFMemLoader.h