| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | video_core: memory_manager: Use GPU interface for cache functions. | 2020-02-07 | 3 | -14/+9 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3378 from ReinUsesLisp/uscaled | 2020-02-07 | 1 | -8/+12 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | maxwell_to_gl: Implement R8G8_USCALED | 2020-02-04 | 1 | -0/+8 | ||
| | * | | | | | | maxwell_to_gl: Reduce unimplemented formats to LOG_ERROR | 2020-02-04 | 1 | -8/+4 | ||
| | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | | Merge pull request #3369 from ReinUsesLisp/shf | 2020-02-07 | 2 | -11/+122 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | shader/shift: Implement SHIFT_RIGHT_{IMM,R} | 2020-02-01 | 1 | -26/+58 | ||
| | * | | | | | | shader/shift: Implement SHF_LEFT_{IMM,R} | 2020-02-01 | 2 | -10/+89 | ||
| * | | | | | | | Merge pull request #3381 from bunnei/ipc-fix | 2020-02-07 | 2 | -23/+57 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. | 2020-02-05 | 1 | -15/+15 | ||
| | * | | | | | | | hle_ipc: Add error checking to read/write buffer access. | 2020-02-05 | 1 | -8/+42 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3362 from ReinUsesLisp/fix-instanced | 2020-02-06 | 2 | -106/+28 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gl_rasterizer: Fix instanced draw arrays | 2020-01-30 | 2 | -106/+28 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #3366 from bunnei/swkbd-fixes | 2020-02-05 | 14 | -102/+208 | ||
| |\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| | * | | | | | | kernel: transfer_memory: Properly reserve and reset memory region. | 2020-02-05 | 5 | -40/+116 | ||
| | * | | | | | | wait_object: Make wait behavior only require one object to signal. | 2020-02-05 | 1 | -11/+2 | ||
| | * | | | | | | am: Correct IPC object count mismatch. | 2020-02-05 | 1 | -6/+4 | ||
| | * | | | | | | services: am: Clear events on PopOutData and PopInteractiveOutData. | 2020-02-05 | 1 | -0/+2 | ||
| | * | | | | | | am: Refactor IStorage interface. | 2020-02-05 | 7 | -43/+81 | ||
| | * | | | | | | applets: software_keyboard: Signal state change on end of interactive session. | 2020-02-05 | 1 | -0/+1 | ||
| | * | | | | | | applets: software_keyboard: Minor cleanup. | 2020-02-05 | 1 | -2/+2 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3377 from ReinUsesLisp/bitset-vk | 2020-02-04 | 1 | -4/+5 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | vk_rasterizer: Use noexcept variants of std::bitset | 2020-02-04 | 1 | -4/+5 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #3357 from ReinUsesLisp/bfi-rc | 2020-02-04 | 2 | -2/+7 | ||
| |\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | ||||||
| | * | | | | | shader/bfi: Implement register-constant buffer variant | 2020-01-27 | 2 | -2/+7 | ||
| * | | | | | | Merge pull request #3356 from ReinUsesLisp/fcmp | 2020-02-04 | 2 | -1/+17 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | shader/arithmetic: Implement FCMP | 2020-01-27 | 2 | -1/+17 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #3360 from CJBok/statusbar-buttons | 2020-02-03 | 7 | -21/+171 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | clang | 2020-01-29 | 1 | -2/+2 | ||
| | * | | | | | | minor corrections | 2020-01-29 | 1 | -2/+2 | ||
| | * | | | | | | GUI: Togglable graphics settings buttons in status bar | 2020-01-28 | 7 | -22/+172 | ||
| * | | | | | | | Merge pull request #3337 from ReinUsesLisp/vulkan-staged | 2020-02-03 | 36 | -181/+1156 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | ci: Disable Vulkan for Windows MinGW builds | 2020-01-29 | 1 | -1/+1 | ||
| | * | | | | | | | yuzu/bootmanager: Define Vulkan widget only when enabled | 2020-01-29 | 1 | -0/+2 | ||
| | * | | | | | | | ci: Disable Vulkan for Linux builds | 2020-01-29 | 1 | -1/+1 | ||
| | * | | | | | | | yuzu_cmd: Fix memcpy on Vulkan handlers | 2020-01-29 | 2 | -9/+10 | ||
| | * | | | | | | | yuzu: Implement Vulkan frontend | 2020-01-29 | 24 | -171/+1089 | ||
| | * | | | | | | | web_service/telemetry_json: Report USER_CONFIG | 2020-01-29 | 1 | -0/+1 | ||
| | * | | | | | | | settings: Add settings for graphics backend | 2020-01-29 | 6 | -3/+48 | ||
| | * | | | | | | | core: Only wait for idle on gpu_core when it was initialized | 2020-01-29 | 1 | -1/+3 | ||
| | * | | | | | | | shader/other: Fix skips for SYNC and BRK | 2020-01-29 | 1 | -2/+2 | ||
| | * | | | | | | | shader/other: Stub S2R LaneId | 2020-01-29 | 1 | -1/+4 | ||
| | * | | | | | | | buffer_cache: Delay buffer destructions | 2020-01-29 | 1 | -1/+4 | ||
| * | | | | | | | | Merge pull request #3374 from lioncash/udp | 2020-02-03 | 6 | -18/+16 | ||
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | input_common/udp: Ensure that UDP is shut down within Shutdown() | 2020-02-03 | 1 | -0/+1 | ||
| | * | | | | | | | | input_common/udp: Add missing override specifiers | 2020-02-03 | 1 | -2/+2 | ||
| | * | | | | | | | | input_common/udp: std::move SocketCallback instances where applicable | 2020-02-03 | 1 | -2/+2 | ||
| | * | | | | | | | | input_common/udp: std::move shared_ptr within Client constructor | 2020-02-03 | 1 | -1/+1 | ||
| | * | | | | | | | | udp/client: Replace deprecated from_string() call with make_address_v4() | 2020-02-03 | 1 | -2/+2 | ||
| | * | | | | | | | | input_common/udp: Silence -Wreorder warning for Socket | 2020-02-03 | 1 | -4/+3 | ||
| | * | | | | | | | | input_common/udp: Remove unnecessary inclusions | 2020-02-03 | 4 | -8/+4 | ||