| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | maxwell_to_gl: Use GL_CLAMP to emulate Clamp wrap mode | 2019-05-30 | 3 | -7/+4 | ||
| | * | | | | | gl_rasterizer: Move alpha testing to the OpenGL pipeline | 2019-05-30 | 8 | -71/+33 | ||
| | * | | | | | gl_rasterizer: Use GL_QUADS to emulate quads rendering | 2019-05-30 | 6 | -132/+5 | ||
| | * | | | | | rasterizer_opengl: Remove OpenGL core profile | 2019-05-30 | 8 | -29/+3 | ||
| * | | | | | | cmake: Add missing shader hash file entries | 2019-06-06 | 1 | -0/+3 | ||
| * | | | | | | shader/node: Minor changes | 2019-06-06 | 1 | -50/+54 | ||
| * | | | | | | shader: Move Node declarations out of the shader IR header | 2019-06-06 | 4 | -493/+518 | ||
| * | | | | | | Merge pull request #2552 from ReinUsesLisp/shader-shared-ptr | 2019-06-06 | 35 | -248/+296 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | shader: Use shared_ptr to store nodes and move initialization to file | 2019-06-05 | 35 | -248/+296 | ||
| * | | | | | | | Merge pull request #2549 from lioncash/header | 2019-06-06 | 1 | -1/+0 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/process: Remove unused boost header include | 2019-06-05 | 1 | -1/+0 | ||
| * | | | | | | | | Merge pull request #2550 from lioncash/frontend | 2019-06-06 | 1 | -0/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu/CMakeLists: Disable implicit QString->QUrl conversions | 2019-06-05 | 1 | -0/+3 | ||
| | * | | | | | | | | yuzu/CMakeLists: Disable unsafe overloads of QProcess' start() function | 2019-06-05 | 1 | -0/+3 | ||
| | * | | | | | | | | yuzu/CMakeLists: Disable implicit type narrowing in connect() calls | 2019-06-05 | 1 | -0/+3 | ||
| * | | | | | | | | | Merge pull request #2551 from lioncash/dtor | 2019-06-06 | 1 | -9/+9 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | service/ns: Add missing override specifiers | 2019-06-05 | 1 | -9/+9 | ||
| * | | | | | | | | | Merge pull request #2520 from ReinUsesLisp/vulkan-refresh | 2019-06-05 | 4 | -88/+218 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vk_device: Let formats array type be deduced | 2019-05-26 | 1 | -33/+33 | ||
| | * | | | | | | | | | vk_shader_decompiler: Misc fixes | 2019-05-26 | 2 | -45/+67 | ||
| | * | | | | | | | | | vk_device: Enable features when available and misc changes | 2019-05-26 | 2 | -43/+151 | ||
| * | | | | | | | | | | Merge pull request #2540 from ReinUsesLisp/remove-guest-position | 2019-06-05 | 2 | -36/+21 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | gl_shader_decompiler: Remove guest "position" varying | 2019-06-03 | 2 | -36/+21 | ||
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2419 from DarkLordZach/srv-lr-iface | 2019-06-05 | 1 | -3/+77 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | ncm: Implement LR OpenAddOnContentLocationResolver (2) | 2019-05-26 | 1 | -24/+21 | ||
| | * | | | | | | | | | ncm: Implement LR OpenRegisteredLocationResolver (1) | 2019-05-26 | 1 | -0/+27 | ||
| | * | | | | | | | | | ncm: Implement LR OpenLocationResolver (0) | 2019-05-26 | 1 | -0/+50 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2521 from lioncash/naming | 2019-06-05 | 33 | -213/+234 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | yuzu/configuration: Make function naming consistent | 2019-06-05 | 33 | -213/+234 | ||
| * | | | | | | | | | | Merge pull request #2512 from ReinUsesLisp/comp-indexing | 2019-06-05 | 3 | -3/+80 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | gl_shader_decompiler: Use an if based cbuf indexing for broken drivers | 2019-05-24 | 1 | -3/+20 | ||
| | * | | | | | | | | | gl_device: Add test to detect broken component indexing | 2019-05-24 | 2 | -0/+60 | ||
| * | | | | | | | | | | Merge pull request #2526 from lioncash/global | 2019-06-05 | 9 | -75/+98 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | core/core: Remove unnecessary includes | 2019-05-29 | 3 | -13/+37 | ||
| | * | | | | | | | | | | yuzu_cmd/yuzu: Correct formatting specifier | 2019-05-28 | 1 | -1/+1 | ||
| | * | | | | | | | | | | core/loader: Remove LoadKernelSystemMode | 2019-05-28 | 5 | -29/+0 | ||
| | * | | | | | | | | | | core/telemetry_session: Remove unnecessary web service nulling out in destructor | 2019-05-28 | 1 | -2/+1 | ||
| | * | | | | | | | | | | core/telemetry_session: Remove usages of the global system accessor | 2019-05-28 | 3 | -30/+54 | ||
| | * | | | | | | | | | | core/telemetry_session: Explicitly delete copy and move constructors | 2019-05-28 | 1 | -1/+7 | ||
| | * | | | | | | | | | | core/telemetry_session: Remove unused include | 2019-05-28 | 1 | -1/+0 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2545 from lioncash/timing | 2019-06-05 | 7 | -78/+38 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | core/core_timing_util: Amend casing of cyclesTo* functions | 2019-06-04 | 3 | -6/+6 | ||
| | * | | | | | | | | | | core/core_timing_util: Use std::chrono types for specifying time units | 2019-06-04 | 7 | -36/+43 | ||
| | * | | | | | | | | | | core/core_timing_utils: Simplify overload set | 2019-06-04 | 2 | -49/+2 | ||
| | | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2541 from lioncash/input | 2019-06-05 | 3 | -78/+76 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Correct logging string in SDLState constructor | 2019-06-03 | 1 | -1/+1 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Move documentation comments to header where applic... | 2019-06-03 | 2 | -7/+6 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Amend names for axes for SDLAnalogPoller | 2019-06-03 | 1 | -13/+13 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Mark variables const where applicable | 2019-06-03 | 1 | -10/+11 | ||
| | * | | | | | | | | | input_common/sdl/sdl_impl: Mark SDLEventToButtonParamPackage() as static | 2019-06-03 | 1 | -1/+1 | ||