Commit b421c3a6 authored by Khushal's avatar Khushal Committed by Commit Bot

gpu: Disable dual source blending support on buggy driver versions.

The corresponding to patch to apply the workaround in skia is:
https://skia-review.googlesource.com/c/skia/+/261211

R=ericrk@chromium.org

Bug: 1027981
Change-Id: I1b1cbdd39ebacaf8fe4e1cf61438bbec5306ad39
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977697
Commit-Queue: Khushal <khushalsagar@chromium.org>
Reviewed-by: default avatarEric Karl <ericrk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#726969}
parent 99193b3a
...@@ -3490,6 +3490,22 @@ ...@@ -3490,6 +3490,22 @@
"features": [ "features": [
"force_low_power_gpu" "force_low_power_gpu"
] ]
},
{
"id": 327,
"cr_bugs": [1027981],
"description": "Disable dual source blending support",
"os": {
"type": "macosx",
"version": {
"op": "<",
"value": "10.14"
}
},
"gl_vendor": "Intel.*",
"features": [
"disable_dual_source_blending_support"
]
} }
] ]
} }
...@@ -118,3 +118,4 @@ disable_half_float_for_gmb ...@@ -118,3 +118,4 @@ disable_half_float_for_gmb
prefer_draw_to_copy prefer_draw_to_copy
remove_dynamic_indexing_of_swizzled_vector remove_dynamic_indexing_of_swizzled_vector
do_extra_flush_around_bindframebuffer do_extra_flush_around_bindframebuffer
disable_dual_source_blending_support
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment