Tags: Physolia/gapid
Tags
Don't set up layer when driver apk is not found. (google#3274) Avoid setting up layer when driver apk is not found. Make sure to invoke cleanup when an error happens. BUG: b/142082436 Test: manual test with vulkan app
Remove VK_ANDROID_native_buffer extension (google#3270) Remove VK_ANDROID_native_buffer extension support which is not visible to applications.
Fix dev release update: let a dev release know its own dev version (g… …oogle#3226) A dev release build needs to know its own dev version to be able to check whether other pre-release on GitHub are newer or not.
-
Oct 11, 2019 - 03bb3d5
- zip
- 8000 tar.gz
Improve gapit trace message: add "bytes" unit (google#3212)
Added option to export a replay to display on screen.
Don't be as eager to merge small slices and override state. - Only merge slices less than a pixel wide or with a gap of less than 2px. - If a slices is 3 times larger than what it's merged with, it's state dominates the merge priority, thus a tiny running slices doesn't turn it's large runnable neighbor into running.
PreviousNext