dolphin/Source/Plugins/Plugin_VideoSoftware/Src
NeoBrainX beb083721a Windows build fix from web interface... 2013-03-25 21:43:32 +00: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
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
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
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
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
SWCommandProcessor.cpp Merge branch 'VideoSoftware-savestates' 2013-02-28 13:36:29 -05:00
SWCommandProcessor.h Fix the video software backend. (closes issue 4269) 2011-03-16 22:48:17 +00:00
SWPixelEngine.cpp VideoSoftware: Cleanup PE perf metrics; returning the proper value now. 2013-03-01 01:08:43 +01:00
SWPixelEngine.h VideoSoftware: Cleanup PE perf metrics; returning the proper value now. 2013-03-01 01:08:43 +01:00
SWRenderer.cpp fix software backend 2013-03-17 12:37:37 +01: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 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
SWVertexLoader.h Begin implementing save states to video software. Kind of works, sometimes. 2013-02-25 20:05:02 -05:00
SWVideoConfig.cpp Set GLES Tex2D function to texture2D, texture is only available in GLES3. Fix some tabs in the config file. 2013-03-18 07:50:52 +00:00
SWVideoConfig.h Video_Software: Toggable zfreeze and early_z support for testing. 2013-02-15 17:45:33 +01:00
SWmain.cpp Merge branch 'master' into GLSL-master 2013-03-06 15:59:29 +01: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
Tev.cpp Windows build fix from web interface... 2013-03-25 21:43:32 +00: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 Deal with some clang-inspired buglets. 2011-02-06 01:56:45 +00: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 Use brute force to link the software plugin. 2011-02-03 19:55:30 +00:00
stdafx.cpp Hg: 2010-06-09 01:37:08 +00:00
stdafx.h Hg: 2010-06-09 01:37:08 +00:00