| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2143 from ReinUsesLisp/texview | 2019-03-10 | 3 | -32/+42 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | gl_rasterizer_cache: Create texture views for array discrepancies | 2019-02-27 | 3 | -32/+42 | ||
| * | | | | | | | | | | | | | | | Merge pull request #2220 from lioncash/cubeb | 2019-03-10 | 2 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | audio_core/cubeb_sink: Convert _MSC_VER ifdefs to _WIN32 | 2019-03-09 | 2 | -4/+4 | ||
| | | |_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2217 from ReinUsesLisp/rasterizer-logger | 2019-03-10 | 1 | -19/+13 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | gl_rasterizer: Minor logger changes | 2019-03-09 | 1 | -19/+13 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2219 from Hexagon12/log-settings | 2019-03-10 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | clang fix | 2019-03-09 | 1 | -1/+2 | ||
| | * | | | | | | | | | | | | | | Log 2 new setting values | 2019-03-09 | 1 | -0/+2 | ||
| | |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2218 from ReinUsesLisp/cmd-cast | 2019-03-10 | 1 | -5/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | yuzu_cmd/config: Replace C casts with static_cast | 2019-03-09 | 1 | -4/+5 | ||
| | * | | | | | | | | | | | | | yuzu_cmd/config: Silent implicit cast warning | 2019-03-09 | 1 | -1/+1 | ||
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2210 from lioncash/optional | 2019-03-08 | 7 | -58/+56 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | kernel/hle_ipc: Convert std::shared_ptr IPC header instances to std::optional | 2019-03-07 | 4 | -47/+47 | ||
| | * | | | | | | | | | | | | | travis: Bump macOS version to 10.14 | 2019-03-07 | 2 | -2/+2 | ||
| | * | | | | | | | | | | | | | common/bit_field: Make BitField trivially copyable | 2019-03-07 | 1 | -9/+7 | ||
| | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2209 from lioncash/reorder | 2019-03-08 | 1 | -5/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | video_core/gpu_thread: Remove unimplemented WaitForIdle function prototype | 2019-03-07 | 1 | -3/+0 | ||
| | * | | | | | | | | | | | | | video_core/gpu_thread: Amend constructor initializer list order | 2019-03-07 | 1 | -2/+2 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2208 from lioncash/gpu | 2019-03-08 | 3 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | video_core/gpu: Make GPU's destructor virtual | 2019-03-07 | 3 | -3/+3 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2191 from ReinUsesLisp/maxwell-to-vk | 2019-03-08 | 4 | -3/+553 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | maxwell_to_vk: Initial implementation | 2019-03-04 | 4 | -3/+553 | ||
| * | | | | | | | | | | | | | | Merge pull request #2212 from ReinUsesLisp/dma-push-fix | 2019-03-08 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | dma_pusher: Store command_list_header by copy | 2019-03-08 | 1 | -1/+1 | ||
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | Merge pull request #2195 from lioncash/shared-global | 2019-03-07 | 1 | -3/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / / / / / |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | kernel/shared_memory: Get rid of the use of global accessor functions within ... | 2019-03-04 | 1 | -3/+2 | ||
| | | |_|_|/ / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2196 from DarkLordZach/web-applet-esc | 2019-03-07 | 2 | -0/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | web_browser: Add shortcut to Enter key to exit applet | 2019-03-04 | 2 | -0/+7 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2202 from lioncash/port-priv | 2019-03-07 | 6 | -36/+78 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | kernel/server_session: Make data members private | 2019-03-05 | 5 | -32/+73 | ||
| | * | | | | | | | | | | | | | kernel/client_session: Make data members private | 2019-03-05 | 1 | -4/+5 | ||
| * | | | | | | | | | | | | | | Merge pull request #2205 from FearlessTobi/docked-undocked-hotkey | 2019-03-07 | 1 | -0/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | 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 | ||
| | | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | | ||||||