Hugues Evrard

Results 9 issues of Hugues Evrard

test_image_0003_spirvopt_android_amber leads to two significant different images on some device. ![image_0](https://user-images.githubusercontent.com/6726747/59670106-3ff97f80-91b3-11e9-83fb-b1cba6b69bdc.png) ![image_0](https://user-images.githubusercontent.com/6726747/59670108-438d0680-91b3-11e9-9b55-299955c62aae.png)

#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...

enhancement
GAPIC

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`...

enhancement
android

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...

stability

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...

enhancement
GAPIS
GAPII
android

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 ...

documentation

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...

bug
triaged

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...

bug
GLES
triaged