| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | ipc_helpers: Allow pushing and popping floating-point values | 2019-03-16 | 1 | -0/+30 | ||
| | | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2245 from lioncash/unused-def | 2019-03-16 | 1 | -6/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | kernel/thread: Actually remove the definition of ExitCurrentThread() | 2019-03-16 | 1 | -6/+0 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2244 from bunnei/gpu-mem-refactor | 2019-03-16 | 20 | -189/+196 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | video_core: Refactor to use MemoryManager interface for all memory access. | 2019-03-16 | 20 | -189/+196 | ||
| * | | | | | | | | | | | | | | Merge pull request #2243 from bunnei/mem-simplify-cache | 2019-03-16 | 3 | -68/+22 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | memory: Simplify rasterizer cache operations. | 2019-03-16 | 3 | -68/+22 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2129 from FernandoS27/cntpct | 2019-03-16 | 6 | -2/+69 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | Corrections, documenting and fixes. | 2019-02-16 | 4 | -13/+14 | ||
| | * | | | | | | | | | | | | | Use u128 on Clock Cycles calculation. | 2019-02-15 | 5 | -27/+32 | ||
| | * | | | | | | | | | | | | | Implement 128 bits Unsigned Integer Multiplication and Division. | 2019-02-15 | 3 | -0/+50 | ||
| | * | | | | | | | | | | | | | Correct CNTPCT to use Clock Cycles instead of Cpu Cycles. | 2019-02-15 | 3 | -2/+13 | ||
| * | | | | | | | | | | | | | | Merge pull request #2242 from lioncash/thread-fn | 2019-03-16 | 4 | -33/+31 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | kernel/thread: Move thread exiting logic from ExitCurrentThread to svcExitThread | 2019-03-15 | 2 | -8/+7 | ||
| | * | | | | | | | | | | | | | kernel/thread: Migrate WaitCurrentThread_Sleep into the Thread interface | 2019-03-15 | 4 | -25/+24 | ||
| | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2237 from bunnei/cache-host-addr | 2019-03-16 | 26 | -294/+394 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | gpu: Use host address for caching instead of guest address. | 2019-03-14 | 26 | -294/+394 | ||
| | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2048 from FearlessTobi/port-3924 | 2019-03-15 | 2 | -203/+250 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | / | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | citra_qt: Settings (configuration) rework | 2019-03-07 | 2 | -203/+250 | ||
| * | | | | | | | | | | | Merge pull request #2233 from ReinUsesLisp/morton-cleanup | 2019-03-14 | 4 | -187/+146 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | video_core/morton: Use enum to describe MortonCopyPixels128 mode | 2019-03-13 | 3 | -7/+10 | ||
| | * | | | | | | | | | | | video_core/morton: Remove unused parameter in MortonSwizzle | 2019-03-13 | 3 | -8/+7 | ||
| | * | | | | | | | | | | | video_core/morton: Remove clang-format off when it's not needed | 2019-03-13 | 1 | -133/+129 | ||
| | * | | | | | | | | | | | video_core/morton: Remove unused functions | 2019-03-13 | 1 | -39/+0 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2229 from ReinUsesLisp/vk-sampler-cache | 2019-03-14 | 4 | -24/+168 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | vk_sampler_cache: Use operator== instead of memcmp | 2019-03-12 | 1 | -1/+1 | ||
| | * | | | | | | | | | | vk_sampler_cache: Implement a sampler cache | 2019-03-12 | 4 | -1/+140 | ||
| | * | | | | | | | | | | video_core/texture: Add a raw representation of TSCEntry | 2019-03-12 | 1 | -24/+29 | ||
| * | | | | | | | | | | | Merge pull request #2230 from lioncash/global | 2019-03-14 | 2 | -8/+9 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | kernel/process: Remove use of global system accessors | 2019-03-12 | 2 | -8/+9 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2216 from ReinUsesLisp/rasterizer-system | 2019-03-14 | 2 | -29/+31 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | gl_rasterizer: Use system instance passed from argument | 2019-03-11 | 2 | -29/+31 | ||
| | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2227 from lioncash/override | 2019-03-13 | 2 | -5/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | renderer_opengl/gl_global_cache: Replace indexing for assignment with insert_... | 2019-03-11 | 2 | -3/+3 | ||
| | * | | | | | | | | | | | renderer_opengl/gl_global_cache: Append missing override specifiers | 2019-03-11 | 1 | -2/+2 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2226 from lioncash/private | 2019-03-13 | 4 | -14/+36 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | kernel/server_port: Make data members private | 2019-03-11 | 4 | -14/+36 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2223 from lioncash/error | 2019-03-13 | 3 | -19/+5 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | core/hle/result: Remove now-unnecessary manually defined copy assignment oper... | 2019-03-10 | 1 | -5/+0 | ||
| | * | | | | | | | | | | | core/hle/result: Amend error in comment description for ResultCode | 2019-03-10 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | core/hle/result: Remove now-unused constructor for ResultCode | 2019-03-10 | 1 | -10/+0 | ||
| | * | | | | | | | | | | | core/hle/result: Relocate IPC error code to ipc_helpers | 2019-03-10 | 3 | -3/+4 | ||
| | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2187 from FearlessTobi/port-sdl-things | 2019-03-13 | 9 | -691/+785 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | fixup! Joystick: Allow for background events; Add deadzone to SDLAnalog | 2019-03-02 | 1 | -6/+17 | ||
| | * | | | | | | | | | | | input/sdl: lock map mutex after SDL call | 2019-03-02 | 1 | -11/+17 | ||
| | * | | | | | | | | | | | Input: Remove global variables from SDL Input | 2019-03-02 | 9 | -809/+206 | ||
| | * | | | | | | | | | | | Input: Copy current SDL.h/cpp files to impl | 2019-03-02 | 2 | -0/+680 | ||
| * | | | | | | | | | | | | Merge pull request #2166 from lioncash/vi-init-service | 2019-03-13 | 9 | -40/+146 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | service/vi: Unstub GetDisplayService | 2019-02-26 | 5 | -11/+49 | ||
| | * | | | | | | | | | | | | core/ipc_helper: Allow popping all signed value types with RequestParser | 2019-02-26 | 1 | -0/+15 | ||