vktrace: fixes to allow vktrace/replay to work with Hologram
authorKarl Schultz <karl@lunarg.com>
Wed, 27 Jan 2016 23:03:49 +0000 (16:03 -0700)
committerKarl Schultz <karl@lunarg.com>
Wed, 27 Jan 2016 23:03:49 +0000 (16:03 -0700)
commit5129bb61d7d0fd321a4a007c8a509a22d5c4091f
tree2dc7cb093986e503080898b3804aa00475b9e5e8
parentc2dc03298abc11ac7fdcd27417691cea9eb773f1
vktrace: fixes to allow vktrace/replay to work with Hologram

- Protect strlen() against NULL strings
- Avoid freeing remapped semaphores in replay QueuePresent before using them
- Use a VkMemory total size instead of the literal VK_WHOLE_SIZE in trace buffers
vk_helper.py