зеркало из https://github.com/AvaloniaUI/angle.git
Revert "Use ANGLE GL for Lacros Chrome"
This reverts commit b62f8dd116
.
Reason for revert: Breaks skia roll. See
https://ci.chromium.org/raw/build/logs.chromium.org/skia/535503ce58f24311/+/annotations
Original change's description:
> Use ANGLE GL for Lacros Chrome
>
> Currently, no ANGLE platform flag is enabled for Lacros Chrome.
> GL is selected as default by this change.
>
> Bug: chromium:1203176
> Change-Id: I7f810c496dc1806c030e7292a319624d45c33fa1
> Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2851829
> Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
> Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
Bug: chromium:1203176
Change-Id: I82b50a9fb57ffb9a6d9112d1a07f3b03775c5bcc
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2875350
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Bot-Commit: Rubber Stamper <rubber-stamper@appspot.gserviceaccount.com>
This commit is contained in:
Родитель
0fb204bdbf
Коммит
bcf9ffa511
|
@ -119,10 +119,9 @@ declare_args() {
|
|||
|
||||
angle_enable_d3d9 = is_win && !angle_is_winuwp
|
||||
angle_enable_d3d11 = is_win
|
||||
angle_enable_gl =
|
||||
(ozone_platform_gbm || is_chromeos_lacros ||
|
||||
(!is_linux && !is_chromeos) || (angle_use_x11 && !is_chromeos)) &&
|
||||
!is_fuchsia && !angle_is_winuwp && !is_ggp && !is_win_arm64
|
||||
angle_enable_gl = (ozone_platform_gbm || (!is_linux && !is_chromeos) ||
|
||||
(angle_use_x11 && !is_chromeos)) && !is_fuchsia &&
|
||||
!angle_is_winuwp && !is_ggp && !is_win_arm64
|
||||
|
||||
angle_enable_vulkan =
|
||||
angle_has_build &&
|
||||
|
|
Загрузка…
Ссылка в новой задаче