Hugues Evrard
Hugues Evrard
test_image_0003_spirvopt_android_amber leads to two significant different images on some device.  
#3013 enables to delete a command, we should add a way to do this from the UI. It could be a "right click on command -> Delete" option, like the...
The minimal supported Android SDK Version is currently 23. This should be declared only once in the code, and propagated to relevant places, such as: - the Android manifest `android:minSdkVersion`...
The list of Android devices should always match what `adb devices` lists. Any device that is not supported should be clearly marked as such, with as much as possible an...
When an Android app is being traced and crashes, gapid behave like the tracing has properly finished. Instead, we should actively monitor the process of the app being traced, and...
SPIRV-HEX format is not documented nor tested. SPIRV-HEX is meant to represent a shader as a series of bytes written in hex format, e.g. 12 3a b4 ...
The device creation in `CreateDeviceForSwapchain` seems to assume that the extension offering VkPhysicalDeviceProtectedMemoryFeatures is always supported: https://github.com/google/vulkan_test_applications/blob/master/vulkan_helpers/helper_functions.cpp#L643-L651 I think the support for this extension should be queried with `vkGetPhysicalDeviceFeatures2`, and...
``` gapit benchmark --api vulkan de.saschawillems.vulkanBloom [...] Error: stat benchmark.gfxtrace: no such file or directory ``` This error does is not very helpful. It looks like the `-dumptrace` argument is...
Trying to open (in the UI) a small trace leads to: ``` W20190514-110741580[server.ChildProcess$LoggingStringHandler][server.ChildProcess$LoggingStringHandler.lambda$new$0] gapis: panic: runtime error: integer divide by zero [recovered] W20190514-110741581[server.ChildProcess$LoggingStringHandler][server.ChildProcess$LoggingStringHandler.lambda$new$0] gapis: panic: runtime error: integer divide by...