-
Notifications
You must be signed in to change notification settings - Fork 104
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
NVIDIA: eglQueryDmaBufModifiersEXT
spuriously returns EGL_BAD_PARAMETER
for a few formats
#3278
Closed
Tracked by
#3252
Labels
triaged
Triage into JIRA to plan it in
Comments
4 tasks
RAOF
changed the title
NVIDIA: Mar 8, 2024
eglQueryDmaBufModifiersEXT
spuriously returns EGL_BAD_PARAMETER
for a few formatseglQueryDmaBufModifiersEXT
spuriously returns EGL_BAD_PARAMETER
for a few formats
github-merge-queue bot
pushed a commit
that referenced
this issue
Mar 15, 2024
Some EGL implementations (*cough* NVIDIA) return formats from `eglQueryDmaBufFormatsEXT` that generate `EGL_BAD_PARAMETER` errors when querying for the associated modifiers with `eglQueryDmaBufModifiersEXT`. This doesn't need to be fatal, as long as there are *some* formats for which we can successfully query the modifiers, so make it non-fatal. Fixes: #3278
mattkae
pushed a commit
that referenced
this issue
Mar 27, 2024
Some EGL implementations (*cough* NVIDIA) return formats from `eglQueryDmaBufFormatsEXT` that generate `EGL_BAD_PARAMETER` errors when querying for the associated modifiers with `eglQueryDmaBufModifiersEXT`. This doesn't need to be fatal, as long as there are *some* formats for which we can successfully query the modifiers, so make it non-fatal. Fixes: #3278
mattkae
pushed a commit
that referenced
this issue
Mar 27, 2024
Some EGL implementations (*cough* NVIDIA) return formats from `eglQueryDmaBufFormatsEXT` that generate `EGL_BAD_PARAMETER` errors when querying for the associated modifiers with `eglQueryDmaBufModifiersEXT`. This doesn't need to be fatal, as long as there are *some* formats for which we can successfully query the modifiers, so make it non-fatal. Fixes: #3278
mattkae
pushed a commit
that referenced
this issue
Mar 27, 2024
Some EGL implementations (*cough* NVIDIA) return formats from `eglQueryDmaBufFormatsEXT` that generate `EGL_BAD_PARAMETER` errors when querying for the associated modifiers with `eglQueryDmaBufModifiersEXT`. This doesn't need to be fatal, as long as there are *some* formats for which we can successfully query the modifiers, so make it non-fatal. Fixes: #3278
Merged
mattkae
pushed a commit
that referenced
this issue
Mar 28, 2024
Some EGL implementations (*cough* NVIDIA) return formats from `eglQueryDmaBufFormatsEXT` that generate `EGL_BAD_PARAMETER` errors when querying for the associated modifiers with `eglQueryDmaBufModifiersEXT`. This doesn't need to be fatal, as long as there are *some* formats for which we can successfully query the modifiers, so make it non-fatal. Fixes: #3278
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: