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

Tags: liuwjchinal/gapid

Tags

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Vulkan Image Primer: Add priming by Image->Image copy (device side co…

…py) (google#2605)

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)

v1.0.3

Toggle v1.0.3's commit message
gapir: Fix osx crash on High Sierra.

This one liner magically fixes an assert deep in the depths of the macOS
framework. Don’t ask me why.

Fixes: google#1593

v1.0.2

Toggle v1.0.2's commit message
gapir: Fix crash on gles replay

As the documentation for dl_loader states:

// For *nix systems, a nullptr can be used to search the application's functions.

v1.0.1

Toggle v1.0.1's commit message
gapic/UpdateWatcher: Don't check for pre-releases.

Longer term we should probably have this on a setting.

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

Remove the Status section.
We're about to launch v1, and there's plenty more detailed information on the gh-pages.

v0.9.6

Toggle v0.9.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump GAPID version to v0.9.6

0