dolphin/Source/Core/VideoBackends/Software
2017-11-17 22:11:23 -06:00
..
Clipper.cpp Clipper: Copy both color sequences in CopyVertex as opposed to one 2017-08-22 22:45:28 -04:00
Clipper.h
CMakeLists.txt Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
DebugUtil.cpp Common: Move byte swapping utilities into their own header 2017-03-03 17:18:18 -05:00
DebugUtil.h
EfbCopy.cpp
EfbCopy.h
EfbInterface.cpp Add support for hybrid XFB 2017-11-17 19:47:56 -06:00
EfbInterface.h
NativeVertexFormat.h SW NativeVertexFormat: Utilize std::array where applicable 2017-08-22 22:39:28 -04:00
Rasterizer.cpp
Rasterizer.h
SetupUnit.cpp
SetupUnit.h
Software.vcxproj Add support for hybrid XFB 2017-11-17 19:47:56 -06:00
SWmain.cpp Add support for hybrid XFB 2017-11-17 19:47:56 -06:00
SWOGLWindow.cpp Add support for hybrid XFB 2017-11-17 19:47:56 -06:00
SWOGLWindow.h Add support for hybrid XFB 2017-11-17 19:47:56 -06:00
SWRenderer.cpp Support frame and video dumping from VideoCommon 2017-11-17 22:11:23 -06:00
SWRenderer.h Add support for hybrid XFB 2017-11-17 19:47:56 -06:00
SWTexture.cpp Video Backends: Split texture cache code out into separate files, introduce 'AbstractTexture' 2017-06-13 00:41:51 -05:00
SWTexture.h AbstractTexture: Add missing includes (and remove unnecessary ones) 2017-06-18 23:29:22 -04:00
SWVertexLoader.cpp Renderer: Move cull mode to a rasterization state object 2017-09-11 20:01:45 +10:00
SWVertexLoader.h SWVertexLoader: Make SWVertexLoader a final class 2017-09-09 15:33:30 -04:00
Tev.cpp Software/Tev: const correctness 2017-09-03 14:15:21 -04:00
Tev.h Software/Tev: const correctness 2017-09-03 14:15:21 -04:00
TextureCache.h Add support for hybrid XFB 2017-11-17 19:47:56 -06:00
TextureEncoder.cpp Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
TextureEncoder.h
TextureSampler.cpp Software/TextureSampler: const correctness 2017-09-11 20:13:47 -04:00
TextureSampler.h
TransformUnit.cpp SW NativeVertexFormat: Utilize std::array where applicable 2017-08-22 22:39:28 -04:00
TransformUnit.h
Vec3.h
VideoBackend.h