| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | renderer_vulkan: barrier attachment feedback loops | 2023-05-22 | 6 | -1/+51 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #10411 from scorpion81/gc-steamdeck-fix-attempt | 2023-05-23 | 1 | -1/+1 | ||
| |\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Limit device access memory for integrated devices to 4 GB | |||||
| | * | | | | | Limit the device access memory to 4 GB | 2023-05-22 | 1 | -1/+1 | ||
| | |/ / / / | | | | | | | | | | | | | | | | | | | | | Hardly limiting the device access memory to 4 GB for integrated vulkan devices here. This works for the Steam Deck in order not to go above 4 GB VRAM usage any more (above this value the likelihood to crash when the RAM exceeds 12 GB as well raises). But there will be perhaps a detection mechanism necessary for detecting the real memory limit for integrated vulkan devices. Those likely might have small limits anyway, but what about integrated GPUs on machines with > 16 GB RAM, aka larger amounts ? | |||||
| * / / / / | input_common: Map motion with relative values not absolute ones | 2023-05-19 | 1 | -4/+7 | ||
| |/ / / / | ||||||
| * | | | | Merge pull request #10344 from german77/pro-amiibo | 2023-05-18 | 6 | -103/+70 | ||
| |\ \ \ \ | | | | | | | | | | | input_common: Fix pro controller amiibo support | |||||
| | * | | | | input_common: Fix pro controller amiibo support | 2023-05-16 | 6 | -103/+70 | ||
| | | | | | | ||||||
| * | | | | | renderer_vulkan: remove wrong constexpr | 2023-05-18 | 1 | -2/+2 | ||
| | |/ / / |/| | | | ||||||
| * | | | | vulkan_device: Disable VK_KHR_push_descriptor on ANV | 2023-05-17 | 1 | -0/+11 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | Mesa commit ff91c5ca42bc80aa411cb3fd8f550aa6fdd16bdc breaks VK_KHR_push_descriptor usage on ANV drivers 22.3.0, so disable it and allow games to boot. | |||||
| * | | | | Merge pull request #10262 from liamwhite/depth-clamp | 2023-05-17 | 1 | -0/+8 | ||
| |\ \ \ \ | | | | | | | | | | | vulkan_common: disable depth clamp dynamic state for older radv | |||||
| | * | | | | vulkan_common: disable depth clamp dynamic state for older radv | 2023-05-13 | 1 | -0/+8 | ||
| | | |/ / | |/| | | ||||||
| * | | | | Merge pull request #10217 from Kelebek1/clear_value | 2023-05-16 | 1 | -19/+6 | ||
| |\ \ \ \ | | | | | | | | | | | Use the rendertarget format of the correct RT rather than the first valid | |||||
| | * | | | | Use the rendertarget format of the correct RT rather than the first valid | 2023-05-09 | 1 | -19/+6 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #10107 from grimkor/allow-fully-customised-hotkeys | 2023-05-16 | 4 | -32/+56 | ||
| |\ \ \ \ \ | |_|_|/ / |/| | | | | Allow fully customised controller hotkeys | |||||
| | * | | | | Allow fully customisable controller hotkeys | 2023-05-10 | 4 | -32/+56 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #10181 from lat9nq/intel-compute-toggle | 2023-05-15 | 13 | -10/+67 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | configure_graphics: Add option to enable compute pipelines for Intel proprietary | |||||
| | * | | | | | configure_graphics_advanced: Hide input compute toggle a little later | 2023-05-08 | 1 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SetColoredTristate causes the setting to become visible as it calls `show()` on it. | |||||
| | * | | | | | yuzu-qt/config: Add option to disable compute on Intel | 2023-05-07 | 10 | -9/+63 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This option is only visible if an Intel GPU using the proprietary driver is found during Vulkan device enumeration. configure_graphics: More directly get driver id Vulkan::Device does quite a bit more than we need just to see the driver ID here. | |||||
| | * | | | | | vk_pipeline_cache: Use setting to disable intel compute | 2023-05-07 | 1 | -1/+2 | ||
| | | | | | | | ||||||
| | * | | | | | settings: Add enable compute pipelines | 2023-05-07 | 2 | -0/+2 | ||
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | For the Intel proprietary driver's deficiencies. settings: Restore compute option global state | |||||
| * | | | | | | Merge pull request #10234 from Kelebek1/clouds_depth | 2023-05-15 | 2 | -12/+3 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix Tears of the Kingdom flickering clouds and depths geometry. | |||||
| | * | | | | | | Fix Tears of the Kingdom flickering clouds and depths. | 2023-05-11 | 2 | -12/+3 | ||
| | | | | | | | | ||||||
| * | | | | | | | Merge pull request #10249 from FernandoS27/sorry-i-am-late | 2023-05-15 | 2 | -28/+4 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Buffer Cache: Clear sync code. | |||||
| | * | | | | | | | Buffer Cache: Clear sync code. | 2023-05-15 | 2 | -28/+4 | ||
| | | |_|_|_|/ / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #10254 from danilaml/fix-h264-decode | 2023-05-15 | 1 | -2/+2 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix missing pic_order_present_flag in h264 header | |||||
| | * | | | | | | | Fix missing pic_order_present_flag in h264 header | 2023-05-12 | 1 | -2/+2 | ||
| | | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | | Fixes #9635 | |||||
| * | | | | | | | Merge pull request #10265 from german77/amiibo-lag | 2023-05-15 | 3 | -4/+13 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | input_common: Make amiibo scanning less demanding | |||||
| | * | | | | | | | input_common: Make amiibo scanning less demanding | 2023-05-14 | 3 | -4/+13 | ||
| | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | | Merge pull request #10294 from german77/vibration_span | 2023-05-15 | 3 | -14/+14 | ||
| |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | service: hid: Use span instead of vector reference | |||||
| | * | | | | | | | service: hid: Use span instead of vector reference | 2023-05-14 | 3 | -14/+14 | ||
| | | | | | | | | | ||||||
| * | | | | | | | | Merge pull request #10288 from liamwhite/vram-limits | 2023-05-14 | 1 | -0/+2 | ||
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | vulkan_device: reserve extra memory to prevent swaps | |||||
| | * | | | | | | | vulkan_device: reserve extra memory to prevent swaps | 2023-05-14 | 1 | -0/+2 | ||
| | |/ / / / / / | ||||||
| * / / / / / / | vulkan_common: fix incompatible property flags | 2023-05-14 | 1 | -1/+1 | ||
| |/ / / / / / | ||||||
| * | | | | | | Merge pull request #10244 from liamwhite/lower-upper | 2023-05-13 | 3 | -2/+34 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | time: implement ContinuousAdjustmentTimePoint | |||||
| | * | | | | | | time: implement ContinuousAdjustmentTimePoint | 2023-05-11 | 3 | -2/+34 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #10243 from Kelebek1/red_dot | 2023-05-13 | 2 | -1/+3 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | Correctly track render target index in the framebuffer for image aspects | |||||
| | * | | | | | | Correctly track RT indexes for image aspect lookup during clears | 2023-05-12 | 2 | -1/+3 | ||
| | |/ / / / / | ||||||
| * | | | | | | Merge pull request #10237 from liamwhite/cache-storage | 2023-05-12 | 5 | -6/+50 | ||
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | fs: stub cache storage | |||||
| | * | | | | | | fs: adjust future save path | 2023-05-11 | 2 | -4/+4 | ||
| | | | | | | | | ||||||
| | * | | | | | | am: stub CreateCacheStorage | 2023-05-11 | 2 | -1/+33 | ||
| | | | | | | | | ||||||
| | * | | | | | | fs: stub cache storage and fix params alignment | 2023-05-11 | 2 | -5/+17 | ||
| | |/ / / / / | ||||||
| * | | | | | | nvnflinger: fix Parcel serialization | 2023-05-11 | 3 | -39/+49 | ||
| | | | | | | | ||||||
| * | | | | | | nvnflinger: fix producer slot fence init | 2023-05-11 | 1 | -0/+1 | ||
| |/ / / / / | ||||||
| * | | | | | Merge pull request #10132 from Kelebek1/fermi_blit2 | 2023-05-11 | 3 | -12/+24 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Allow Fermi blit accelerate to work without images in cache | |||||
| | * | | | | | Allow Fermi blit accelerate to add src/dst to the cache if they don't exist ↵ | 2023-05-11 | 3 | -12/+24 | ||
| | | |_|/ / | |/| | | | | | | | | | | | | | already. Use ScratchBuffers in the software blit path. | |||||
| * | | | | | Merge pull request #10216 from Kelebek1/buffer_cache_region_checks | 2023-05-11 | 1 | -4/+4 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | Swap order of checking/setting region modifications in the buffer_cache | |||||
| | * | | | | | Swap order of checking/setting region modifications in the buffer_cache | 2023-05-09 | 1 | -4/+4 | ||
| | |/ / / / | ||||||
| * | | | | | renderer_vulkan: separate guest and host compute descriptor queues | 2023-05-10 | 16 | -75/+81 | ||
| | | | | | | ||||||
| * | | | | | Merge pull request #10207 from german77/amiibo_cheater | 2023-05-10 | 7 | -13/+53 | ||
| |\ \ \ \ \ | | | | | | | | | | | | | service: nfp: Allow to load with a different amiibo id | |||||
| | * | | | | | service: nfc: Seed all random values | 2023-05-09 | 2 | -6/+14 | ||
| | | | | | | | ||||||
| | * | | | | | service: nfp: Allow to load with a different amiibo id | 2023-05-09 | 6 | -7/+39 | ||
| | |/ / / / | ||||||