Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-16 | video_core: Use sampler IDs instead pointers in the pipeline config | Wollnashorn | |
The previous approach of storing pointers returned by `GetGraphicsSampler`/`GetComputeSampler` caused UB, as these functions can cause reallocation of the sampler slot vector and therefore invalidate the pointers | |||
2023-06-15 | video_core: Fallback to default anisotropy instead to 1x anisotropy | Wollnashorn | |
2023-06-15 | video_core: Disable AF for non-color image formats | Wollnashorn | |
2023-06-15 | video_core: Fixed compilation errors because of name shadowing | Wollnashorn | |
2023-06-15 | video_core: Add per-image anisotropy heuristics (format & mip count) | Wollnashorn | |
2023-06-14 | video_core: Apply AF only to samplers with normal LOD range [0, 1+x] | Wollnashorn | |
2023-06-14 | video_core: Fix default anisotropic heuristic | Wollnashorn | |
2023-06-14 | video_core: Never apply AF to None mipmap mode | Wollnashorn | |
Should fix some artifacts with the "apply anisotropic filtering for all mipmap modes" option | |||
2023-06-13 | video_core: Disable anisotropic filtering for samplers with depth compare | Wollnashorn | |
2023-06-13 | video_core: Option to apply anisotropic filtering for all mipmap modes | Wollnashorn | |
2023-06-12 | Merge pull request #10718 from liamwhite/buffered-io | Morph | |
qt: use larger buffer for update install | |||
2023-06-11 | Merge pull request #10668 from Kelebek1/reduce_vertex_bindings | bunnei | |
Combine vertex/transform feedback buffer binding into a single call | |||
2023-06-11 | Merge pull request #10713 from t895/gradle-updates | bunnei | |
android: Gradle updates | |||
2023-06-11 | qt: use larger buffer for update install | Liam | |
2023-06-11 | android: Update dependencies | Charles Lombardo | |
2023-06-11 | android: Differentiate build types with new names | Charles Lombardo | |
Change the applicationIdSuffix and app launcher title based on build type | |||
2023-06-11 | Android: Remove unused relWithVersionCode build type | Charles Lombardo | |
2023-06-11 | android: Use ContentResolver to get file extension | Charles Lombardo | |
Fixes an issue where we try to resolve file extension from URIs. Sometimes the URI will not contain the file name at all and instead a string of numbers. Here we query the content resolver and guarantee that we get a file name every time. | |||
2023-06-10 | android: Fix screen orientation & blurriness. | bunnei | |
2023-06-10 | Merge pull request #10670 from liamwhite/fxaa2 | bunnei | |
vk_blit_screen: use higher bit depth for fxaa | |||
2023-06-10 | Merge pull request #10685 from liamwhite/serialization-is-hard | Morph | |
qt: persist framerate sync option | |||
2023-06-09 | Merge pull request #10691 from t895/nro-check | bunnei | |
android: Add proper homebrew check | |||
2023-06-09 | android: Add proper homebrew check | Charles Lombardo | |
2023-06-09 | android: Fix input overlay version check | Charles Lombardo | |
2023-06-09 | Merge pull request #10614 from xcfrg/shader-backend-status-bar | liamwhite | |
yuzu: add opengl shader backend info in status bar | |||
2023-06-09 | qt: persist framerate sync option | Liam | |
2023-06-08 | Merge pull request #10623 from german77/backup | liamwhite | |
service: nfc: Add backup support | |||
2023-06-08 | Merge pull request #10666 from liamwhite/my-framerate-is-fine | liamwhite | |
nvnflinger: allow locking framerate during video playback | |||
2023-06-08 | Merge pull request #10676 from bunnei/fix-mi-5-android | liamwhite | |
android: EmulationActivity: Fix orientation on Mi Pad 5. | |||
2023-06-08 | android: EmulationActivity: Fix orientation on Mi Pad 5. | bunnei | |
2023-06-09 | Fix potentially uninitialized local variable warning | Tokarev Artem | |
2023-06-08 | vk_blit_screen: use higher bit depth for fxaa | Liam | |
2023-06-08 | Combine vertex/transform feedback buffer binding into a single call | Kelebek1 | |
2023-06-08 | nvnflinger: allow locking framerate during video playback | Liam | |
2023-06-07 | Merge pull request #10650 from qurious-pixel/android_tv | bunnei | |
Android TV banner | |||
2023-06-07 | remove version code declaration | qurious-pixel | |
2023-06-07 | Merge pull request #10655 from Morph1984/msvc-cxx20 | liamwhite | |
CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules | |||
2023-06-07 | Merge pull request #10635 from mrcmunir/l4t-tx1-nvidia | liamwhite | |
Make VK_EXT_robustness2 optional | |||
2023-06-07 | Merge pull request #10476 from ameerj/gl-memory-maps | liamwhite | |
OpenGL: Make use of persistent buffer maps in buffer cache | |||
2023-06-07 | Merge pull request #10583 from ameerj/ill-logic | liamwhite | |
AccelerateDMA: Fix incorrect check in Buffer<->Texture copies | |||
2023-06-07 | Merge pull request #10591 from keve1227/localized-game-icons | liamwhite | |
Localize game icons | |||
2023-06-06 | CMakeLists: Force C++20 on MSVC due to conflicts with C++23 modules | Morph | |
The latest version of MSVC STL brings C++23 standard library modules, which conflict with precompiled headers. Disabling with /experimental:module- has no effect, so force C++20 in the meantime while we wait for module support in other compilers. | |||
2023-06-06 | service: nfc: Add backup support | german77 | |
2023-06-06 | Android TV banner | Live session user | |
2023-06-06 | android: Set version code | Narr the Reg | |
2023-06-06 | Updated to lexicographical order suggestions | Carlos Estrague / Mrc_munir | |
2023-06-06 | android: Improve Gradle build configuration | Abandoned Cart | |
2023-06-05 | android: audio_core: sink_stream: Remove unnecessary check. | bunnei | |
2023-06-05 | Merge pull request #10508 from yuzu-emu/lime | bunnei | |
Project Lime - yuzu Android Port | |||
2023-06-06 | Make VK_EXT_robustness2 optional | Carlos Estrague / Mrc_munir | |
For some reason nvidia implemented Vulkan 1.2 supported without support for VK_EXT_robustness2 in tegra X1/X2 . Fix vulkan work in TX1/TX2 L4T drivers . |