| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | 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 | ||
| | |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | Merge pull request #2198 from lioncash/todo | 2019-03-06 | 2 | -4/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | 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 | ||
| | * | | | | | | | | | | | | logging/backend: Move CreateEntry into the Impl class | 2019-03-02 | 2 | -29/+26 | ||
| * | | | | | | | | | | | | | Merge pull request #2189 from lioncash/web | 2019-03-03 | 2 | -3/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | web_service: Remove unnecessary inclusions | 2019-03-02 | 2 | -3/+0 | ||
| | | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2154 from FearlessTobi/port-4647 | 2019-03-02 | 1 | -1/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | citra_qt/main: make SPEED_LIMIT_STEP static constexpr | 2019-03-02 | 1 | -1/+4 | ||
| * | | | | | | | | | | | | Merge pull request #2183 from ReinUsesLisp/vk-buffer-cache-clang | 2019-03-02 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | vk_buffer_cache: Fix clang-format | 2019-03-02 | 1 | -3/+3 | ||
| * | | | | | | | | | | | | Merge pull request #2186 from honzapatCZ/patch-1 | 2019-03-02 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | Yuzu can render 3D. | 2019-03-02 | 1 | -1/+1 | ||
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge pull request #2182 from bunnei/my-wasted-friday | 2019-03-02 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | fuck git for ruining my day, I will learn but I will not forgive | 2019-03-02 | 1 | -1/+1 | ||
| * | | | | | | | | | | | Merge pull request #2178 from ReinUsesLisp/vk-buffer-cache | 2019-03-02 | 3 | -0/+205 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | vk_buffer_cache: Implement a buffer cache | 2019-03-01 | 3 | -0/+205 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2173 from lioncash/capture | 2019-03-01 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | yuzu/compatdb: Remove unused lambda capture | 2019-02-27 | 1 | -1/+1 | ||
| * | | | | | | | | | | | Merge pull request #2180 from lioncash/audren | 2019-03-01 | 1 | -1/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||