Commit graph

25509 commits

Author SHA1 Message Date
Unknown W. Brackets
0b48c6d066 SoftGPU: Apply color doubling only to RGB.
Broken in #11379 - accidentally applied to the alpha value.  See #11901
for an example where this caused issues with blending.
2019-03-16 19:40:33 -07:00
Henrik Rydgård
d6d6dbb772 Finish up the fix attempt for #11882 2019-03-14 15:15:13 +01:00
Henrik Rydgård
7f1e10a934
Merge pull request #11885 from hrydgard/vulkan-pushbuffer-fix
Correctly handle memory types in VulkanPushBuffer. Should help #11882.
2019-03-14 12:20:46 +01:00
Henrik Rydgård
036aeda512 Correctly handle memory types in VulkanPushBuffer. Should help #11882. 2019-03-14 11:43:44 +01:00
Henrik Rydgård
e66f019ffa Update the version number in AndroidManifest.xml (pretty sure we don't really still need to do this, but whatever). 2019-03-14 09:00:50 +01:00
Henrik Rydgård
1bedb97bc4 Update the lang submodule 2019-03-13 16:54:50 +01:00
Henrik Rydgård
00a0123bf0
Merge pull request #11861 from hrydgard/readme-1.8.0
Update README.md for 1.8.0
2019-03-13 16:51:43 +01:00
Henrik Rydgård
29b26ce918 Add last minute fix mention 2019-03-13 16:49:29 +01:00
Henrik Rydgård
c629299c08 Update README.md for 1.8.0.
Thanks unknown for collecting, I've resorted it a bit.
2019-03-13 14:17:06 +01:00
Henrik Rydgård
536d61796a Android (and libretro): Turn off -ffast-math. Fixes #11880. 2019-03-13 14:15:52 +01:00
Henrik Rydgård
f316a65905 Revert "Temporary commit to get CalcCullRange logging into a buildbot build"
This reverts commit 786914690d.
2019-03-13 11:39:08 +01:00
Henrik Rydgård
786914690d Temporary commit to get CalcCullRange logging into a buildbot build 2019-03-13 11:37:52 +01:00
Henrik Rydgård
55ccc4ed81 On game load error screens, print the filename. May help diagnose issues from screenshots of the error (commonly sent by end-users) 2019-03-13 11:24:23 +01:00
Henrik Rydgård
7362cccee4 Vulkan subpass dependencies: Handle VK_IMAGE_LAYOUT_UNDEFINED without debug-asserting. 2019-03-12 22:34:41 +01:00
Unknown W. Brackets
05ad393dcb
Merge pull request #11879 from hrydgard/fix-ctrl-latch-bug
Fix apparent bug in #11094, fixes #11878 and likely #11798
2019-03-12 07:34:16 -07:00
Henrik Rydgård
60e32e914e Fix apparent bug in #11094, fixes #11878 and likely #11798 2019-03-12 09:33:39 +01:00
Henrik Rydgård
624587c594 Fix a VK validation failure when opening the homebrew menu 2019-03-11 16:42:41 +01:00
Henrik Rydgård
3445f39f3f Survive pipeline creation failure on Vulkan. Makes Burnout playable on Pocophone... Sigh.
Minor cleanups.
2019-03-11 16:40:10 +01:00
Henrik Rydgård
186584e087 Update to a new gradle version again 2019-03-11 15:57:45 +01:00
Henrik Rydgård
238211f50a
Merge pull request #11875 from hrydgard/font-doublefree-callback-fix
sceFontLib: Don't call the callback if double-free.
2019-03-11 13:40:19 +01:00
Henrik Rydgård
7865589f48 sceFontLib: Don't call the callback if double-free. Should fix one part of #6627 2019-03-11 12:55:09 +01:00
Henrik Rydgård
335d2573e7
Merge pull request #11873 from unknownbrackets/stencil-upload
GLES: Fix stencil buffer upload at > 1x PSP
2019-03-10 19:01:23 +01:00
Unknown W. Brackets
271389b8e5 GLES: Fix stencil buffer upload at > 1x PSP.
Also fixes crashes on ATI.  See #6627.
2019-03-10 08:36:12 -07:00
Henrik Rydgård
c77af182af
Merge pull request #11867 from unknownbrackets/ui-menu
Fix Windows help menu
2019-03-04 08:11:52 +01:00
Unknown W. Brackets
f2206158b2 UI: Update more browser links to https://. 2019-03-03 21:39:21 -08:00
Unknown W. Brackets
c821ad1d51 Windows: Link to https://. 2019-03-03 21:35:05 -08:00
Unknown W. Brackets
7428216063 Windows: Clear help menu correctly. 2019-03-03 21:34:32 -08:00
Henrik Rydgård
3cf6b1856e
Merge pull request #11857 from hrydgard/hardcode-tonyhawk-hack
Hardcode the cheats that work around the Tony Hawk's Underground jit issues.
2019-03-03 10:56:36 +01:00
Henrik Rydgård
dc2275d041
Merge pull request #11864 from hrydgard/debugger-dpi-fixes
DPI fixes in the old Win32 debugger. Fixes #11856.
2019-03-03 09:21:29 +01:00
Henrik Rydgård
e74be9c492 DPI fixes in the old Win32 debugger. Fixes #11856.
Also some general cleanup of it but decided it wasn't worth it to continue.
2019-03-03 09:19:44 +01:00
Henrik Rydgård
7c7d276d1d
Merge pull request #11862 from 6alileo/patch-1
Hori Minipad S
2019-03-02 22:14:29 +01:00
Henrik Rydgård
39b5313172
Merge pull request #11863 from 6alileo/patch-2
Hori Minipad S
2019-03-02 22:05:30 +01:00
6alileo
662f6743d0
Update gamecontrollerdb.txt 2019-03-02 12:41:01 -08:00
6alileo
15ac3da116
Hori Minipad S 2019-03-02 12:40:40 -08:00
Henrik Rydgård
748110c1ba
Merge pull request #11859 from unknownbrackets/cullrange
GPU: Handle cull range properly drawing at offset
2019-03-02 20:13:13 +01:00
Unknown W. Brackets
d7f2167898 GLES: Correct cull range offset in unbuffered. 2019-03-02 10:58:28 -08:00
Unknown W. Brackets
357e0316a0 GPU: Handle cull range properly drawing at offset.
Did the transformation backwards.
2019-03-02 10:48:01 -08:00
Henrik Rydgård
c84137dd2d Add the other gameIDs for euro tony hawk 2019-03-01 14:31:28 +01:00
Henrik Rydgård
17b4f28d6b Hardcode the cheats that work around the Tony Hawk jit issues. Temporary, horrible hack working around #3854. 2019-03-01 10:56:17 +01:00
Henrik Rydgård
2d5acc83b6 Use MSG_NOSIGNAL for some more send() calls. Didn't fix anything though.
See #11853
2019-03-01 08:35:35 +01:00
Henrik Rydgård
e90328d03c UWP: Restore the Load button. Fixes #11855. 2019-03-01 08:20:42 +01:00
Henrik Rydgård
84d41a776c compat: Enable 60fps limit and warning for wrong clock freq for Tekken 6. 2019-03-01 08:12:02 +01:00
Henrik Rydgård
aba375e2f7 Remove old resolution hackery that didn't fix anything. 2019-02-28 14:16:20 +01:00
Henrik Rydgård
bd71af24db Fix some minor things found looking at Valgrind output 2019-02-27 13:42:00 +01:00
Henrik Rydgård
d7f3f15b85 Add missing line to SDL EGL init (no way this path could have worked anywhere?) 2019-02-27 11:26:31 +01:00
Henrik Rydgård
e715fe0382 EGL errors should cause us to bail. Also downweight alpha in the EGL config chooser. See #11839 2019-02-27 10:33:36 +01:00
Henrik Rydgård
e49c488c6f Silence a compiler warning, fix an uninitialized variable 2019-02-27 10:33:27 +01:00
Henrik Rydgård
b689c68221
Merge pull request #11848 from hrydgard/disable-range-culling-depthrange-hack
Disable vertex range culling when the depthrange hack is enabled.
2019-02-26 16:35:58 +01:00
Henrik Rydgård
8e7da3fef4 Disable vertex range culling when the depthrange hack is enabled. Temporary workaround for #11576. 2019-02-26 16:07:11 +01:00
Henrik Rydgård
593c3139bd Ignore DisableAccurateDepth on Adreno as well. Fixes #11557 2019-02-26 15:21:21 +01:00