| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | | | | yuzu: add a hotkey to switch between undocked and docked mode | 2019-03-06 | 1 | -0/+8 | ||
| * | | | | | | | | | | | | | | | Merge pull request #2206 from lioncash/audio-stop | 2019-03-07 | 1 | -1/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | service/audio/audout_u: Only actually stop the audio stream in StopAudioOut i... | 2019-03-07 | 1 | -1/+3 | ||
| | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2055 from bunnei/gpu-thread | 2019-03-07 | 26 | -52/+529 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | gpu_thread: Fix deadlock with threading idle state check. | 2019-03-06 | 2 | -7/+11 | ||
| | * | | | | | | | | | | | | | | gpu_thread: (HACK) Ignore flush on FlushAndInvalidateRegion. | 2019-03-06 | 1 | -3/+1 | ||
| | * | | | | | | | | | | | | | | gpu: Always flush. | 2019-03-06 | 2 | -13/+6 | ||
| | * | | | | | | | | | | | | | | gpu: Refactor a/synchronous implementations into their own classes. | 2019-03-06 | 8 | -65/+162 | ||
| | * | | | | | | | | | | | | | | gpu: Move command processing to another thread. | 2019-03-06 | 9 | -15/+358 | ||
| | * | | | | | | | | | | | | | | bootmanager: Ensure that we have a context for shader loading. | 2019-03-06 | 1 | -4/+6 | ||
| | * | | | | | | | | | | | | | | gpu: Refactor command and swap buffers interface for asynch. | 2019-03-06 | 5 | -17/+26 | ||
| | * | | | | | | | | | | | | | | gpu: Refactor to take RendererBase instead of RasterizerInterface. | 2019-03-06 | 3 | -18/+23 | ||
| | * | | | | | | | | | | | | | | settings: Add new graphics setting for use_asynchronous_gpu_emulation. | 2019-03-06 | 7 | -0/+24 | ||
| | * | | | | | | | | | | | | | | core: Set is_powered_on before GPU is initialized. | 2019-03-06 | 1 | -1/+3 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2149 from ReinUsesLisp/decoders-style | 2019-03-06 | 8 | -150/+183 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | gl_rasterizer_cache: Move format conversion to its own file | 2019-02-26 | 7 | -136/+175 | ||
| | * | | | | | | | | | | | | | | decoders: Minor style changes | 2019-02-26 | 2 | -14/+8 | ||
| | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2197 from lioncash/include | 2019-03-06 | 6 | -8/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | core/hle/ipc: Remove unnecessary includes | 2019-03-05 | 6 | -8/+12 | ||
| | | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2190 from lioncash/ogl-global | 2019-03-06 | 7 | -26/+28 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | core/core: Remove the global telemetry accessor function | 2019-03-04 | 1 | -4/+0 | ||
| | * | | | | | | | | | | | | | yuzu: Remove usage of the global telemetry accessor | 2019-03-04 | 2 | -3/+3 | ||
| | * | | | | | | | | | | | | | yuzu-cmd/yuzu: Replace direct usage of the global system telemetry accessor i... | 2019-03-04 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | | | core/core: Replace direct usage of the global system telemetry accessor from ... | 2019-03-04 | 1 | -7/+7 | ||
| | * | | | | | | | | | | | | | video_core/renderer_opengl: Replace direct usage of global system object acce... | 2019-03-04 | 2 | -11/+17 | ||
| | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2199 from lioncash/arbiter | 2019-03-06 | 7 | -115/+187 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | kernel/address_arbiter: Pass in system instance to constructor | 2019-03-05 | 6 | -26/+45 | ||
| | * | | | | | | | | | | | | | kernel/address_arbiter: Minor tidying up | 2019-03-05 | 1 | -18/+18 | ||
| | * | | | | | | | | | | | | | kernel/address_arbiter: Convert the address arbiter into a class | 2019-03-05 | 5 | -82/+135 | ||
| | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2201 from lioncash/audio-retval | 2019-03-06 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | hle/service/audio/audout_u: Correct lack of return in failure case of AppendA... | 2019-03-06 | 1 | -0/+1 | ||
| | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2204 from lioncash/wait-tree | 2019-03-06 | 2 | -5/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | yuzu/debugger/wait_tree: Remove use of global CurrentProcess accessor | 2019-03-05 | 2 | -5/+6 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #2194 from lioncash/mem | 2019-03-06 | 3 | -30/+66 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | vm_manager: Use range helpers in HeapAlloc() and HeapFree() | 2019-03-04 | 1 | -4/+2 | ||
| | * | | | | | | | | | | | | vm_manager: Provide address range checking functions for other memory regions | 2019-03-04 | 2 | -4/+35 | ||
| | * | | | | | | | | | | | | svc: Migrate address range checking functions to VMManager | 2019-03-04 | 3 | -23/+30 | ||
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2200 from lioncash/audio | 2019-03-06 | 4 | -10/+21 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | hle/service/audio: Extract audio error codes to a header | 2019-03-05 | 4 | -10/+21 | ||
| | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2203 from lioncash/engines-include | 2019-03-06 | 10 | -11/+11 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | video_core/engines: Remove unnecessary includes | 2019-03-05 | 10 | -11/+11 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | video_core/surface: Remove obsolete TODO in PixelFormatFromRenderTargetFormat() | 2019-03-05 | 1 | -2/+0 | ||
| * | | | | | | | | | | | | kernel/thread: Remove obsolete TODO in Create() | 2019-03-05 | 1 | -2/+0 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2185 from FearlessTobi/port-4630 | 2019-03-04 | 1 | -6/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | Memory: don't lock hle mutex in memory read/write | 2019-03-02 | 1 | -6/+0 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2165 from ReinUsesLisp/unbind-tex | 2019-03-04 | 2 | -14/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | gl_rasterizer: Remove texture unbinding after dispatching a draw call | 2019-02-28 | 1 | -12/+0 | ||
| | * | | | | | | | | | | gl_state: Fixup multibind bug | 2019-02-28 | 1 | -2/+2 | ||
| * | | | | | | | | | | | Merge pull request #2188 from lioncash/log-static | 2019-03-04 | 2 | -29/+25 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | logging/backend: Make time_origin a class variable instead of a local static | 2019-03-02 | 1 | -2/+1 | ||