dolphin/Source/Core/VideoBackends/Software
Lioncash 745f92b4e5 TransformUnit: Get rid of pointer casting in TransformColor() where applicable
The casts to u32* are technically undefined behavior. The u8* cast is
left, as char/unsigned char is exempted from this rule to allow for
bvtewise inspection of objects (and this is what s8/u8 are typedefs of
on platforms we support).
2017-08-06 19:04:31 -04:00
..
Clipper.cpp
Clipper.h
CMakeLists.txt
DebugUtil.cpp
DebugUtil.h
EfbCopy.cpp
EfbCopy.h
EfbInterface.cpp VideoSW: Drop log level of missing anti aliasing support. 2017-08-05 19:20:19 +02:00
EfbInterface.h
NativeVertexFormat.h
Rasterizer.cpp
Rasterizer.h
SetupUnit.cpp
SetupUnit.h
Software.vcxproj
SWmain.cpp Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
SWOGLWindow.cpp
SWOGLWindow.h
SWRenderer.cpp
SWRenderer.h General: Remove unnecessary semicolons 2017-07-30 16:39:53 -04:00
SWTexture.cpp
SWTexture.h
SWVertexLoader.cpp NativeVertexFormat: Drop unused virtual method SetupVertexPointers 2017-07-30 17:43:59 +10:00
SWVertexLoader.h
Tev.cpp BPMemory: Convert a number of unions to BitFields 2017-07-30 17:43:59 +10:00
Tev.h
TextureEncoder.cpp Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
TextureEncoder.h
TextureSampler.cpp Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
TextureSampler.h
TransformUnit.cpp TransformUnit: Get rid of pointer casting in TransformColor() where applicable 2017-08-06 19:04:31 -04:00
TransformUnit.h
Vec3.h
VideoBackend.h