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

Tags: chrisforbes/gapid

Tags

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.

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)
0