| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | Merge pull request #9112 from vonchenplus/deferred_draw | 2022-10-25 | 10 | -232/+203 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| | * | | | | | | | | video_core: Implement maxwell inline_index method | 2022-10-22 | 6 | -74/+130 | ||
| | * | | | | | | | | video_coare: Reimplementing the maxwell drawing trigger mechanism | 2022-10-21 | 10 | -224/+139 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #9119 from liamwhite/shutdown-barrier | 2022-10-25 | 6 | -7/+26 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | core: barrier service thread shutdown | 2022-10-23 | 6 | -7/+26 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #8873 from vonchenplus/fix_legacy_location_error | 2022-10-24 | 5 | -19/+35 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Address feedback | 2022-10-17 | 1 | -6/+6 | ||
| | * | | | | | | | video_core: Fix legacy to generic location unpaired | 2022-09-20 | 5 | -15/+31 | ||
| * | | | | | | | | Merge pull request #9122 from liamwhite/burnt-chicken | 2022-10-24 | 2 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | nvdrv: fix container destruction order | 2022-10-23 | 2 | -4/+4 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | CMakeLists: Disable -Wbraced-scalar-init on Clang | 2022-10-22 | 1 | -0/+1 | ||
| * | | | | | | | | yuzu: Resolve -Wpessimizing-move | 2022-10-22 | 1 | -1/+1 | ||
| * | | | | | | | | startup_checks: Resolve -Wstringop-truncation | 2022-10-22 | 1 | -1/+2 | ||
| * | | | | | | | | startup_checks: Resolve -Wformat | 2022-10-22 | 1 | -7/+7 | ||
| * | | | | | | | | general: Resolve -Wunused-but-set-variable | 2022-10-22 | 1 | -2/+2 | ||
| * | | | | | | | | general: Resolve -Wunused-lambda-capture and C5233 | 2022-10-22 | 4 | -29/+24 | ||
| * | | | | | | | | general: Resolve -Wclass-memaccess | 2022-10-22 | 3 | -3/+3 | ||
| * | | | | | | | | ipc_helpers: Ignore GCC compiler warnings only on GCC | 2022-10-22 | 1 | -2/+2 | ||
| * | | | | | | | | CMakeLists: Enforce C5233 on MSVC | 2022-10-22 | 1 | -0/+1 | ||
| * | | | | | | | | CMakeLists: Disable C4100 and C4324 | 2022-10-22 | 4 | -17/+3 | ||
| * | | | | | | | | CMakeLists: Remove redundant warnings | 2022-10-22 | 4 | -12/+0 | ||
| * | | | | | | | | decoders: Use 2's complement instead of unary - | 2022-10-22 | 1 | -1/+1 | ||
| * | | | | | | | | CMakeLists: Treat MSVC warnings as errors | 2022-10-22 | 4 | -3/+2 | ||
| * | | | | | | | | general: Enforce C4800 everywhere except in video_core | 2022-10-22 | 14 | -41/+57 | ||
| * | | | | | | | | CMakeLists: Remove all redundant warnings | 2022-10-22 | 7 | -45/+4 | ||
| * | | | | | | | | CMakeLists: Consolidate all unused warnings into -Wunused | 2022-10-22 | 1 | -3/+3 | ||
| * | | | | | | | | CMakeLists: Treat -Wall and -Wextra as errors | 2022-10-22 | 1 | -3/+3 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #9095 from FernandoS27/meat-good-vegetable-bad | 2022-10-22 | 2 | -13/+9 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Maxwell3D/Puller: Fix regressions and syncing issues. | 2022-10-19 | 2 | -13/+9 | ||
| * | | | | | | | | Merge pull request #9106 from lioncash/copy-err | 2022-10-21 | 1 | -2/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | hid/npad: Fix copy size in GetSupportedNpadIdTypes | 2022-10-21 | 1 | -2/+3 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #9108 from Morph1984/r32-b24g8 | 2022-10-21 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | format_lookup_table: Implement R32_B24G8 with D32_FLOAT_S8_UINT | 2022-10-21 | 1 | -0/+2 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | k_session_request: Add missing override specifier | 2022-10-21 | 1 | -1/+1 | ||
| * | | | | | | | | k_session_request: Turn C-style array into std::array | 2022-10-21 | 1 | -1/+3 | ||
| * | | | | | | | | k_session_request: Simplify constructor initialization | 2022-10-21 | 1 | -14/+11 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #9078 from liamwhite/session-request | 2022-10-20 | 17 | -200/+608 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel: remove most SessionRequestManager handling from KServerSession | 2022-10-19 | 6 | -138/+119 | ||
| | * | | | | | | | kernel: add KSessionRequest | 2022-10-19 | 13 | -62/+489 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #9099 from Docteh/undocked | 2022-10-20 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Controller Applet had instance of Undocked, make Handheld | 2022-10-20 | 1 | -1/+1 | ||
| | | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #9096 from Kelebek1/audio_15 | 2022-10-20 | 5 | -33/+114 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Update audio_core for firmware 15.0.0 | 2022-10-19 | 5 | -33/+114 | ||
| * | | | | | | | | Merge pull request #9094 from lioncash/fixed | 2022-10-19 | 2 | -115/+80 | ||
| |\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| | * | | | | | | | fixed_point: Mark default constructor as constexpr | 2022-10-18 | 1 | -2/+2 | ||
| | * | | | | | | | fixed_point: Mark copy/move assignment operators and constructors as constexpr | 2022-10-18 | 1 | -3/+6 | ||
| | * | | | | | | | fixed_point: Mark std::swap and move constructor as noexcept | 2022-10-18 | 1 | -2/+2 | ||
| | * | | | | | | | fixed_point: Mark relevant member function [[nodiscard]] | 2022-10-18 | 1 | -14/+14 | ||
| | * | | | | | | | fixed_point: Make to_uint() non-const | 2022-10-18 | 1 | -2/+2 | ||
| | * | | | | | | | fixed_point: Use defaulted comparisons | 2022-10-18 | 1 | -23/+1 | ||