Commit Graph
24221 Commits
Author SHA1 Message Date
Unknown W. Brackets 954f93046f Vulkan: Keep state on Clear cmds when used later.
This also removes duplicate state - for example our UI has some duplicate
Scissor commands.
2018-05-03 07:18:40 -07:00
Henrik Rydgård 73d6446d72 Merge pull request #10997 from unknownbrackets/vulkan-clear
Vulkan: Discard draws immediately before clear
2018-05-03 09:23:17 +02:00
Unknown W. Brackets 844015b7f8 Vulkan: Discard draws immediately before clear.
Fixes #10163, a crash on Adreno when a clear is the last thing in a render pass.
2018-05-02 19:23:49 -07:00
Henrik Rydgård 307b2aa150 Merge pull request #10994 from hrydgard/revert-10944-another-gow-timing-hack
Revert "Limit the flip delay in the other direction to try to work around #10763."
2018-05-02 10:31:33 +02:00
Henrik Rydgård b6472b562b Revert "Limit the flip delay in the other direction to try to work around #10763." 2018-05-02 10:07:37 +02:00
Henrik Rydgård bed6d19a4b Merge pull request #10986 from unknownbrackets/ui-loading
UI: Cleaning loading handling and use tags
2018-04-30 00:25:50 +02:00
Unknown W. Brackets 21468ce1e4 UI: Cleaning loading handling and use tags.
The tags should let the tweens persist correctly.  See #10974.
2018-04-29 14:44:00 -07:00
Henrik Rydgård dcd5559616 Merge pull request #10985 from unknownbrackets/android-config
Android: Properly reset home on config reload
2018-04-29 20:59:23 +02:00
Unknown W. Brackets 074f52b819 Android: Properly reset home on config reload.
We reload the config once we know we have permission to read it, but that
means we have to run any cleanup logic on it again.
2018-04-29 11:45:32 -07:00
Henrik Rydgård 92a46e9a08 Merge pull request #10984 from unknownbrackets/gl-screenshot
Fix GLES game screenshots
2018-04-29 19:32:03 +02:00
Unknown W. Brackets 170e871c54 thin3d: Report unsupported format conversion.
Better we know than ignore.
2018-04-29 10:23:53 -07:00
Unknown W. Brackets ae1bb20b7b GLES: Fix game screenshots. 2018-04-29 10:23:03 -07:00
Henrik Rydgård 900fa523db Merge pull request #10983 from unknownbrackets/savedata
Savedata: Report secureVersion param usage
2018-04-29 19:22:19 +02:00
Henrik Rydgård 6c5a4bca79 Merge pull request #10982 from unknownbrackets/vulkan-shutdown
Vulkan: Fix use-after-free crash on shutdown
2018-04-29 19:21:37 +02:00
Unknown W. Brackets a85e914f78 Vulkan: Fix use-after-free crash on shutdown. 2018-04-29 09:47:39 -07:00
Unknown W. Brackets 208b0aa4a7 Savedata: Report secureVersion param usage.
Seems likely this is what's happening in #10814, but need data from more
games.
2018-04-29 09:46:23 -07:00
Henrik Rydgård 35375691d7 Merge pull request #10944 from hrydgard/another-gow-timing-hack
Limit the flip delay in the other direction to try to work around #10763.
2018-04-29 09:46:12 +02:00
Henrik Rydgård 5f9767d19e Remove misleading log 2018-04-29 09:45:34 +02:00
Henrik Rydgård 386c9d4fcf Merge pull request #10956 from unknownbrackets/depal-bounds
Depal: Reapply texture when bounds change
2018-04-22 21:01:52 +02:00
Unknown W. Brackets 3eb0450998 Depal: Reapply texture when bounds change.
Since we need each slice of the texture when we use bounds to reduce the
size.  Fixes #10951.
2018-04-22 10:43:46 -07:00
Henrik Rydgård 9c059a7b6b Merge pull request #10952 from unknownbrackets/readme
Cleanup README and move some out to history
2018-04-22 09:25:49 +02:00
Unknown W. Brackets e4562d609d README: Add more to the issue template. 2018-04-21 21:56:34 -07:00
Unknown W. Brackets 7d1a704c3f README: Cleanup and move some out to history. 2018-04-21 21:13:42 -07:00
Henrik Rydgård 46c87003dd Merge pull request #10950 from unknownbrackets/android-shutdown
Android: Add missing graphics shutdown calls
2018-04-21 19:33:29 +02:00
Unknown W. Brackets 3f1544612b Android: Add missing graphics shutdown calls.
These were there for graphics restart (like resize) but not for full
shutdown, which was causing crashes during shutdown sometimes.

See #10931.
2018-04-21 08:33:53 -07:00
LunaMoo a4b557d784 Merge pull request #10949 from myfreeweb/ffmpeg-4-compat
Fix build with ffmpeg 4.0
2018-04-21 16:55:15 +02:00
Greg V 70c54a7d1a Fix build with ffmpeg 4.0 2018-04-21 16:44:45 +03:00
Henrik Rydgård 34a2fd542f Merge pull request #10947 from b33tlejuice/master
[UWP]Fixed Certification and img issues
2018-04-21 09:28:09 +02:00
b33tlejuice 077da66882 Update UWP.vcxproj 2018-04-21 02:19:11 -05:00
b33tlejuice 6fe4d29723 Fixed Certification and img issues
Generated a new Certificate, as well as fixed the issue (img size, pixels) on Wide310x150Logo. Also fixed another img issue that was not added to the payload properly, StoreLogo.
2018-04-21 02:08:49 -05:00
Henrik Rydgård 687b5f92b1 Limit the flip delay in the other direction to try to work around #10763. 2018-04-20 11:49:38 +02:00
Henrik Rydgård 1f73d78cc8 Oops, meant to commit this. 2018-04-20 11:43:27 +02:00
Henrik Rydgård 68611e85ba Disable the loading state string display, creates too much translation work for 1.6 2018-04-20 11:02:13 +02:00
weihuoya 19ddeea8ee Android: Buildfix. 2018-04-19 21:25:09 -07:00
Henrik Rydgård 0381f3afb9 Conditionally revert "Remove the bad orientation hack. Seems the Nexus 5X bug is fixed."
Adds a check for SDK_INT to only use this hack on old Android versions.

Can't figure out another way to help #10916, I tried :(

This reverts commit d40ebbf8cb.
2018-04-18 20:50:05 +02:00
Henrik Rydgård 9610be2c59 Merge pull request #10930 from unknownbrackets/replay
Replay: Skip recording virtual disc reads
2018-04-17 18:46:55 +02:00
Unknown W. Brackets 224229fc1b Replay: Skip recording virtual disc reads.
Oops.
2018-04-17 07:51:49 -07:00
Unknown W. Brackets c74ac5195c Merge pull request #10921 from imxieyi/master
Add support for File app (file browser) on iOS 11
2018-04-15 11:42:20 -04:00
Xie Yi 597e61c0c9 add support for File app on iOS 11 2018-04-15 22:54:04 +08:00
Henrik Rydgård fb377b0b84 Merge pull request #10918 from unknownbrackets/vulkan-shutdown
Vulkan: Fix shutdown crash when device lost called
2018-04-14 22:20:34 +02:00
Unknown W. Brackets 3f3dd6b3bb Vulkan: Fix shutdown crash when device lost called.
Fixes #10917.
2018-04-14 13:14:20 -07:00
Henrik Rydgård 03c2292ae9 Merge pull request #10915 from unknownbrackets/warnings
Warning fixes
2018-04-14 20:30:26 +02:00
Unknown W. Brackets 379be140d6 Android: Avoid overload shadowing. 2018-04-14 11:25:15 -07:00
Unknown W. Brackets 377b220fb3 GLES: GlPushBuffer was a little too friendly. 2018-04-14 11:00:13 -07:00
Unknown W. Brackets cddc7b5dc5 Vulkan: Fix cache file error handling warnings. 2018-04-14 10:59:41 -07:00
Unknown W. Brackets f65481668c Vulkan: Fix a log formatting issue. 2018-04-14 10:47:06 -07:00
Henrik Rydgård 1987401e74 Fix glitch in MGS: Acid perf hack. yeah, slippery slope.. 2018-04-14 10:27:36 +02:00
Henrik Rydgård 21b2cbc818 Merge pull request #10911 from hrydgard/shader-depal
Vulkan: Depalettize in shaders
2018-04-13 21:22:33 +02:00
Henrik Rydgård f17890623c Shader depal: fix bilinear filter coord 2018-04-13 20:57:36 +02:00
Henrik Rydgård fb7a63bd11 Implement shader depal for GL as well, but disabled by default. 2018-04-13 20:00:14 +02:00