Commit 0def1021 by Alexis Hetu Committed by Alexis Hétu

Allow Chromium to create an OpenGL ES3 context

Removing the "STRICT_CONFORMANCE" restriction from Chromium. This allows OpenGL ES3 context creation when using the flag "--use-gl=swiftshader", which is the case when running layout tests. This does not allow WebGL 2 content to be used when using the flag "--disable-gpu". This will require extra validation on the Chromium side. Change-Id: Ic4770c1acbc454a954e1ce813ebed9ed3aee5cd2 Reviewed-on: https://swiftshader-review.googlesource.com/11750Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent b3f5ed7a
......@@ -15,7 +15,7 @@
import("//build/config/compiler/compiler.gni")
config("swiftshader_config") {
defines = [ "STRICT_CONFORMANCE" ] # Disables OpenGL ES 3.0
defines = []
if (is_win) {
cflags = [
......
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