dolphin/Source/Core/VideoBackends/Software
Tillmann Karras 315a8ba1c0 Various changes suggested by cppcheck
- remove unused variables
- reduce the scope where it makes sense
- correct limits (did you know that strcat()'s last parameter does not
  include the \0 that is always added?)
- set some free()'d pointers to NULL
2014-02-28 12:43:20 +01:00
..
BPMemLoader.cpp Fix more header sorting issues in VideoBackends/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
BPMemLoader.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
CMakeLists.txt Stop building GLExtensions.cpp twice(One in GL, one in software). We don't need to build it twice, this'll save a bit of time in the build process. 2014-01-19 11:37:37 -06:00
CPMemLoader.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
CPMemLoader.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Clipper.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Clipper.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
DebugUtil.cpp Various changes suggested by cppcheck 2014-02-28 12:43:20 +01:00
DebugUtil.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
EfbCopy.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
EfbCopy.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
EfbInterface.cpp Merge pull request #88 from lioncash/relative-includes 2014-02-20 02:08:44 +01:00
EfbInterface.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
HwRasterizer.cpp Merge pull request #88 from lioncash/relative-includes 2014-02-20 02:08:44 +01:00
HwRasterizer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
NativeVertexFormat.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
OpcodeDecoder.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
OpcodeDecoder.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
RasterFont.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
RasterFont.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
Rasterizer.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Rasterizer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWCommandProcessor.cpp Make Common/ mostly IWYU clean (and fix errors in rest of the project detected by this change). 2014-02-22 23:37:29 +01:00
SWCommandProcessor.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWPixelEngine.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWPixelEngine.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWRenderer.cpp Merge pull request #88 from lioncash/relative-includes 2014-02-20 02:08:44 +01:00
SWRenderer.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWStatistics.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWStatistics.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWVertexLoader.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWVertexLoader.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWVideoConfig.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWVideoConfig.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SWmain.cpp Fix more header sorting issues in VideoBackends/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
SetupUnit.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
SetupUnit.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Software.vcxproj [GLExtensions] Initial code drop for GLExtensions. This drops GLEW entirely from the codebase. This has been tested on Android and Linux+ATI. Of course untested on Windows and Apple. Also untested with Linux + EGL but should be fine there. There are most likely a couple of extensions I'm missing which would result in null pointer runs but not bad for the initial commit. 2014-01-17 15:50:51 +01:00
Tev.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
Tev.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
TextureEncoder.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
TextureEncoder.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
TextureSampler.cpp Fix more header sorting issues in VideoBackends/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
TextureSampler.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
TransformUnit.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
TransformUnit.h Replace all include guard ifdefs with "#pragma once" 2014-02-10 18:07:16 -05:00
Vec3.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
VideoBackend.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
VideoConfigDialog.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
VideoConfigDialog.h Fix more header sorting issues in VideoBackends/ (now check-includes clean). 2014-02-20 01:01:11 +01:00
XFMemLoader.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
XFMemLoader.h Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
stdafx.cpp Convert all includes to relative paths. 2014-02-18 02:19:10 -05:00
stdafx.h Remove unnecessary Src/ folders 2013-12-31 14:03:19 -05:00