| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | 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 #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 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | service/audio: Provide an implementation of ExecuteAudioRendererRendering | 2019-03-01 | 1 | -1/+12 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * / | | | | | | | | | | service/audio/audren_u: Implement OpenAudioRendererAuto | 2019-03-01 | 2 | -7/+20 | ||
| |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2174 from lioncash/fwd | 2019-02-27 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | service/hid: Amend forward declaration of ServiceManager | 2019-02-27 | 1 | -1/+1 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2152 from ReinUsesLisp/vk-stream-buffer | 2019-02-27 | 5 | -8/+172 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | vk_stream_buffer: Remove copy code path | 2019-02-26 | 2 | -53/+18 | ||
| | * | | | | | | | | | | vk_stream_buffer: Implement a stream buffer | 2019-02-24 | 3 | -1/+200 | ||
| | * | | | | | | | | | | vk_resource_manager: Minor VKFenceWatch changes | 2019-02-24 | 2 | -7/+7 | ||
| * | | | | | | | | | | | Merge pull request #2121 from FernandoS27/texception2 | 2019-02-27 | 4 | -16/+213 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | Devirtualize Register/Unregister and use a wrapper instead. | 2019-02-27 | 3 | -12/+8 | ||
| | * | | | | | | | | | | | Corrections and redesign. | 2019-02-27 | 2 | -51/+51 | ||
| | * | | | | | | | | | | | Fix linux compile error. | 2019-02-27 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | Remove NotifyFrameBuffer as we are doing a texception pass every drawcall. | 2019-02-27 | 2 | -25/+0 | ||
| | * | | | | | | | | | | | Remove certain optimizations that caused texception to fail in certain scenar... | 2019-02-27 | 3 | -24/+1 | ||
| | * | | | | | | | | | | | Bug fixes and formatting | 2019-02-27 | 2 | -3/+4 | ||
| | * | | | | | | | | | | | rasterizer_cache_gl: Implement Texception Pass | 2019-02-27 | 3 | -0/+51 | ||
| | * | | | | | | | | | | | rasterizer_cache_gl: Implement Partial Reinterpretation of Surfaces. | 2019-02-27 | 2 | -0/+100 | ||
| | * | | | | | | | | | | | rasterizer_cache: mark reinterpreted surfaces and add ability to reload marke... | 2019-02-27 | 2 | -0/+78 | ||
| | * | | | | | | | | | | | rasterizer_cache_gl: Notify on framebuffer change | 2019-02-27 | 2 | -4/+23 | ||
| | * | | | | | | | | | | | rasterizer_cache: Expose FlushObject to Child classes and allow redefining of... | 2019-02-27 | 1 | -11/+11 | ||
| * | | | | | | | | | | | | Merge pull request #2172 from lioncash/reorder | 2019-02-27 | 2 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | vk_memory_manager: Reorder constructor initializer list in terms of member de... | 2019-02-27 | 1 | -1/+1 | ||
| | * | | | | | | | | | | | gl_rasterizer: Reorder constructor initializer list in terms of member declar... | 2019-02-27 | 1 | -2/+2 | ||
| * | | | | | | | | | | | | Merge pull request #2163 from ReinUsesLisp/bitset-dirty | 2019-02-27 | 4 | -52/+51 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | maxwell_3d: Use std::bitset to manage dirty flags | 2019-02-26 | 4 | -52/+51 | ||
| | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Speed up memory page mapping (#2141) | 2019-02-27 | 1 | -6/+11 | ||
| * | | | | | | | | | | | | audio_core/cubeb_sink: Ensure COM is initialized on Windows prior to calling ... | 2019-02-27 | 2 | -0/+19 | ||
| | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2169 from lioncash/naming | 2019-02-27 | 2 | -19/+21 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | audio_core/audio_renderer: Name previously unknown parameters of AudioRendere... | 2019-02-27 | 2 | -19/+21 | ||
| | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge pull request #2170 from lioncash/emu-window | 2019-02-27 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | core/frontend/emu_window: Make ClipToTouchScreen a const member function | 2019-02-27 | 2 | -2/+2 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2161 from lioncash/handle-table | 2019-02-27 | 6 | -19/+63 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | kernel/handle_table: Make local variables as const where applicable | 2019-02-25 | 1 | -4/+5 | ||
| | * | | | | | | | | | | kernel/handle_table: Allow process capabilities to limit the handle table size | 2019-02-25 | 6 | -10/+54 | ||
| | * | | | | | | | | | | kernel/handle-table: In-class initialize data members | 2019-02-25 | 2 | -3/+2 | ||
| | * | | | | | | | | | | kernel/handle_table: Resolve truncation warnings | 2019-02-25 | 1 | -2/+2 | ||
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||