Commit Graph

8 Commits

Author SHA1 Message Date
stuartmorgan
85c55625fd
Revert "Switch Windows to VS 2019 toolchain (#339)" (#340)
This reverts commit 3c32883100.
2020-01-22 11:54:37 -08:00
stuartmorgan
3c32883100
Switch Windows to VS 2019 toolchain (#339)
Mirrors the change from 8e82c6ab1b%5E%21/

Also adds a new variable needed to build ToT ANGLE. This is because the toolchain change is unfortunately linked to rolling ANGLE at the same time, since the current ANGLE pull has build errors under VS 2017, but ToT hits internal compiler errors with the old toolchain, so they need to be updated in lockstep.

Part of fix for https://github.com/flutter/flutter/issues/48831
2020-01-21 22:33:31 -08:00
stuartmorgan
dbb274c492
Add angle_root override for compat with newer ANGLE (#303) 2019-08-20 21:11:28 -07:00
stuartmorgan
16320fb5c3
Reland: Add support for ANGLE using upstream build rules (#296)
This adds minimal (in some cases dummy) files sufficient to allow
building ANGLE in this buildroot using the build_with_chromium
option.

This relanded version uses the new swiftshader_ prefixed versions of the
DLL names in the swiftshader build, which are loaded preferentially if
available. This ensures that the swiftshader tests will use those,
rather than the potentially incompatible ANGLE versions. In local
testing, this resolved the ShellTest failures that led to the previous
revert.
2019-08-08 19:40:22 -07:00
stuartmorgan
66afc8a17a
Revert "Add support for ANGLE using upstream build rules (#290)" (#294)
Reverting due to ShellTest failures on Windows.
2019-08-07 09:08:07 -07:00
stuartmorgan
182ad4097e
Add support for ANGLE using upstream build rules (#290)
Reland of fe3b82877e (#276)

This adds minimal (in some cases dummy) files sufficient to allow
building ANGLE in this buildroot using the build_with_chromium option.
2019-08-06 13:39:44 -07:00
Kaushik Iska
de2a399cf6
Revert "Add support for ANGLE using upstream build rules (#276)" (#285)
This reverts commit fe3b82877e.
2019-07-30 10:01:51 -07:00
stuartmorgan
fe3b82877e
Add support for ANGLE using upstream build rules (#276)
This adds minimial (in some cases dummy) files sufficient to allow
building ANGLE in this buildroot using the build_with_chromium option.
2019-07-18 16:33:59 -07:00