| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | kernel/thread: Remove trivial usages of the global system accessor | 2020-02-12 | 1 | -2/+2 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #3376 from ReinUsesLisp/point-sprite | 2020-02-11 | 4 | -1/+9 | ||
| |\ \ \ \ | |/ / / |/| | | | ||||||
| | * | | | gl_rasterizer: Implement GL_POINT_SPRITE | 2020-02-04 | 4 | -1/+9 | ||
| * | | | | Merge pull request #3372 from ReinUsesLisp/fix-back-stencil | 2020-02-09 | 1 | -3/+3 | ||
| |\ \ \ \ | ||||||
| | * | | | | maxwell_3d: Fix stencil back mask | 2020-02-02 | 1 | -3/+3 | ||
| * | | | | | Merge pull request #3391 from Morph1984/remove-unknown | 2020-02-09 | 5 | -15/+1 | ||
| |\ \ \ \ \ | ||||||
| | * | | | | | Remove option "Show files with type 'Unknown'" | 2020-02-09 | 5 | -15/+1 | ||
| * | | | | | | Merge pull request #3388 from bunnei/service-shared-ptr | 2020-02-08 | 9 | -50/+52 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | hle: services: Use std::shared_ptr instead of copy by value. | 2020-02-07 | 9 | -50/+52 | ||
| * | | | | | | | Merge pull request #3387 from bunnei/gpu-mpscqueue | 2020-02-08 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | gpu_thread: Use MPSCQueue for GPU commands. | 2020-02-07 | 1 | -1/+1 | ||
| | |/ / / / / / | ||||||
| * / / / / / / | 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 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | 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 | ||
| | |/ / / / / |/| | | | | | ||||||
| * | | | | | | 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 | 2 | -6/+94 | ||
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | 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 | 2 | -7/+95 | ||
| * | | | | | | | Merge pull request #3337 from ReinUsesLisp/vulkan-staged | 2020-02-03 | 34 | -179/+1154 | ||
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | yuzu/bootmanager: Define Vulkan widget only when enabled | 2020-01-29 | 1 | -0/+2 | ||
| | * | | | | | | | 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 | ||
| * | | | | | | | | input_common/udp: Ensure that UDP is shut down within Shutdown() | 2020-02-03 | 1 | -0/+1 | ||