baldurk
030cbfde9a
Batch update copyright years everywhere
2017-01-06 12:13:31 +00:00
Michael Rennie
80b2974b7e
Pass in apk parameters via am start ... -e renderdoccmd "args"
...
Examples:
adb shell am start -n org.renderdoc.renderdoccmd/.Loader -e renderdoccmd "remoteserver"
adb shell am start -n org.renderdoc.renderdoccmd/.Loader -e renderdoccmd "replay /sdcard/capture.rdc"
2016-08-25 14:42:14 +01:00
baldurk
f8b3fd3e1e
Update renderdoccmd for new remote server code, add daemonise for server
2016-08-19 17:26:08 +02:00
Michael Rennie
396b83699b
Fixed vulkan library used for Android replay, plus cmdline args.
2016-08-10 12:21:40 +02:00
Michael Rennie
e08ce7239c
Android build fixes
2016-08-02 11:52:12 +02:00
baldurk
ebb889a7ee
Report supported windowing systems from replay, and choose which to use
...
* This is primarily for vulkan, which supports either xlib or xcb (and
not necessarily both). GL still only supports xlib, windows and
android only support one system regardless of API.
* This should also support xlib again for fetching keystates etc.
2016-07-22 18:23:30 +02:00
baldurk
e81895b060
[Coverity] Remove use of rand() now SetFrameEvent takes 'bool force'
...
* I honestly can't figure out how to tell Coverity that rand() use isn't
a security flaw, but it's on longer needed so...
2016-07-20 16:01:48 +02:00
baldurk
99c0177cd9
Remove unused GetUsername() function
2016-07-12 19:39:41 +02:00
baldurk
ced8a62af6
Add replay command (with optional remote replay)
2016-07-12 17:39:23 +02:00
baldurk
eb9a545104
Move common functions declarations into header
2016-07-12 17:10:42 +02:00
Michael Rennie
ad2b266f95
Makefiles to build apk for RenderDocCmd on Android & More replay fixes.
2016-06-17 13:50:00 +02:00