DescriptionAdd support for Khr_surfaceless_context.
http://www.khronos.org/registry/egl/extensions/KHR/EGL_KHR_surfaceless_context.txt
This patch adds support in GLSurfaceEGL to be able to use
surfaceless context when supported by the drivers. This avoids
the creation of a dummy offscreen surface. This would also enable
support for offscreen rendering on platforms (i.e Ozone-Wayland) which
donot support pbuffer surfaces.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232615
Patch Set 1 #
Total comments: 6
Patch Set 2 : Review fixes: Fix variable name, Use surfacelessegl only if supported and clients request a size of… #
Total comments: 3
Patch Set 3 : Review Fix: Use SurfacelessEGL only if requested size is 0,0. #
Messages
Total messages: 15 (0 generated)
|