8000 Tags · Physolia/gapid · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: Physolia/gapid

Tags

v1.7.0-dev-20191021

Toggle v1.7.0-dev-20191021's commit message
Restore the old first-run dialog behavior.

v1.7.0-dev-20191018

Toggle v1.7.0-dev-20191018's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

v1.7.0-dev-20191017

Toggle v1.7.0-dev-20191017's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Remove VK_ANDROID_native_buffer extension (google#3270)

Remove VK_ANDROID_native_buffer extension support which is not visible to applications.

v1.7.0-dev-20191011

Toggle v1.7.0-dev-20191011's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

v1.7.0-dev-20191004

Toggle v1.7.0-dev-20191004's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Improve gapit trace message: add "bytes" unit (google#3212)

v1.7.0-dev-20190926

Toggle v1.7.0-dev-20190926's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check for dev releases tagged <major>.<minor>.<point>-dev-<dev> (goog…

…le#3104)

Also add the relevant option in the Settings UI, fix the default state
of Settings dialog checkboxes, and reset update timer whenever
Settings are saved.

v1.7.0-dev-20190911

Toggle v1.7.0-dev-20190911's commit message
Added option to export a replay to display on screen.

v1.6.1

Toggle v1.6.1's commit message

Verified

This commit was signed with the committer’s verified signature.
pmuetschard Pascal Mütschard
Don't try to dispose the clipboard if the display is already disposed.

This avoids error during shutdown.

v1.6.0

Toggle v1.6.0's commit message
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.

libinterceptor-v1.0

Toggle libinterceptor-v1.0's commit message
Include query_timestamps in export_replay.

0