| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | Merge pull request #2235 from ReinUsesLisp/spirv-decompiler | 2019-04-11 | 3 | -1/+1465 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | vk_shader_decompiler: Implement flow primitives | 2019-04-10 | 1 | -5/+82 | ||
| | * | | | | | | | | vk_shader_decompiler: Implement most common texture primitives | 2019-04-10 | 1 | -8/+65 | ||
| | * | | | | | | | | vk_shader_decompiler: Implement texture decompilation helper functions | 2019-04-10 | 1 | -0/+32 | ||
| | * | | | | | | | | vk_shader_decompiler: Implement Assign and LogicalAssign | 2019-04-10 | 1 | -2/+64 | ||
| | * | | | | | | | | vk_shader_decompiler: Implement non-OperationCode visits | 2019-04-10 | 1 | -7/+129 | ||
| | * | | | | | | | | vk_shader_decompiler: Implement OperationCode decompilation interface | 2019-04-10 | 1 | -1/+411 | ||
| | * | | | | | | | | vk_shader_decompiler: Implement Visit | 2019-04-10 | 1 | -1/+50 | ||
| | * | | | | | | | | vk_shader_decompiler: Implement labels tree and flow | 2019-04-10 | 1 | -0/+71 | ||
| | * | | | | | | | | vk_shader_decompiler: Implement declarations | 2019-04-10 | 1 | -3/+457 | ||
| | * | | | | | | | | vk_shader_decompiler: Declare and stub interface for a SPIR-V decompiler | 2019-04-10 | 3 | -0/+127 | ||
| | * | | | | | | | | video_core: Add sirit as optional dependency with Vulkan | 2019-04-10 | 1 | -1/+4 | ||
| | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2360 from lioncash/svc-global | 2019-04-11 | 8 | -364/+413 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel/svc: Deglobalize the supervisor call handlers | 2019-04-07 | 8 | -364/+413 | ||
| | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | | Merge pull request #2388 from lioncash/constexpr | 2019-04-11 | 10 | -10/+10 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | kernel: Make handle type declarations constexpr | 2019-04-11 | 10 | -10/+10 | ||
| | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | | gl_rasterizer_cache: Relax restrictions on FastCopySurface and FastLayeredCop... | 2019-04-11 | 1 | -4/+10 | ||
| * | | | | | | | | Merge pull request #2278 from ReinUsesLisp/vc-texture-cache | 2019-04-10 | 3 | -0/+974 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | video_core: Implement API agnostic view based texture cache | 2019-03-22 | 3 | -0/+974 | ||
| * | | | | | | | | | Merge pull request #2372 from FernandoS27/fermi-fix | 2019-04-10 | 1 | -0/+4 | ||
| |\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| | * | | | | | | | | Correct Fermi Copy on Linear Textures. | 2019-04-09 | 1 | -0/+4 | ||
| * | | | | | | | | | Merge pull request #2345 from ReinUsesLisp/multibind | 2019-04-10 | 4 | -30/+69 | ||
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | renderer_opengl/utils: Skip empty binds | 2019-04-05 | 1 | -0/+3 | ||
| | * | | | | | | | | | gl_rasterizer: Use ARB_multi_bind to update SSBOs | 2019-04-05 | 2 | -9/+9 | ||
| | * | | | | | | | | | gl_rasterizer: Use ARB_multi_bind to update UBOs across stages | 2019-04-05 | 4 | -22/+58 | ||
| * | | | | | | | | | | Merge pull request #2377 from lioncash/todo | 2019-04-10 | 1 | -7/+2 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | kernel/server_session: Remove obsolete TODOs | 2019-04-09 | 1 | -7/+2 | ||
| | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2375 from FernandoS27/fix-ldc | 2019-04-09 | 1 | -2/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | Remove bounding in LD_C | 2019-04-09 | 1 | -2/+1 | ||
| | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Merge pull request #2353 from lioncash/surface | 2019-04-09 | 5 | -622/+0 | ||
| |\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | | | ||||||
| | * | | | | | | | | | yuzu/debugger: Remove graphics surface viewer | 2019-04-05 | 5 | -622/+0 | ||
| * | | | | | | | | | | Merge pull request #2354 from lioncash/header | 2019-04-09 | 8 | -3/+10 | ||
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | video_core/textures/convert: Replace include with a forward declaration | 2019-04-06 | 2 | -1/+5 | ||
| | * | | | | | | | | | | video_core/texures/texture: Remove unnecessary includes | 2019-04-06 | 6 | -2/+5 | ||
| * | | | | | | | | | | | Merge pull request #1957 from DarkLordZach/title-provider | 2019-04-09 | 22 | -276/+461 | ||
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | patch_manager: Dump NSO name with build ID | 2019-03-27 | 4 | -9/+11 | ||
| | * | | | | | | | | | | | game_list: Register content with ContentProvider | 2019-03-26 | 8 | -91/+102 | ||
| | * | | | | | | | | | | | core: Port current uses of RegisteredCache to ContentProvider | 2019-03-26 | 8 | -27/+32 | ||
| | * | | | | | | | | | | | core: Store system-wide ContentProvider for the emulator | 2019-03-26 | 2 | -0/+40 | ||
| | * | | | | | | | | | | | file_sys: Create ContentProvider interface and default implementations | 2019-03-26 | 2 | -152/+279 | ||
| * | | | | | | | | | | | | Merge pull request #2366 from FernandoS27/xmad-fix | 2019-04-09 | 2 | -9/+33 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Correct XMAD mode, psl and high_b on different encodings. | 2019-04-08 | 2 | -9/+33 | ||
| | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge pull request #2132 from FearlessTobi/port-4437 | 2019-04-09 | 23 | -208/+426 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | yuzu: Make hotkeys configurable via the GUI | 2019-03-16 | 23 | -208/+426 | ||
| * | | | | | | | | | | | | | Merge pull request #2370 from lioncash/qt-warn | 2019-04-09 | 1 | -1/+6 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | yuzu/loading_screen: Resolve runtime Qt string formatting warnings | 2019-04-09 | 1 | -1/+6 | ||
| | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | Merge pull request #2369 from FernandoS27/mip-align | 2019-04-09 | 2 | -4/+12 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | gl_backend: Align Pixel Storage | 2019-04-08 | 2 | -4/+12 | ||
| | |/ / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge pull request #2368 from FernandoS27/fix-lop | 2019-04-09 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | Correct LOP_IMN encoding | 2019-04-08 | 1 | -1/+1 | ||
| | |/ / / / / / / / / / / | ||||||