citra/src
Marshall Mohror 688e44bc8b
videocore/renderer_opengl/gl_rasterizer_cache: Move bits per pixel table out of function (#5101)
* videocore/renderer_opengl/gl_rasterizer_cache: Move bits per pixel table out of function

GCC and MSVC copy the table at runtime with the old implementation, which is wasteful and prevents inlining. Unfortunately, static constexpr variables are not legal in constexpr functions, so the table has to be external.
Also replaced non-standard assert with DEBUG_ASSERT_MSG.

* fix case of table name in assert

* set table to private
2020-02-22 14:37:42 -07:00
..
android android: add logging 2019-03-09 18:23:32 -06:00
audio_core Merge pull request #5024 from jroweboy/temp-hle-audio-fix 2020-01-21 15:30:20 -07:00
citra Implementation of screen rotation without use of additional layouts. 2020-01-20 22:31:51 -03:00
citra_qt Core timing 2.0 (#4913) 2020-02-21 19:31:32 +01:00
common Merge pull request #5062 from FearlessTobi/port-3173 2020-02-10 12:10:45 +08:00
core Core timing 2.0 (#4913) 2020-02-21 19:31:32 +01:00
dedicated_room Fix moderation by room host in dedicated rooms 2019-11-17 09:59:54 -05:00
input_common new-line that clang-format didn't fix 2019-11-09 12:56:17 -07:00
network network/room: add message/join/leave/kick/ban/unban/game name logging 2019-11-03 09:55:38 -05:00
tests Core timing 2.0 (#4913) 2020-02-21 19:31:32 +01:00
video_core videocore/renderer_opengl/gl_rasterizer_cache: Move bits per pixel table out of function (#5101) 2020-02-22 14:37:42 -07:00
web_service HTTP_C::Implement Context::MakeRequest (#4754) 2020-02-21 19:04:04 +01:00
.clang-format add java to .clang-format 2019-02-22 16:29:19 -06:00
CMakeLists.txt CMake: Create thin archives on Linux 2019-12-22 10:12:00 +01:00