| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | Deglobalize Memory Manager on texture cahe and Implement Invalidation and Flu... | 2019-06-20 | 4 | -1/+20 | ||
| | * | | | | | | texture_cache: Remove execution context copies from the texture cache | 2019-06-20 | 7 | -168/+59 | ||
| | * | | | | | | gl_texture_cache: Implement fermi copies | 2019-06-20 | 5 | -2/+105 | ||
| | * | | | | | | texture_cache: Split texture cache into different files | 2019-06-20 | 12 | -876/+965 | ||
| | * | | | | | | texture_cache: Move staging buffer into a generic implementation | 2019-06-20 | 4 | -181/+211 | ||
| | * | | | | | | texture_cache: Flush 3D textures in the order they are drawn | 2019-06-20 | 5 | -19/+44 | ||
| | * | | | | | | gl_texture_cache: Minor changes | 2019-06-20 | 5 | -140/+185 | ||
| | * | | | | | | gl_texture_cache: Add copy from multiple overlaps into a single surface | 2019-06-20 | 3 | -6/+84 | ||
| | * | | | | | | gl_texture_cache: Attach surface textures instead of views | 2019-06-20 | 3 | -20/+32 | ||
| | * | | | | | | gl_texture_cache: Add fast copy path | 2019-06-20 | 4 | -7/+60 | ||
| | * | | | | | | gl_texture_cache: Initial implementation | 2019-06-20 | 9 | -47/+809 | ||
| * | | | | | | | Merge pull request #2669 from FearlessTobi/move-cpujit-setting | 2019-07-04 | 11 | -36/+12 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | yuzu: Remove CPU Jit setting from the UI | 2019-07-04 | 11 | -36/+12 | ||
| * | | | | | | | | Merge pull request #2555 from lioncash/tls | 2019-07-04 | 6 | -81/+148 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/process: Default initialize all member variables | 2019-07-03 | 1 | -2/+2 | ||
| | * | | | | | | | | kernel/process: Decouple TLS handling from threads | 2019-07-03 | 4 | -66/+97 | ||
| | * | | | | | | | | kernel/vm_manager: Add overload of FindFreeRegion() that operates on a boundary | 2019-07-03 | 2 | -13/+49 | ||
| * | | | | | | | | | Merge pull request #2670 from DarkLordZach/fix-merge-discrep-1 | 2019-07-04 | 2 | -5/+5 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | gl_shader_cache: Make CachedShader constructor private | 2019-07-03 | 2 | -5/+5 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2658 from ogniK5377/QueryAudioDeviceOutputEvent | 2019-07-04 | 1 | -3/+16 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | IAudioDevice::QueryAudioDeviceOutputEvent | 2019-07-01 | 1 | -3/+16 | ||
| | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2638 from DarkLordZach/quest-flag | 2019-07-04 | 8 | -2/+36 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | set: Implement GetQuestFlag | 2019-06-28 | 2 | -1/+10 | ||
| | * | | | | | | | | settings: Add config option for kiosk (quest) mode | 2019-06-28 | 6 | -1/+26 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2613 from ogniK5377/InitalizeApplicationInfo | 2019-07-03 | 5 | -6/+110 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Added errors.h to cmakelist | 2019-06-28 | 1 | -0/+1 | ||
| | * | | | | | | | | Addressed issues | 2019-06-28 | 2 | -17/+12 | ||
| | * | | | | | | | | Implemented InitializeApplicationInfo & InitializeApplicationInfoRestricted | 2019-06-27 | 4 | -6/+114 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2608 from ogniK5377/Time_GetSharedMemoryNativeHandle | 2019-07-03 | 8 | -28/+260 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | Addressed issues | 2019-06-26 | 5 | -37/+53 | ||
| | * | | | | | | | | Implement Time::GetSharedMemoryNativeHandle | 2019-06-26 | 8 | -29/+245 | ||
| * | | | | | | | | | Merge pull request #2563 from ReinUsesLisp/shader-initializers | 2019-07-03 | 2 | -52/+53 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | gl_shader_cache: Use static constructors for CachedShader initialization | 2019-06-07 | 2 | -52/+53 | ||
| * | | | | | | | | | Merge pull request #2604 from ogniK5377/INotificationService | 2019-07-02 | 5 | -1/+130 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||||
| | * | | | | | | | | Attemp clang format fix? | 2019-06-28 | 1 | -1/+0 | ||
| | * | | | | | | | | Addressed issues | 2019-06-28 | 2 | -13/+13 | ||
| | * | | | | | | | | SizedNotificationInfo should be 0x10 bytes, user_uuid is incorrect, this shou... | 2019-06-25 | 1 | -1/+3 | ||
| | * | | | | | | | | fixed spelling errors and fixed issue with Pop not returning the SizedNotific... | 2019-06-25 | 1 | -6/+8 | ||
| | * | | | | | | | | Implemented INotificationService | 2019-06-24 | 5 | -1/+127 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2659 from FernandoS27/safe-caches | 2019-07-02 | 3 | -1/+5 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | rasterizer_cache: Protect inherited caches from submission level | 2019-07-01 | 3 | -1/+5 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2660 from bakugo/deltafragments | 2019-07-01 | 6 | -14/+21 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | file_sys: Rename other ContentRecordType members | 2019-07-02 | 5 | -7/+8 | ||
| | * | | | | | | | file_sys/registered_cache: Improve missing metadata error | 2019-07-01 | 1 | -2/+2 | ||
| | * | | | | | | | file_sys/submission_package: Don't warn about missing DeltaFragment NCAs | 2019-07-01 | 1 | -4/+7 | ||
| | * | | | | | | | file_sys/registered_cache: Ignore DeltaFragment NCAs during installation | 2019-07-01 | 1 | -0/+3 | ||
| | * | | | | | | | file_sys: Rename ContentRecordType::Patch to DeltaFragment | 2019-07-01 | 1 | -1/+1 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2583 from FernandoS27/core-timing-safe | 2019-06-30 | 5 | -60/+25 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Core_Timing: Make core_timing threadsafe by default. | 2019-06-16 | 5 | -60/+25 | ||
| * | | | | | | | | Merge pull request #2653 from FearlessTobi/revert-2474-patch-1 | 2019-06-29 | 2 | -15/+18 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||