Skip to content

Android hardware buffer handling tweaks #3325

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 22, 2024

Conversation

cmannett85-arm
Copy link
Collaborator

  • Calling vkGetImageMemoryRequirements on AHB-backed images before binding is out-of-spec, so that is now deferred until bind
  • Calling vkCreateImage with an undefined format will cause an error to be returned

@cmannett85-arm cmannett85-arm force-pushed the external-format-tweaks branch from 28a69ec to 199528a Compare May 22, 2024 14:15
* Calling vkGetImageMemoryRequirements on AHB-backed images before binding is out-of-spec, so that is now deferred until bind
* Calling vkCreateImage with an undefined format will cause an error to be returned
@cmannett85-arm cmannett85-arm force-pushed the external-format-tweaks branch from 199528a to 5a0621a Compare May 22, 2024 14:45
@baldurk baldurk merged commit 18256e1 into baldurk:v1.x May 22, 2024
16 checks passed
@cmannett85-arm cmannett85-arm deleted the external-format-tweaks branch May 22, 2024 16:03
@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 30, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants