Commit 73dcc60c by Geoff Lang Committed by Commit Bot

Support more always-available extensions in ContextNULL.

Add some extensions that are required by the passthrough command decoder and exposed on all other ANGLE backends. BUG=781164 Change-Id: Ie83143effd2460122e7a093c658f217fb460d8b2 Reviewed-on: https://chromium-review.googlesource.com/759132Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org>
parent 935cb7c5
......@@ -73,7 +73,10 @@ ContextNULL::ContextNULL(const gl::ContextState &state, AllocationTrackerNULL *a
mExtensions.copyTexture = true;
mExtensions.copyCompressedTexture = true;
mExtensions.textureRectangle = true;
mExtensions.textureUsage = true;
mExtensions.textureUsage = true;
mExtensions.vertexArrayObject = true;
mExtensions.debugMarker = true;
mExtensions.translatedShaderSource = true;
mExtensions.rgb8rgba8 = true;
mExtensions.textureCompressionDXT1 = true;
......
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