baldurk
|
1c05c5e5d1
|
Add option to renderdoccmd replay to specify a loop count
|
2018-10-02 16:23:40 +01:00 |
|
baldurk
|
e305029ddd
|
Update copyright years to 2018
|
2018-01-01 17:55:29 +00:00 |
|
baldurk
|
96e39cb781
|
Add a preview window ability to remote servers. Always on for android
* On android in particular this shows some sense of what's happening on
the device and gives user feedback that it's not completely dead.
|
2018-01-01 17:31:23 +00:00 |
|
baldurk
|
40a0272a3e
|
Remove use of bool32 replay API type&optimise mem layout in some structs
|
2017-08-24 10:44:45 +01:00 |
|
baldurk
|
3ab7510c7f
|
Avoid calling XOpenDisplay multiple times, fixes crashes on Intel Mesa
* See https://bugs.freedesktop.org/show_bug.cgi?id=99831
https://bugs.freedesktop.org/show_bug.cgi?id=54971
* It's not clear if it's invalid to call XOpenDisplay more than once but
at the very least it's only really used as convenience to avoid
plumbing the display handle through.
|
2017-05-30 12:02:00 +01:00 |
|
baldurk
|
6930841705
|
Rename ReplayRenderer to ReplayController
* It's not a renderer, it's an interface to controlling the replay and
any 'renderer' type work actually happens in ReplayOutput.
|
2017-04-18 14:57:47 +01:00 |
|
baldurk
|
487a1b7903
|
Start moving towards C++ only UI code. Assume C++ for the replay API
* The C# P/Invoke stuff doesn't directly use the header, and we are soon
going to deprecate the C interface entirely.
|
2017-03-13 17:56:00 +00:00 |
|
baldurk
|
030cbfde9a
|
Batch update copyright years everywhere
|
2017-01-06 12:13:31 +00:00 |
|
baldurk
|
90604c6d9c
|
Print custom lines of API support on the version string of renderdoccmd
* An easy way to check what support is compiled into this binary.
|
2016-08-25 21:07:40 +02:00 |
|
baldurk
|
f8b3fd3e1e
|
Update renderdoccmd for new remote server code, add daemonise for server
|
2016-08-19 17:26:08 +02:00 |
|
baldurk
|
95e00d58bf
|
Add SIGINT signal handler on linux to cleanly shutdown replay host
|
2016-07-13 17:55:47 +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
|
1cb11daf85
|
Switch base renderdoccmd to dispatch to commands, doing arg parsing
|
2016-07-12 17:10:43 +02:00 |
|
baldurk
|
eb9a545104
|
Move common functions declarations into header
|
2016-07-12 17:10:42 +02:00 |
|