Commit Graph

27040 Commits (master)
 

Author SHA1 Message Date
Ameer J b18c1fb1bb HACK: Avoid swizzling and reuploading ASTC image every frame 2 years ago
Ameer J 913803bf65 Compute Replicate 2 years ago
Ameer J 31a0cff036 minor 2 years ago
Ameer J b36e645fee undo uint 2 years ago
Ameer J 8ce158bce6 Revert "vulkan dims specialization"
This reverts commit e6243058f2269bd79ac8479d58e55feec2611e9d.
2 years ago
ameerj 5a78b35b1a vulkan dims specialization 2 years ago
Ameer J 7a0d7e7668 small_block opt 2 years ago
Ameer J fd2051b401 remove TexelWeightParams 2 years ago
Ameer J 75ac7845ce error/void extent funcs 2 years ago
Ameer J 441b847107 more packing 2 years ago
Ameer J f2cf81e0b6 Revert "uint result index"
This reverts commit 0e978786b5a8e7382005d8b1e16cfa12f3eeb775.
2 years ago
Ameer J f41fb3ec0b Revert "bfe instead of mod"
This reverts commit 86006a3b09e8a8c17d2ade61be76736a79e3f58a.
2 years ago
Ameer J 553dd3e120 Revert "global endpoints"
This reverts commit d8f5bfd1df2b7469ef6abcee182aa110602d1751.
2 years ago
Ameer J c077e467c4 global endpoints 2 years ago
Ameer J 5c16559694 bfe instead of mod 2 years ago
Ameer J 6b0b584eba uint result index 2 years ago
Ameer J 05ee37a1f0 amd opts 2 years ago
Ameer J 3494fce864 gl 2 years ago
Ameer J 5248fa926d const, pack result_vector and replicate tables,
undo amd opts
2 years ago
Ameer J 998246efc2 minor redundancy cleanup 2 years ago
Ameer J d17a51bc59 extractbits robustness 2 years ago
Ameer J 0078e5a338 reuse vectors memory 2 years ago
Ameer J b8ca47e094 EncodingData pack 2 years ago
Ameer J 27c8bb9615 flattening 2 years ago
Ameer J ac09cc3504 weights refactor 2 years ago
Ameer J 6ff65abd62 params.max_weight 2 years ago
Ameer J e0c59c7b0b skip bits 2 years ago
Ameer J 7ef879b296 restrict 2 years ago
german77 8d2f0dc707 service: audctl: Stub functions needed by Qlaunch 2 years ago
lat9nq cb0b8442f0 gl_device: Filter more specifically for slow ASTC
Adds a check to find if the renderer is Intel DG (i.e. DG2).

gl_device: Detect Mesa to disable their ASTC

In our testing, our own ASTC decoder has shown itself to perform faster
than the included one from the driver. Disable theirs when Mesa is
detected.

Mesa detection depends on the vendor string. Some drivers never appear
outside of *nix contexts, so only check those in the *nix context.

gl_device: Internalize Intel DG detection
2 years ago
german77 089e385944 service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunch 2 years ago
german77 0d470b57ed service: pctl: Implement functions needed for QLaunch 2 years ago
liamwhite 755f45a522
Merge pull request #11213 from RngValue/master
📝 Update README.md
2 years ago
liamwhite 4533769f7f
Merge pull request #11212 from Kelebek1/shader_stuff
Fix various misc pipeline/shader things
2 years ago
liamwhite 00d9a9c44e
Merge pull request #11210 from german77/settings
service: set: Implement system settings for Qlaunch
2 years ago
liamwhite 35bdd5fff3
Merge pull request #11208 from german77/interface
service: am: Fix wrong interface ILibraryAppletSelfAccessor
2 years ago
Narr the Reg 7707768f80 service: set: Add more system settings and address comments 2 years ago
RngValue ae19eb1e10
Merge pull request #1 from RngValue/RngValue-patch-1
📝 Update README.md (A potential grammar error and a missing period)
2 years ago
RngValue a09507f271
📝 Update README.md 2 years ago
Kelebek1 dfb7fc8293 Fix shader dumps with nvdisasm
skip fragment shaders when rasterizer is disabled
initialize env_ptrs
2 years ago
liamwhite 369fcadf08
Merge pull request #11209 from ameerj/subgroup_size_control
vulkan_device: Fix VK_EXT_subgroup_size_control detection
2 years ago
Narr the Reg 4bd4a95d84 service: set: Implement system settings for Qlaunch 2 years ago
Ameer J cd80cbc420 vulkan_device: Fix subgroup_size_control detection on Vulkan 1.3 2 years ago
Ameer J c7c44dc238 vulkan_device: Fix VK_EXT_subgroup_size_control detection 2 years ago
Narr the Reg dd1cbd9c56 service: am: Fix wrong interface 2 years ago
liamwhite 096644c01c
Merge pull request #11202 from abouvier/vulkan-config
vulkan: centralize config
2 years ago
liamwhite fca7d975fd
Merge pull request #10839 from lat9nq/pgc-plus
general: Reimplement per-game configurations
2 years ago
lat9nq 32b4d63a5b config(qt): Fix name of network category
Turns out the network interface is in the Services category. Can't wait
get rid of this whole config.

Addresses yuzu-emu/yuzu/issues/11205
2 years ago
lat9nq 09e265c116 config(qt): Use qt_config directly to read config
ReadSetting with the default is a convenience function reading
settings,  not for use in an internal environment. It tries to manage
the default value of a setting.
2 years ago
Matías Locatti 36aca262e3
Merge pull request #11204 from liamwhite/eds3-blend-amd
vulkan_device: disable EDS3 blending on all AMD drivers
2 years ago