mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-28 02:01:26 +00:00
OpenGL ES drivers (like OpenGL drivers) have DeviceType::Unknown. We want to allow testing of unknown native GLES drivers, as we do for GL drivers, so add them to the conditional. NOTE: this change will enable the OpenGLES backend to run tests on the CQ and waterfall bots. Mark SwANGLE as a "CPU" adapter type, rather than unknown, since we don't want to test it by default. Difference from https://dawn-review.googlesource.com/c/dawn/+/39920: Skip EntryPointTests.FragAndVertexSameModule on OpenGL ES. Bug:dawn:580 dawn:447 dawn:661 Change-Id: I6eafbcf9c45cd8ba6c9c2b906fba7b1b147600df Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/40260 Reviewed-by: Corentin Wallez <cwallez@chromium.org> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Stephen White <senorblanco@chromium.org>