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
Unknown W. Brackets
26f5b5b938
Replay: Fix a silly typo applying analog.
2018-04-11 21:31:56 -07:00
Henrik Rydgård
d1fbf8a101
Merge pull request #10902 from hrydgard/android-file-offset
...
Android: Do the same file_offset_bits checks for pread64 as before.
2018-04-11 14:14:56 +02:00
Henrik Rydgård
9e75250c4e
Android: Do the same file_offset_bits checks for pread64 as before. Should help #10901
2018-04-11 13:45:18 +02:00
Henrik Rydgård
b4721fbc44
Temporary workaround for another IR interpreter crash. See #10897
2018-04-11 11:55:12 +02:00
Henrik Rydgård
3322adbc22
IR Interpreter: Add some missing instruction metadata. May help part of #10897
2018-04-11 11:16:41 +02:00
Henrik Rydgård
f551d2742b
Update lang submodule (restore software skinning option)
2018-04-10 16:29:26 +02:00
Henrik Rydgård
23052b5a6b
Buildfix.
2018-04-10 16:28:06 +02:00
Henrik Rydgård
993423f82d
Merge pull request #10899 from hrydgard/restore-hw-skinning-part-2
...
Restore hw skinning part 2
2018-04-10 14:39:23 +02:00
Henrik Rydgård
02ea4b5efa
Inner interpreter safety check - in hw skinning mode, we need to flush if any part of the vertex format changes.
2018-04-10 14:37:32 +02:00
Henrik Rydgård
dbe52c8135
Remove some obsolete checks - software skinning is now supported even if morphcount isn't 1.
2018-04-10 13:09:01 +02:00
Henrik Rydgård
b58bc7c799
Merge pull request #10898 from hrydgard/restore-hw-skinning-part-1
...
Restore hw skinning part 1
2018-04-10 12:53:53 +02:00
Henrik Rydgård
00f3bf6102
Revert "Start removing support for hardware skinning."
...
This reverts commit dcb773d624
.
2018-04-10 12:31:21 +02:00
Henrik Rydgård
ccd594dae7
Revert "VertexLoader: Remove now-unused weights translation code"
...
This reverts commit 44100c6c1d
.
2018-04-10 12:30:49 +02:00
Henrik Rydgård
0345e1a7d4
Revert "Oops, fix hardware tess in Vulkan (after removing hw skinning, we need to adjust the binding number)"
...
This reverts commit 87575910df
.
2018-04-10 12:28:30 +02:00
Henrik Rydgård
36fd2711d6
Revert "Remove further remains of hardware skinning."
...
This reverts commit 40db61a680
.
2018-04-10 12:22:41 +02:00
Henrik Rydgård
7de3edb46c
Revert "Remove gstate_c.deferredVertTypeDirty"
...
This reverts commit fcdb816235
.
2018-04-10 12:22:41 +02:00
Henrik Rydgård
8953d7ff73
Revert "Comment fixes, reindentation."
...
This reverts commit 6fa9fcefb2
.
2018-04-10 12:14:23 +02:00
Henrik Rydgård
1c99ebcbcc
Fix DecFmt bug
2018-04-10 12:12:47 +02:00
Henrik Rydgård
6a90b8fbb4
Revert "Further cleanup after the removal of hardware skinning."
...
This reverts commit f086a0915f
.
Increment the shader cache version. Restore some more.
2018-04-10 11:38:02 +02:00
Henrik Rydgård
69309aa400
Revert "Remove some remains of software skinning"
...
This reverts commit 2d33d526b8
.
2018-04-10 11:21:56 +02:00
Henrik Rydgård
c005d7433d
Merge pull request #10896 from unknownbrackets/loading
...
Module: Fix function hashing typo
2018-04-10 08:29:14 +02:00
Unknown W. Brackets
da0173f40c
Module: Fix function hashing typo.
...
May help #10895 .
2018-04-09 19:12:23 -07:00
Henrik Rydgård
55ea4bdfd9
Merge pull request #10893 from unknownbrackets/gl-thread
...
Fix a few more GLES threading issues
2018-04-09 10:11:04 +02:00
Unknown W. Brackets
c0f1b7793a
UI: Assert on invalid permission status.
2018-04-08 23:54:56 -07:00
Unknown W. Brackets
6ba0a6cdfd
Android: End GLES renderer after emu thread join.
...
This matches other backends, and prevents things from being added to the
deleter after GLES end. Fixes #10849 .
2018-04-08 19:28:15 -07:00
Unknown W. Brackets
32eb483932
GLES: Defrag using deleter off render thread.
...
Moving it to the render thread was a bit more complex because of
localMemory. Fixes #10859 .
2018-04-08 19:22:46 -07:00
Henrik Rydgård
330bb8158c
Merge pull request #10887 from konistehrad/subtle_volume
...
Less intrusive volume change indicator on iOS
2018-04-08 20:03:56 +02:00
Conrad Kreyling
b4e315a839
Use tabs for indentation
...
When those Xcode defaults bite you
2018-04-08 13:29:38 -04:00
Conrad Kreyling
3f90c97f39
fix “crash on exit”
...
Leaving this view here causes some kinda race condition on a lock, causing a crash on exit. Simply removing the volume from the superview fixes the issue.
2018-04-08 13:29:38 -04:00
Conrad Kreyling
2febfa1888
allow padding specification, remove NSLog
2018-04-08 13:29:38 -04:00
Conrad Kreyling
cb83ff598b
add updated Obj-C version of SubtleVolume
2018-04-08 13:29:38 -04:00
Henrik Rydgård
58206f4fe7
Merge pull request #10892 from unknownbrackets/android-file
...
Android: Avoid pread64 for > 2GB offsets
2018-04-08 17:54:12 +02:00
Unknown W. Brackets
7dbd2cecd8
Android: Avoid pread64 for > 2GB offsets.
...
Appears to not actually work as advertised. See #10862 .
2018-04-08 08:14:07 -07:00
Henrik Rydgård
6fccefae5f
Merge pull request #10888 from unknownbrackets/replay
...
WIP: Initial basic replay recording
2018-04-08 14:20:19 +02:00
Unknown W. Brackets
462d4d648e
Replay: Handle long button presses correctly.
2018-04-07 18:00:51 -07:00
Unknown W. Brackets
3ea652714a
Replay: Initial file handling and control funcs.
2018-04-07 18:00:51 -07:00
Unknown W. Brackets
0f9c53e03a
Replay: Track replay of file operations.
2018-04-07 18:00:51 -07:00
Unknown W. Brackets
76e2a40e5f
Replay: Prep side data structure.
2018-04-07 15:36:28 -07:00
Unknown W. Brackets
89186d8113
Replay: Initial structure for replay functionality.
2018-04-07 15:36:28 -07:00
Henrik Rydgård
93bf866125
UWP: Fix (or patch up...) a race condition in StorageFileLoader. Might help #10882 , fixes some other freezes.
...
Not convinced it's 100% correct but it appears to work, heh. Can't be
bothered to investigate too deeply.
2018-04-07 17:47:02 +02:00
Henrik Rydgård
ac898c54f3
UWP: Remove the rendering backend picker. Fixes #10883 , sort of.
2018-04-07 17:37:31 +02:00
Henrik Rydgård
32d1a85223
UWP buildfix
2018-04-07 16:01:56 +02:00
Henrik Rydgård
e4a333a467
Update lang submodule
2018-04-07 16:01:05 +02:00
Henrik Rydgård
e784d1a29c
Vulkan: Ease off on the allocator "slab pressure" if texture scaling is enabled.`
2018-04-07 10:40:49 +02:00
Henrik Rydgård
6496150ccc
Merge pull request #10881 from unknownbrackets/vulkan-alloc
...
Track Vulkan memory usage better, reuse more aggressively
2018-04-07 10:26:35 +02:00
Unknown W. Brackets
d07a124a90
Vulkan: Increase base slab allocation size.
2018-04-06 21:43:18 -07:00
Unknown W. Brackets
7811c03c3b
Vulkan: Report old allocations when enabled.
2018-04-06 21:43:18 -07:00
Unknown W. Brackets
99d16b2202
Vulkan: Add tags to UI textures too.
2018-04-06 21:43:18 -07:00