Commit 9b8dfb80 by Geoff Lang Committed by Commit Bot

Support more display extensions in DisplayNULL.

BUG=602737 Change-Id: I05987f4806e179eb50f4b86533c88831e359b9e8 Reviewed-on: https://chromium-review.googlesource.com/617514 Commit-Queue: Geoff Lang <geofflang@chromium.org> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Reviewed-by: 's avatarCorentin Wallez <cwallez@chromium.org>
parent c0094eca
...@@ -201,7 +201,11 @@ void DisplayNULL::generateExtensions(egl::DisplayExtensions *outExtensions) cons ...@@ -201,7 +201,11 @@ void DisplayNULL::generateExtensions(egl::DisplayExtensions *outExtensions) cons
outExtensions->createContextWebGLCompatibility = true; outExtensions->createContextWebGLCompatibility = true;
outExtensions->createContextBindGeneratesResource = true; outExtensions->createContextBindGeneratesResource = true;
outExtensions->swapBuffersWithDamage = true; outExtensions->swapBuffersWithDamage = true;
outExtensions->pixelFormatFloat = true;
outExtensions->surfacelessContext = true; outExtensions->surfacelessContext = true;
outExtensions->displayTextureShareGroup = true;
outExtensions->createContextClientArrays = true;
outExtensions->programCacheControl = true;
} }
void DisplayNULL::generateCaps(egl::Caps *outCaps) const void DisplayNULL::generateCaps(egl::Caps *outCaps) const
......
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