| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | 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 | ||
| | * | | | | | | | | | | | | service/vi: Remove use of a module class | 2019-02-26 | 8 | -46/+99 | ||
| * | | | | | | | | | | | | | Merge pull request #2231 from ReinUsesLisp/fixup-bias | 2019-03-13 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | video_core/texture: Fix up sampler lod bias | 2019-03-13 | 1 | -1/+1 | ||
| |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #2211 from lioncash/arbiter | 2019-03-12 | 9 | -65/+81 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | kernel: Make the address arbiter instance per-process | 2019-03-07 | 8 | -28/+35 | ||
| | * | | | | | | | | | | | | kernel/svc: Move address arbiter signaling behind a unified API function | 2019-03-07 | 3 | -22/+26 | ||
| | * | | | | | | | | | | | | kernel/svc: Move address arbiter waiting behind a unified API function | 2019-03-07 | 3 | -19/+24 | ||
| * | | | | | | | | | | | | | Merge pull request #2222 from lioncash/cstr | 2019-03-12 | 1 | -4/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | service/service: Remove unncessary calls to c_str() | 2019-03-10 | 1 | -4/+3 | ||
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2215 from ReinUsesLisp/samplers | 2019-03-12 | 3 | -64/+72 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | gl_rasterizer: Encapsulate sampler queries into methods | 2019-03-09 | 3 | -64/+72 | ||
| * | | | | | | | | | | | | Merge pull request #2207 from lioncash/hwopus | 2019-03-10 | 1 | -69/+107 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | service/audio/hwopus: Move decoder state to its own class | 2019-03-07 | 1 | -50/+85 | ||
| | * | | | | | | | | | | | | service/audio/hwopus: Provide a name for the second word of OpusPacketHeader | 2019-03-07 | 1 | -2/+4 | ||
| | * | | | | | | | | | | | | service/audio/hwopus: Move Opus packet header out of the IHardwareOpusDecoder... | 2019-03-07 | 1 | -17/+17 | ||
| | * | | | | | | | | | | | | service/audio/hwopus: Enclose internals in an anonymous namespace | 2019-03-07 | 1 | -2/+3 | ||
| * | | | | | | | | | | | | | Merge pull request #2193 from lioncash/global | 2019-03-10 | 5 | -17/+23 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | kernel/scheduler: Pass in system instance in constructor | 2019-03-04 | 5 | -17/+23 | ||
| | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2147 from ReinUsesLisp/texture-clean | 2019-03-10 | 9 | -527/+590 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | shader/decode: Remove extras from MetaTexture | 2019-02-26 | 4 | -40/+65 | ||
| | * | | | | | | | | | | | | | shader/decode: Split memory and texture instructions decoding | 2019-02-26 | 8 | -501/+539 | ||