| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | Merge pull request #2413 from FernandoS27/opt-gpu | 2019-05-13 | 7 | -33/+54 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | Rasterizer Cache: Use a temporal storage for Surfaces loading/flushing. | 2019-04-21 | 4 | -18/+30 | ||
| | * | | | | | | RasterizerCache Redesign: Flush | 2019-04-19 | 6 | -17/+26 | ||
| * | | | | | | | Merge pull request #2437 from lioncash/audctl | 2019-05-09 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | service/audctl: Update documentation comments to be relative to 8.0.0 | 2019-04-27 | 1 | -2/+2 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2454 from lioncash/cflag | 2019-05-09 | 1 | -9/+21 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | src/CMakeLists: Add /Zc:externConstexpr to the MSVC build flags | 2019-05-07 | 1 | -8/+10 | ||
| | * | | | | | | | src/CMakeLists: Vertically order compilation flags | 2019-05-07 | 1 | -9/+19 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2442 from FernandoS27/astc-fix | 2019-05-09 | 1 | -1/+3 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | Fix Layered ASTC Textures | 2019-04-30 | 1 | -1/+3 | ||
| * | | | | | | | | Merge pull request #2443 from ReinUsesLisp/skip-repeated-variants | 2019-05-09 | 1 | -1/+4 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | gl_shader_disk_cache: Skip stored shader variants instead of asserting | 2019-05-01 | 1 | -1/+4 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2445 from FearlessTobi/port-4749 | 2019-05-09 | 2 | -9/+9 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core/telemetry_session: Only create the backend when we really need it | 2019-05-04 | 2 | -9/+9 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2458 from lioncash/hotkey | 2019-05-09 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu/hotkeys: Remove unnecessary constructor | 2019-05-09 | 1 | -2/+0 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2456 from lioncash/qualifier | 2019-05-09 | 1 | -3/+3 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | yuzu/compatdb: Remove unnecessary qualifiers | 2019-05-09 | 1 | -3/+3 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2459 from lioncash/what | 2019-05-09 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | configure_dialog: Remove the Whats This? button from the dialog | 2019-05-09 | 1 | -0/+4 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2453 from lioncash/enum | 2019-05-09 | 1 | -9/+0 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core/memory: Remove unused FlushMode enum | 2019-05-07 | 1 | -9/+0 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | Merge pull request #2429 from FernandoS27/compute | 2019-05-09 | 13 | -142/+483 | ||
| |\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| | * | | | | | | | Refactors and name corrections. | 2019-05-01 | 6 | -35/+35 | ||
| | * | | | | | | | Fixes and Corrections to DMA Engine | 2019-04-23 | 2 | -37/+57 | ||
| | * | | | | | | | Add Swizzle Parameters to the DMA engine | 2019-04-23 | 2 | -2/+27 | ||
| | * | | | | | | | Add Documentation Headers to all the GPU Engines | 2019-04-23 | 5 | -0/+29 | ||
| | * | | | | | | | Corrections and styling | 2019-04-23 | 5 | -6/+9 | ||
| | * | | | | | | | Implement Maxwell3D Data Upload | 2019-04-22 | 2 | -3/+32 | ||
| | * | | | | | | | Introduce skeleton of the GPU Compute Engine. | 2019-04-22 | 3 | -8/+202 | ||
| | * | | | | | | | Revamp Kepler Memory to use a subegine to manage uploads | 2019-04-22 | 6 | -93/+134 | ||
| * | | | | | | | | Merge pull request #2447 from lioncash/dtor | 2019-05-07 | 2 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | core/frontend/emu_window: Make GraphicsContext's destructor virtual | 2019-05-04 | 2 | -0/+4 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2448 from lioncash/pragma | 2019-05-07 | 1 | -2/+0 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | common/zstd_compression: Remove #pragma once directive from source file | 2019-05-04 | 1 | -2/+0 | ||
| | |/ / / / / / / | ||||||
| * | | | | | | | | shader/decode/texture: Remove unused variable | 2019-05-04 | 1 | -1/+0 | ||
| * | | | | | | | | gl_rasterizer: Silence unused variable warning | 2019-05-04 | 1 | -2/+2 | ||
| |/ / / / / / / | ||||||
| * | / / / / / | loader/nso: Remove left-in debug pragma | 2019-04-30 | 1 | -2/+0 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | Merge pull request #2100 from FreddyFunk/disk-cache-precompiled-file | 2019-04-30 | 3 | -133/+170 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | Re added new lines at the end of files | 2019-04-23 | 2 | -2/+2 | ||
| | * | | | | | | gl_shader_disk_cache: Compress precompiled shader cache file with Zstandard | 2019-04-23 | 1 | -6/+10 | ||
| | * | | | | | | gl_shader_disk_cache: Use VectorVfsFile for the virtual precompiled shader ca... | 2019-04-23 | 3 | -101/+168 | ||
| | * | | | | | | gl_shader_disk_cache: Remove per shader compression | 2019-04-23 | 2 | -45/+11 | ||
| * | | | | | | | Merge pull request #2435 from ReinUsesLisp/misc-vc | 2019-04-28 | 2 | -3/+4 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | shader_ir: Move Sampler index entry in operand< to sort declarations | 2019-04-26 | 1 | -2/+2 | ||
| | * | | | | | | | shader_ir: Add missing entry to Sampler operand< comparison | 2019-04-26 | 1 | -2/+3 | ||
| | * | | | | | | | shader_ir/texture: Fix sampler const buffer key shift | 2019-04-26 | 1 | -1/+1 | ||
| | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #2412 from lioncash/system | 2019-04-28 | 3 | -7/+11 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | kernel/vm_manager: Remove usages of global system accessors | 2019-04-16 | 3 | -7/+11 | ||
| * | | | | | | | | Merge pull request #2322 from ReinUsesLisp/wswitch | 2019-04-28 | 10 | -77/+106 | ||
| |\ \ \ \ \ \ \ \ | ||||||