Commit c4159a17 by Alexis Hetu Committed by Alexis Hétu

GL_R11F_G11F_B10F is a color renderable format in OpenGL ES 3.0

GL_R11F_G11F_B10F was missing from a utility function, causing some dEQP tests to fail. Simply adding it fixes most R11F_G11F_B10F related tests in: functional.fbo.* functional.fragment_out.* functional.pbo.* Change-Id: I0d77f1c9c01aff106e266853e81b4cf45f748bc1 Reviewed-on: https://swiftshader-review.googlesource.com/11211Tested-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent cec599f5
......@@ -1087,6 +1087,7 @@ namespace es2
case GL_RGBA16I:
case GL_RGBA32I:
case GL_RGBA32UI:
case GL_R11F_G11F_B10F:
return clientVersion >= 3;
case GL_DEPTH_COMPONENT24:
case GL_DEPTH_COMPONENT32_OES:
......
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