dolphin/Source/Core/VideoBackends
Tillmann Karras 56fdcf5f00 VideoCommon: remove unnecessary floor()
floatindex is clamped to the range [0, 9]. For non-negative numbers
floor() is equivalent to trunc(). Truncation happens implicitly when
converting to uint, so the floor() is unnecessary.
2018-10-09 00:31:43 +01:00
..
D3D VideoBackends: Support D24S8 abstract texture format 2018-07-19 21:47:42 +10:00
Null Mark all video backend names for translation 2018-06-30 06:30:19 -04:00
OGL GL/TextureCache: Clean up inline shader code 2018-08-30 16:05:39 +02:00
Software VideoCommon: remove unnecessary floor() 2018-10-09 00:31:43 +01:00
Vulkan Vulkan: Drop usage of VK_NV_glsl extension 2018-08-29 13:12:19 +10:00
CMakeLists.txt CMake: remove references to D3D12 2017-05-26 01:16:04 -07:00