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

Tags: Surfndez/gapid

Tags

nightly

Toggle nightly's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Create a database key to fix name collusion on loading captures (goog…

…le#3078)

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.

v1.5.0

Toggle v1.5.0's commit message
Fix SEGV when using invalid image views.

v1.4.0

Toggle v1.4.0's commit message
Fix the robot invocation of `gapit trace`.

v1.3.1

Toggle v1.3.1's commit message
Fix effect of pointer[n] for n > 0.

Pointer[n] was incorrectly getting translated to
slice(n, n+1)[n], instead of slice(n, n+1)[0].

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Vulkan: Fix some image layout errors reported by validation layers (g…

…oogle#2353)

v1.2.0

Toggle v1.2.0's commit message
Force the GAPID apk to be debuggable.

We need this to be the case to force run-as to behave.

v1.1.0

Toggle v1.1.0's commit message
Drop debug logs in image primer (google#1866)

0