Skip to content

Commit

Permalink
Enable GL and Vulkan interop with mesa 19.3.5 and later on AMD GPU
Browse files Browse the repository at this point in the history
The driver fix [1] has been merged to 19.3 and 20.0 staging branches,
it will be released with 19.3.5 and 20.0.0-rc4. So enabled vulkan and gl
interop for mesa 19.3.5 and later version.

[1] https://gitlab.freedesktop.org/mesa/mesa/commit/b81f4a4092b0e4091e728ec50606dc6561963fba

Bug: 1046462
Change-Id: I781bc82734a4fc9a8443f9cf160caf4b7a5e20ac
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057054
Auto-Submit: Peng Huang <penghuang@chromium.org>
Reviewed-by: Zhenyao Mo <zmo@chromium.org>
Commit-Queue: Peng Huang <penghuang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#741734}
  • Loading branch information
phuang authored and Commit Bot committed Feb 15, 2020
1 parent 6c313b5 commit e356a24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gpu/config/gpu_driver_bug_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -3521,6 +3521,11 @@
"os": {
"type": "linux"
},
"driver_vendor": "Mesa",
"driver_version": {
"op": "<",
"value": "19.3.5"
},
"vendor_id": "0x1002",
"disabled_extensions": [
"GL_EXT_memory_object_fd",
Expand Down

0 comments on commit e356a24

Please sign in to comment.