yuzu/src
ameerj 0639244d85 renderer_opengl: Swizzle BGR textures on copy
OpenGL does not natively support BGR internal formats, which causes many BGR textures to render incorrectly, with Red and Blue channels swapped.

This commit aims to address this by swizzling the blue and red channels on texture copies when a BGR format is encountered.
2021-03-04 14:14:19 -05:00
..
audio_core revert to std::sin and std::cos 2021-02-12 18:48:10 -08:00
common [network] Error handling reform 2021-02-28 17:25:31 -05:00
core Merge pull request #5815 from comex/net-error-reform 2021-03-02 17:08:47 -08:00
input_common inputCommon: Use an unique client id for each socket instance 2021-03-01 09:19:33 -06:00
tests [network] Error handling reform 2021-02-28 17:25:31 -05:00
video_core renderer_opengl: Swizzle BGR textures on copy 2021-03-04 14:14:19 -05:00
web_service web_service: follow-up fix to #4842 ... 2020-10-28 23:16:06 -06:00
yuzu Merge pull request #6004 from german77/udprandom 2021-03-03 15:45:32 -08:00
yuzu_cmd Fix default bcat_backend init 2021-03-02 03:20:16 +00:00
.clang-format
CMakeLists.txt cmake: Enforce -Warray-bounds and -Wmissing-field-initializers globally 2021-01-24 17:31:29 -03:00