| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | file_sys/card_image: Deduplicate casts within AddNCAFromPartition() | 2019-06-10 | 1 | -3/+6 | ||
| | * | | | | | | | | file_sys/card_image: Make bracing consistent | 2019-06-10 | 1 | -4/+8 | ||
| | * | | | | | | | | file_sys/card_image: Assign collapsed NCA contents directly to ncas member | 2019-06-10 | 1 | -3/+1 | ||
| | * | | | | | | | | file_sys/card_image: Deduplicate type cast | 2019-06-10 | 1 | -4/+6 | ||
| | * | | | | | | | | file_sys/card_image: Get rid of a magic number | 2019-06-10 | 1 | -1/+1 | ||
| | * | | | | | | | | file_sys/card_image: Use std::array deduction guides | 2019-06-10 | 1 | -1/+6 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2578 from lioncash/cnmt | 2019-06-11 | 1 | -2/+7 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | file_sys/nca_metadata: Update CNMT structures | 2019-06-10 | 1 | -2/+7 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2572 from FernandoS27/gpu-mem | 2019-06-11 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | GPUVM: Correct GPU VM virtual address space | 2019-06-09 | 1 | -2/+2 | ||
| * | | | | | | | | Merge pull request #2571 from lioncash/ref | 2019-06-09 | 2 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/process: Make Create()'s name parameter be taken by value | 2019-06-09 | 2 | -2/+2 | ||
| | | |_|_|_|/ / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2570 from lioncash/svc | 2019-06-09 | 5 | -9/+48 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| | * | | | | | | | kernel/svc: Implement TotalMemoryUsedWithoutMmHeap/TotalMemoryAvailableWithou... | 2019-06-09 | 3 | -2/+42 | ||
| | * | | | | | | | kernel/svc: Amend naming for TotalMemoryUsage in svcGetInfo() | 2019-06-09 | 3 | -6/+6 | ||
| | * | | | | | | | kernel/svc: Remove duplicate enum entry in svcGetInfo() | 2019-06-09 | 1 | -2/+1 | ||
| |/ / / / / / / | ||||||
| * | | | | | | | Merge pull request #2564 from ReinUsesLisp/block-dim-x-fix | 2019-06-08 | 1 | -3/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kepler_compute: Use std::array for cbuf info | 2019-06-07 | 1 | -2/+3 | ||
| | * | | | | | | | kepler_compute: Fix block_dim_x encoding | 2019-06-07 | 1 | -1/+1 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2567 from FearlessTobi/patch-1 | 2019-06-08 | 1 | -0/+3 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | .github: Create FUNDING.yml | 2019-06-08 | 1 | -0/+3 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2553 from lioncash/language | 2019-06-07 | 31 | -58/+326 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | yuzu/configuration: Make all widgets and dialogs aware of language changes | 2019-06-05 | 31 | -58/+326 | ||
| * | | | | | | | Merge pull request #2293 from DarkLordZach/system-constants | 2019-06-07 | 5 | -28/+43 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | constants: Extract backup JPEG used by account services | 2019-06-07 | 5 | -28/+43 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #2514 from ReinUsesLisp/opengl-compat | 2019-06-07 | 24 | -252/+45 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| | * | | | | | gl_buffer_cache: Remove unused ReserveMemory method | 2019-05-30 | 2 | -13/+0 | ||
| | * | | | | | 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 | ||
| * | | | | | | Merge pull request #2558 from ReinUsesLisp/shader-nodes | 2019-06-06 | 6 | -493/+528 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | cmake: Add missing shader hash file entries | 2019-06-06 | 2 | -0/+6 | ||
| | * | | | | | | 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 | 5 | -88/+218 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | vk_device: Let formats array type be deduced | 2019-05-26 | 1 | -33/+33 | ||
| | * | | | | | | | | | vk_shader_decompiler: Misc fixes | 2019-05-26 | 3 | -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 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||