dolphin/Source/Plugins/Plugin_VideoSoftware/Src
2013-04-14 20:39:56 -05:00
..
BPMemLoader.cpp VideoSoftware: Cleanup PE perf metrics; returning the proper value now. 2013-03-01 01:08:43 +01:00
BPMemLoader.h Fix the video software backend. (closes issue 4269) 2011-03-16 22:48:17 +00:00
Clipper.cpp Improve VideoSoftware save states. They are fairly stable, but not perfect. OpcodeDecoder::DoState() needs to be fixed. 2013-02-26 01:36:24 -05:00
Clipper.h Improve VideoSoftware save states. They are fairly stable, but not perfect. OpcodeDecoder::DoState() needs to be fixed. 2013-02-26 01:36:24 -05:00
CPMemLoader.cpp Fix the video software backend. (closes issue 4269) 2011-03-16 22:48:17 +00:00
CPMemLoader.h Fix the video software backend. (closes issue 4269) 2011-03-16 22:48:17 +00:00
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 Initial push of GLES and GLUtil file breakup. 2012-12-17 14:54:20 -06:00
EfbCopy.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
EfbInterface.cpp VideoSoftware: Do not clear the depth buffer on EFB copy clears when depth writing is disabled. 2013-03-14 23:59:52 +01:00
EfbInterface.h Begin implementing save states to video software. Kind of works, sometimes. 2013-02-25 20:05:02 -05:00
HwRasterizer.cpp Fix the majority of the compiler warnings unearthed by the addition of 2013-01-29 23:24:51 -06:00
HwRasterizer.h Initial push of GLES and GLUtil file breakup. 2012-12-17 14:54:20 -06:00
NativeVertexFormat.h Improve VideoSoftware save states. They are fairly stable, but not perfect. OpcodeDecoder::DoState() needs to be fixed. 2013-02-26 01:36:24 -05:00
OpcodeDecoder.cpp Merge branch 'VideoSoftware-savestates' 2013-02-28 13:36:29 -05:00
OpcodeDecoder.h Begin implementing save states to video software. Kind of works, sometimes. 2013-02-25 20:05:02 -05:00
RasterFont.cpp revert RasterFont for VideoSoftware 2013-03-26 00:05:46 +01:00
RasterFont.h revert RasterFont for VideoSoftware 2013-03-26 00:05:46 +01:00
Rasterizer.cpp VideoSoftware: Cleanup PE perf metrics; returning the proper value now. 2013-03-01 01:08:43 +01:00
Rasterizer.h Improve VideoSoftware save states. They are fairly stable, but not perfect. OpcodeDecoder::DoState() needs to be fixed. 2013-02-26 01:36:24 -05:00
SetupUnit.cpp Improve VideoSoftware save states. They are fairly stable, but not perfect. OpcodeDecoder::DoState() needs to be fixed. 2013-02-26 01:36:24 -05:00
SetupUnit.h Begin implementing save states to video software. Kind of works, sometimes. 2013-02-25 20:05:02 -05:00
stdafx.cpp Hg: 2010-06-09 01:37:08 +00:00
stdafx.h Hg: 2010-06-09 01:37:08 +00:00
SWCommandProcessor.cpp ChunkFile has allowed me to accidentally "Do" a non-POD for the last time! 2013-04-09 19:02:22 -05:00
SWCommandProcessor.h Fix the video software backend. (closes issue 4269) 2011-03-16 22:48:17 +00:00
SWmain.cpp Extend our OSD class to support callbacks on init, onframe, and shutdown. 2013-04-13 00:48:53 -05:00
SWPixelEngine.cpp ChunkFile has allowed me to accidentally "Do" a non-POD for the last time! 2013-04-09 19:02:22 -05:00
SWPixelEngine.h VideoSoftware: Cleanup PE perf metrics; returning the proper value now. 2013-03-01 01:08:43 +01:00
SWRenderer.cpp Removes the Java ButtonManager for one in the C++ source so the OSD class can call in to it each frame for drawing the buttons. Copy our assets to the dolphin-emu directory for now. Remove NativeRenderer, ButtonManager, and Button Java classes since they aren't used anymore. Buttons A, B, and Start all work and are drawn on screen now. Button input on Android is still a bit hacky, needs a proper controller interface still. Android specific button drawing code is still hanging out in SWRenderer.cpp 2013-04-14 20:39:56 -05:00
SWRenderer.h Use brute force to link the software plugin. 2011-02-03 19:55:30 +00:00
SWStatistics.cpp Use brute force to link the software plugin. 2011-02-03 19:55:30 +00:00
SWStatistics.h Use brute force to link the software plugin. 2011-02-03 19:55:30 +00:00
SWVertexLoader.cpp Fix a few typos in the comments/logging in VideoDX9, VideoCommon, and VideoSoftware projects. 2013-04-07 17:11:29 -04:00
SWVertexLoader.h Begin implementing save states to video software. Kind of works, sometimes. 2013-02-25 20:05:02 -05:00
SWVideoConfig.cpp Remove an unused variable in VideoConfig.cpp and SWVideoConfig.cpp 2013-04-04 09:32:28 -04:00
SWVideoConfig.h Video_Software: Toggable zfreeze and early_z support for testing. 2013-02-15 17:45:33 +01:00
Tev.cpp Apply re07a91930df0 to the software renderer. 2013-04-07 16:54:22 +02:00
Tev.h Improve VideoSoftware save states. They are fairly stable, but not perfect. OpcodeDecoder::DoState() needs to be fixed. 2013-02-26 01:36:24 -05:00
TextureEncoder.cpp Fix the video software backend. (closes issue 4269) 2011-03-16 22:48:17 +00:00
TextureEncoder.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
TextureSampler.cpp Video_Software: Implement proper RGBA8 texture loading from tmem. 2013-01-10 18:30:16 +01:00
TextureSampler.h Video software: 2010-12-31 06:45:18 +00:00
TransformUnit.cpp VideoSoftware: Improve fog range adjustment by using less magic and more comments. 2013-03-26 00:57:45 +01:00
TransformUnit.h Implement proper thread naming on linux. This fixes a segmentation fault with thte wiimote new configuration dialog when a thread was named without first calling ThreadInit. 2010-07-06 16:16:07 +00:00
Vec3.h Improve VideoSoftware save states. They are fairly stable, but not perfect. OpcodeDecoder::DoState() needs to be fixed. 2013-02-26 01:36:24 -05:00
VideoBackend.h Merge branch 'master' into GLSL-master 2013-03-06 15:59:29 +01:00
VideoConfigDialog.cpp Kill some unnecessary c_str and use StrToWxStr in a few places that I missed. 2013-02-28 02:40:03 -06:00
VideoConfigDialog.h Last major UI change before release. 2011-06-02 19:32:34 +00:00
XFMemLoader.cpp Fix the video software backend. (closes issue 4269) 2011-03-16 22:48:17 +00:00
XFMemLoader.h VideoSoftware: Improve fog range adjustment by using less magic and more comments. 2013-03-26 00:57:45 +01:00