-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This makes creating a dmabuf with different modifiers for different planes a protocol error. This *could* be considered a breaking API change, but I don't think we need a semver bump for it because: * Callers should never have actually used different modifiers for different planes, since this was never valid. * Most users of this protocol tend to use `create_immed`, in which case they would get a protocol error. So it's "breaking" if an application calls `create` with non-sense params and then expects to get `failed`. When we do have an API break, the API should probably be changed to only allow a single modifier. This change isn't important, but will be needed for future updates to dmabuf.
- Loading branch information
Showing
3 changed files
with
7 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters