| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | Merge pull request #4569 from ReinUsesLisp/glsl-cmake | 2020-08-26 | 12 | -51/+127 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | video_core/host_shaders: Add CMake integration for string shaders | 2020-08-23 | 7 | -42/+106 | ||
| | * | | | | | | | | | | | | | gl_shader_util: Use std::string_view instead of star pointer | 2020-08-23 | 5 | -9/+21 | ||
| * | | | | | | | | | | | | | | Merge pull request #4555 from ReinUsesLisp/fix-primitive-topology | 2020-08-26 | 3 | -13/+14 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | vk_state_tracker: Fix primitive topology | 2020-08-20 | 3 | -13/+14 | ||
| | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | memory_manager: Make use of [[nodiscard]] in the interface | 2020-08-26 | 1 | -17/+17 | ||
| * | | | | | | | | | | | | | | memory_manager: Make operator+ const qualified | 2020-08-26 | 1 | -1/+1 | ||
| | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #4574 from lioncash/const-fn | 2020-08-25 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | memory_manager: Mark IsGranularRange() as a const member function | 2020-08-24 | 2 | -3/+3 | ||
| * | | | | | | | | | | | | | | Merge pull request #4563 from lioncash/rcache | 2020-08-25 | 1 | -17/+16 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | registered_cache: Make use of ends_with for string suffix checking | 2020-08-23 | 1 | -2/+1 | ||
| | * | | | | | | | | | | | | | | registered_cache: Make use of designated initializers | 2020-08-23 | 1 | -15/+15 | ||
| | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #4548 from lioncash/color | 2020-08-25 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | common/color: Migrate code over to the Common namespace | 2020-08-18 | 1 | -2/+2 | ||
| * | | | | | | | | | | | | | | Merge pull request #4542 from ReinUsesLisp/gpu-init-base | 2020-08-24 | 22 | -119/+172 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | video_core: Initialize renderer with a GPU | 2020-08-22 | 22 | -119/+172 | ||
| * | | | | | | | | | | | | | | | Merge pull request #4562 from lioncash/loop | 2020-08-24 | 1 | -16/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | cpu_manager: Make use of ranged for where applicable | 2020-08-22 | 1 | -16/+13 | ||
| | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | gl_texture_cache: Take std::string by reference in DecorateViewName() | 2020-08-23 | 2 | -2/+2 | ||
| | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | video_core/fence_manager: Remove unnecessary includes | 2020-08-23 | 3 | -9/+4 | ||
| * | | | | | | | | | | | | | Merge pull request #4561 from lioncash/key-constexpr | 2020-08-23 | 2 | -75/+82 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | key_manager: Make data arrays constexpr | 2020-08-22 | 2 | -75/+82 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #4549 from lioncash/files | 2020-08-23 | 1 | -32/+48 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | vfs_real: Resolve sign conversion warnings | 2020-08-18 | 1 | -2/+2 | ||
| | * | | | | | | | | | | | | vfs_real: Avoid redundant map lookups | 2020-08-18 | 1 | -30/+46 | ||
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4559 from lioncash/webresult | 2020-08-23 | 7 | -47/+41 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | web_service: Move web_result.h into web_service | 2020-08-22 | 7 | -47/+41 | ||
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4560 from lioncash/convert | 2020-08-23 | 3 | -8/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | core_timing: Remove unused header | 2020-08-22 | 3 | -2/+2 | ||
| | * | | | | | | | | | | | | core_timing: Move clock initializer into constructor initializer list | 2020-08-22 | 1 | -4/+2 | ||
| | * | | | | | | | | | | | | core_timing: Resolve sign conversion warning | 2020-08-22 | 1 | -2/+2 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #4521 from lioncash/optionalcache | 2020-08-21 | 1 | -11/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | gl_shader_disk_cache: Make use of std::nullopt where applicable | 2020-08-14 | 1 | -11/+12 | ||
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4541 from MerryMage/yolo | 2020-08-21 | 7 | -4/+108 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | dynarmic: Add unsafe optimizations | 2020-08-16 | 7 | -4/+108 | ||
| * | | | | | | | | | | | | | Merge pull request #4523 from lioncash/self-assign | 2020-08-21 | 1 | -1/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | macro-interpreter: Resolve -Wself-assign-field warning | 2020-08-14 | 1 | -1/+0 | ||
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4546 from lioncash/telemetry | 2020-08-20 | 13 | -35/+43 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | common/telemetry: Migrate namespace into the Common namespace | 2020-08-18 | 13 | -35/+43 | ||
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4547 from lioncash/header-concept | 2020-08-19 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | common/concepts: Move <type_traits> include out of the Common namespace | 2020-08-18 | 1 | -2/+2 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Revert "common/time_zone: Simplify GetOsTimeZoneOffset()" | 2020-08-19 | 1 | -5/+9 | ||
| * | | | | | | | | | | | | Merge pull request #4539 from lioncash/disc | 2020-08-18 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | common: Silence two discarded result warnings | 2020-08-16 | 2 | -3/+3 | ||
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #4522 from lioncash/vulk-copy | 2020-08-18 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | vulkan/wrapper: Avoid unnecessary copy in EnumerateInstanceExtensionProperties() | 2020-08-14 | 1 | -1/+1 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #4381 from Morph1984/fix-open-folder-installed-title | 2020-08-18 | 4 | -13/+24 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | main: Fallback to loader if no control nca is found with patch manager | 2020-08-04 | 1 | -6/+17 | ||
| | * | | | | | | | | | | | main: Fix Open Save/Mod Locations for installed titles | 2020-08-04 | 4 | -12/+12 | ||
| * | | | | | | | | | | | | Merge pull request #4532 from lioncash/object-name | 2020-08-18 | 7 | -90/+74 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||