| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | Merge pull request #2471 from lioncash/engine-upload | 2019-05-19 | 2 | -6/+8 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | video_core/engines/engine_upload: Amend constructor initializer list order | 2019-05-14 | 1 | -1/+1 | ||
| | * | | | | | | | | | | video_core/engines/engine_upload: Default destructor in the cpp file | 2019-05-14 | 2 | -1/+3 | ||
| | * | | | | | | | | | | video_core/engines/engine_upload: Remove unnecessary const on parameters in f... | 2019-05-14 | 1 | -2/+2 | ||
| | * | | | | | | | | | | video_core/engines/engine_upload: Remove unnecessary includes | 2019-05-14 | 2 | -2/+2 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2484 from ReinUsesLisp/triangle-fan | 2019-05-19 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | maxwell_to_gl: Add TriangleFan primitive topology | 2019-05-17 | 1 | -0/+2 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2490 from lioncash/float | 2019-05-19 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | ipc_helpers: Amend floating-point type in Pop<double> specialization | 2019-05-18 | 1 | -1/+1 | ||
| | | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2492 from lioncash/debugger | 2019-05-19 | 3 | -17/+20 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | yuzu/debugger/graphics/graphics_breakpoints: Specify string conversions expli... | 2019-05-19 | 1 | -1/+1 | ||
| | * | | | | | | | | | | yuzu/debugger/profiler: Specify string conversions explicitly | 2019-05-19 | 1 | -2/+2 | ||
| | * | | | | | | | | | | yuzu/debugger/wait_tree: Specify string conversions explicitly | 2019-05-19 | 1 | -14/+17 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2486 from lioncash/resetname | 2019-05-19 | 19 | -35/+36 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | core/kernel/object: Rename ResetType enum members | 2019-05-18 | 19 | -35/+36 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2488 from lioncash/static-fn | 2019-05-19 | 1 | -4/+4 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | kernel/svc: Mark GetThreadList() and UnmapProcessCodeMemory() as internally l... | 2019-05-18 | 1 | -4/+4 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2493 from lioncash/translate | 2019-05-19 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | yuzu/applets/profile_select: Mark header string as translatable | 2019-05-19 | 1 | -2/+2 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2496 from lioncash/move-con | 2019-05-19 | 1 | -7/+7 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | gl_shader_gen: std::move objects where applicable | 2019-05-19 | 1 | -7/+7 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | Merge pull request #2476 from ReinUsesLisp/fix-compat | 2019-05-19 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | yuzu/bootmanager: Explicitly enable deprecated OpenGL features on compat | 2019-05-17 | 1 | -0/+1 | ||
| | | |/ / / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | yuzu/util: Remove unused spinbox.cpp/.h | 2019-05-19 | 3 | -366/+0 | ||
| | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2457 from lioncash/about | 2019-05-17 | 3 | -11/+23 | ||
| |\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | yuzu/main: Move window title updating logic to its own function | 2019-05-09 | 2 | -7/+19 | ||
| | * | | | | | | | | yuzu/about_dialog: Specify string conversions explicitly | 2019-05-09 | 1 | -4/+4 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2477 from ReinUsesLisp/fix-sdl2 | 2019-05-17 | 1 | -0/+1 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu_cmd: Make OpenGL's context current | 2019-05-17 | 1 | -0/+1 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2478 from ReinUsesLisp/sdl2-compat | 2019-05-17 | 1 | -1/+5 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu_cmd: Use OpenGL compat when asked in the settings | 2019-05-17 | 1 | -1/+5 | ||
| | |/ / / / / / / | ||||||
| * / / / / / / / | qt/configure_graphics: Shadow options at runtime | 2019-05-17 | 1 | -2/+6 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2462 from lioncash/video-mm | 2019-05-14 | 2 | -17/+20 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | video_core/memory_manager: Mark IsBlockContinuous() as a const member function | 2019-05-09 | 2 | -4/+4 | ||
| | * | | | | | | | video_core/memory_manager: Mark the constructor as explicit | 2019-05-09 | 1 | -1/+1 | ||
| | * | | | | | | | video_core/memory_manager: Default the destructor within the cpp file | 2019-05-09 | 2 | -0/+3 | ||
| | * | | | | | | | video_core/memory_manager: Amend doxygen comments | 2019-05-09 | 1 | -7/+7 | ||
| | * | | | | | | | video_core/memory_manager: Remove superfluous const from function declarations | 2019-05-09 | 1 | -7/+7 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2461 from lioncash/unused-var | 2019-05-14 | 7 | -22/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | video_core/renderer_opengl/gl_shader_cache: Correct member initialization order | 2019-05-09 | 1 | -1/+1 | ||
| | * | | | | | | | video_core/shader/decode/texture: Remove unused variable from GetTld4Code() | 2019-05-09 | 1 | -1/+0 | ||
| | * | | | | | | | renderer_vulkan/vk_shader_decompiler: Remove unused variable from DeclareInte... | 2019-05-09 | 1 | -1/+0 | ||
| | * | | | | | | | video_core/renderer_opengl/gl_shader_decompiler: Remove unused Composite() fu... | 2019-05-09 | 1 | -11/+0 | ||
| | * | | | | | | | video_core/renderer_opengl/gl_rasterizer_cache: Remove unused variable in Upl... | 2019-05-09 | 1 | -1/+0 | ||
| | * | | | | | | | video_core/gpu_thread: Remove unused local variable | 2019-05-09 | 1 | -1/+1 | ||
| | * | | | | | | | video_core/textures/astc: Remove unused variables | 2019-05-09 | 1 | -6/+2 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2460 from lioncash/volatile | 2019-05-14 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | CMakeLists: Specify /volatile:iso for MSVC | 2019-05-09 | 1 | -0/+2 | ||
| | |/ / / / / / | ||||||
| * | | | | | | | Merge pull request #2450 from lioncash/warn-level | 2019-05-14 | 1 | -1/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | CMakeLists: Explicitly specify -Wall for the non-MSVC case | 2019-05-04 | 1 | -1/+4 | ||
| | | |/ / / / / | |/| | | | | | ||||||