| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | shader/shader_ir: Simplify constructors for OperationNode | 2019-05-19 | 1 | -15/+6 | ||
| | * | | | | | | | | shader/shader_ir: Remove unnecessary template parameter packs from Operation(... | 2019-05-19 | 1 | -2/+0 | ||
| | * | | | | | | | | shader/shader_ir: Mark tracking functions as const member functions | 2019-05-19 | 2 | -8/+11 | ||
| | * | | | | | | | | shader/shader_ir: Place implementations of constructor and destructor in cpp ... | 2019-05-19 | 2 | -5/+9 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2495 from lioncash/cache | 2019-05-19 | 2 | -34/+48 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | gl_shader_disk_cache: in-class initialize virtual file offset of ShaderDiskCa... | 2019-05-19 | 2 | -5/+3 | ||
| | * | | | | | | | | gl_shader_disk_cache: Default ShaderDiskCacheOpenGL's destructor in the cpp file | 2019-05-19 | 2 | -0/+3 | ||
| | * | | | | | | | | gl_shader_disk_cache: Make hash specializations noexcept | 2019-05-19 | 1 | -2/+2 | ||
| | * | | | | | | | | gl_shader_disk_cache: Remove redundant code string construction in LoadDecomp... | 2019-05-19 | 1 | -2/+2 | ||
| | * | | | | | | | | gl_shader_disk_cache: Make variable non-const in decompiled entry case | 2019-05-19 | 1 | -1/+1 | ||
| | * | | | | | | | | gl_shader_disk_cache: Special-case boolean handling | 2019-05-19 | 2 | -24/+37 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2439 from lioncash/audren | 2019-05-19 | 2 | -51/+299 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/audren_u: Handle variadic command buffers in GetWorkBufferSize() | 2019-04-30 | 2 | -17/+93 | ||
| | * | | | | | | | | service/audren_u: Handle version 2 of performance frame info in GetWorkBuffer... | 2019-04-30 | 2 | -6/+13 | ||
| | * | | | | | | | | service/audren_u: Clean up work buffer calculations | 2019-04-30 | 1 | -49/+214 | ||
| | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2467 from lioncash/move | 2019-05-19 | 1 | -6/+0 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| | * | | | | | | | video_core/gpu_thread: Remove redundant copy constructor for CommandDataConta... | 2019-05-14 | 1 | -6/+0 | ||
| * | | | | | | | | Merge pull request #2463 from lioncash/set | 2019-05-19 | 1 | -34/+22 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | service/set: Correct and simplify behavior related to copying language codes | 2019-05-09 | 1 | -34/+22 | ||
| * | | | | | | | | | Merge pull request #2466 from yuzu-emu/mme-exit-delay-slot | 2019-05-19 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | GPU/MMEInterpreter: Ignore the 'exit' flag when it's executed inside a delay ... | 2019-05-12 | 1 | -3/+3 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2468 from lioncash/deduction | 2019-05-19 | 3 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | yuzu: Remove explicit types from locks where applicable | 2019-05-14 | 3 | -3/+3 | ||
| | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #2472 from FernandoS27/tic | 2019-05-19 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | maxwell_3d: reduce sevirity of different component formats assert. | 2019-05-14 | 1 | -1/+1 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2469 from lioncash/copyable | 2019-05-19 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | video_core/engines/maxwell_3d: Add is_trivially_copyable_v check for Regs | 2019-05-14 | 1 | -0/+2 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2470 from lioncash/ranged-for | 2019-05-19 | 1 | -18/+18 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | video_core/engines/maxwell3d: Get rid of three magic values in CallMethod() | 2019-05-14 | 1 | -3/+3 | ||
| | * | | | | | | | | | video_core/engines/maxwell_3d: Simplify for loops into ranged for loops withi... | 2019-05-14 | 1 | -15/+15 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2487 from lioncash/service-return | 2019-05-19 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | service/am: Add missing return in error case for IStorageAccessor's Read()/Wr... | 2019-05-18 | 1 | -0/+2 | ||
| | |/ / / / / / / / | ||||||
| * | | | | | | | | | Merge pull request #2480 from ReinUsesLisp/fix-quads | 2019-05-19 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | gl_rasterizer: Pass the right number of array quad vertices count | 2019-05-17 | 1 | -2/+2 | ||
| * | | | | | | | | | | Merge pull request #2483 from ReinUsesLisp/fix-point-size | 2019-05-19 | 1 | -1/+3 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | gl_rasterizer: Limit OpenGL point size to a minimum of 1 | 2019-05-18 | 1 | -1/+3 | ||
| | |/ / / / / / / / / | ||||||
| * | | | | | | | | | | 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 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||