 Henrik RydgårdandGitHub
|
2439c3efb1
|
Merge pull request #12306 from hrydgard/mali-driver-version-detection
Improve Mali driver version detection
|
2019-09-04 22:45:34 +02:00 |
|
Henrik Rydgård
|
025a9f4dae
|
Improve Mali driver version detection
|
2019-09-04 21:46:07 +02:00 |
|
Henrik Rydgård
|
6ff110d092
|
Create a default keymap for the MOQI:I7S gamer phone (with builtin controls)
|
2019-09-03 00:02:57 +02:00 |
|
Henrik Rydgård
|
6ae18c27f4
|
Vulkan/PowerVR: Make another blind fix attempt for #12296. Can't find my PowerVR device :/
|
2019-09-02 19:06:29 +02:00 |
|
Henrik Rydgård
|
95367b34c9
|
Vulkan: Even more logging in VulkanMayBeAvailable.
|
2019-09-02 18:15:01 +02:00 |
|
Henrik Rydgård
|
7610220b30
|
Vulkan: Prepare for adding a second init path for VulkanContext.
Will eventually be used for libretro.
|
2019-09-01 22:21:19 +02:00 |
|
Henrik Rydgård
|
5847bf3201
|
Attempt to work around the PowerVR bug again (pretransform undid the old workaround in landscape). See #12276
|
2019-09-01 18:23:02 +02:00 |
|
Henrik Rydgård
|
1d528d6f3b
|
Linux: Port the proper memory base finding over to MemArenaPosix.cpp.
Who knows, might fix some crashes.
|
2019-09-01 17:10:13 +02:00 |
|
Henrik Rydgård
|
88612d1d30
|
Oops, fix the last commit, it got a little restrictive.
|
2019-09-01 16:10:28 +02:00 |
|
Henrik Rydgård
|
515bbd28fc
|
VulkanMaybeAvailable: Bail earlier in some cases where there's no surface extension.
|
2019-09-01 15:39:33 +02:00 |
|
Henrik Rydgård
|
5fcac1a9e2
|
Vulkan: Disable some bad validation. Things are right and work fine.
|
2019-08-21 10:23:36 +02:00 |
|
Henrik Rydgård
|
19a443819b
|
Bugfixes to VK gpu profiling. Properly get the valid bits.
|
2019-08-21 09:02:40 +02:00 |
|
Antx64
|
c398da48ac
|
Fixes delete button for downloaded games from homebrew store in UWP
|
2019-08-19 23:37:14 -04:00 |
|
Unknown W. Brackets
|
9f98f440c8
|
Vulkan: Check default case with an assert.
|
2019-08-17 12:01:22 -07:00 |
|
 Henrik RydgårdandGitHub
|
b80988a4eb
|
Merge pull request #12245 from CookiePLMonster/open-ini-fix
Simplify openIniFile to use ShellExecute
|
2019-08-17 12:25:19 +02:00 |
|
Henrik Rydgård
|
06facfc567
|
Android: Get our base pointer in a saner way than YOLO, if possible. Should help #12249.
|
2019-08-17 11:52:44 +02:00 |
|
Silent
|
abdf685ac9
|
Simplify openIniFile to use ShellExecute so .ini files get opened in an associated text editor
This is safe, because by default .ini files are associated with Notepad
|
2019-08-15 16:25:16 +02:00 |
|
Henrik Rydgård
|
3356f94029
|
More extreme paranoia in VulkanMaybeAvailable
|
2019-08-15 11:49:15 +02:00 |
|
Henrik Rydgård
|
c7ae0ed4bf
|
Vulkan: Re-enable the blacklist.
|
2019-08-15 09:51:44 +02:00 |
|
Henrik Rydgård
|
61e20d72cf
|
Vulkan: On Android, only try to load libvulkan.so, not libvulkan.so.1. Plus more paranoia.
|
2019-08-15 09:50:42 +02:00 |
|
Henrik Rydgård
|
84dece9d96
|
VulkanMayBeAvailable: Add more logging, disable blacklist check for testing (see #12093)
|
2019-08-15 09:35:13 +02:00 |
|
Henrik Rydgård
|
5d08f9fcba
|
Vulkan loader: Fix the SHIELD Tablet blacklist string.
|
2019-08-15 09:23:47 +02:00 |
|
 Unknown W. BracketsandGitHub
|
9f694afcc3
|
Merge pull request #12237 from hrydgard/vulkan-device-name-blacklist
Vulkan: Simple blacklist of device names that are not allowed to check for Vulkan
|
2019-08-13 19:03:20 -07:00 |
|
Henrik Rydgård
|
44cb991d8c
|
Cleanup
|
2019-08-13 10:17:24 +02:00 |
|
Henrik Rydgård
|
8788c1e678
|
Vulkan: Simple blacklist of device names that are not allowed to check for Vulkan. Will help #12093.
|
2019-08-13 09:37:55 +02:00 |
|
Henrik Rydgård
|
f4d348ca0c
|
Micro-optimize the Vulkan loader: Load more device-specific function pointers to avoid a bounce in the device loader, reorder things a little.
|
2019-08-12 23:24:40 +02:00 |
|
Henrik Rydgård
|
cf06b4a947
|
Vulkan: Image views: The driver is probably smart enough to recognize a no-swizzle, but let's use the proper method.
|
2019-08-12 23:09:47 +02:00 |
|
Silent
|
86a887d7b0
|
Init GlobalThreadPool in a thread safe manner
|
2019-08-11 14:03:54 +02:00 |
|
Silent
|
cb99f65c96
|
Add MakeUnique.h so make_unique is available without C++14
Includes make_unique from C++14 and make_unique_default_init from C++20,
because it doesn't require compiler support
|
2019-08-11 14:03:16 +02:00 |
|
 Henrik RydgårdandUnknown W. Brackets
|
f65a71d6d8
|
Compat: Option to use accurate dotprod for VMMUL.
Eliminates Tekken 6 leg shaking.
|
2019-08-05 11:44:52 -07:00 |
|
 Henrik RydgårdandGitHub
|
a49a0fc076
|
Merge pull request #12177 from unknownbrackets/ui-fullscreen
UI: Allow custom button to toggle fullscreen
|
2019-07-15 22:03:55 +02:00 |
|
 Henrik RydgårdandGitHub
|
eeb3491214
|
Merge pull request #12176 from LunaMoo/mouseImprovements
Mouse improvements
|
2019-07-15 22:01:12 +02:00 |
|
Unknown W. Brackets
|
65b16c7edc
|
UI: Allow custom button to toggle fullscreen.
Some people may prefer F or a gamepad/joystick button.
|
2019-07-14 23:08:05 -07:00 |
|
LunaMoo
|
3f77bb1da5
|
Reduce in-game axis bind threshold for mouse control.
|
2019-07-15 03:30:53 +02:00 |
|
LunaMoo
|
b7a49be184
|
Ignore mouse mappings for UI
|
2019-07-14 21:32:44 +02:00 |
|
Unknown W. Brackets
|
c3ae97e237
|
Travis: Build Windows on Travis too.
|
2019-07-06 14:56:29 -07:00 |
|
Henrik Rydgård
|
7de49c66a1
|
Warning fix
|
2019-06-25 21:35:54 +02:00 |
|
Henrik Rydgård
|
5c4e4716b6
|
Android: Add DPAD_CENTER as an accept button. Fixes menu navigation on Mi Box and Shield Remote.
|
2019-06-25 21:35:20 +02:00 |
|
Henrik Rydgård
|
2a664add31
|
Vulkan: An additional check during init. May help #12131
|
2019-06-24 18:31:56 +02:00 |
|
Unknown W. Brackets
|
eaba867f28
|
SaveState: Fail load on decompression error.
Simply checking the size isn't enough, because it doesn't write the
decompressed size in the case of invalid data.
May help the crash in #11890.
|
2019-06-23 11:25:27 -07:00 |
|
Henrik Rydgård
|
0f9dbaa2bc
|
Don't ask for TRANSFER_DST for swapchain surface. No reason to.
|
2019-06-21 14:09:45 +02:00 |
|
Henrik Rydgård
|
e943724905
|
Vulkan: Apply the desired pretransform when drawing to the backbuffer.
This should save a lot of memory bandwidth on mobile devices that can't
rotate images natively in the display engine. Fixes #12099.
|
2019-06-21 09:38:51 +02:00 |
|
Henrik Rydgård
|
9def42d800
|
Vulkan: Log supported pretransforms.
|
2019-06-20 23:58:18 +02:00 |
|
Henrik Rydgård
|
30831f3ea1
|
Implement and test clz32, use it in the MIPS interpreter cores.
This will be useful for our vfpu-dot implementations later.
|
2019-06-14 18:39:15 +02:00 |
|
Unknown W. Brackets
|
816abce8fc
|
Windows: Fix some warnings.
Also one in armjit.
|
2019-06-02 09:30:38 -07:00 |
|
Unknown W. Brackets
|
d533c3c08e
|
Windows: Add ResolvePath fallback if symlink fails.
Seeing this on some of my paths, which started creating duplicate recent
entries because the fallback path did no normalization at all.
|
2019-05-26 18:32:42 -07:00 |
|
Henrik Rydgård
|
efa1406d8f
|
VS2017: Add hack to automatically select the newest installed Windows 10 SDK. VS2019 already does this by default if you specify 10.0.
Should hopefully fix the buildbot.
|
2019-05-19 15:23:25 +02:00 |
|
Unknown W. Brackets
|
bf8255cbc9
|
Windows: Workaround buildbot failure.
The SDK on the buildbot doesn't seem to have this define, let's just ifdef
it since the buildbot isn't building arm64 Windows builds anyway.
|
2019-05-13 19:39:14 -07:00 |
|
driver1998
|
c4f200e814
|
ArmCPUDetect: close the registry key when finish
|
2019-05-13 19:06:31 +08:00 |
|
driver1998
|
e010d06c5c
|
Add CPU string in Windows ARM
|
2019-05-11 19:27:21 +08:00 |
|