dolphin/Source/Core/VideoBackends
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
..
D3D Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
Null Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
OGL ProgramShaderCache: Call glTexImage3D after glTexParameter 2017-08-05 18:18:30 +10:00
Software TransformUnit: Get rid of pointer casting in TransformColor() where applicable 2017-08-06 19:04:31 -04:00
Vulkan Video: Clearly separate Texture and EFB Copy formats 2017-08-03 18:35:29 -07:00
CMakeLists.txt CMake: remove references to D3D12 2017-05-26 01:16:04 -07:00