Descriptionaura: Change shared context to be offscreen for arm
ARM drivers don't like to have 2 EGLSurface on the same Window. So we need to
make the UI shared context offscren.
This also requires the image transport surface to be an "offscreen" GLSurface (a
pbuffer), however the GLES2Decoder needs to be "onscreen" (i.e. it calls
SwapBuffers on the surface instead managing the offscreen buffers itself).
So this decouples the 2 notions of "offscreen".
BUG=chrome-os-partner:8284
TEST=gpu_unittests. Aura chrome --ui-use-gpu-process with poster circle and webgl on tegra, lumpy, desktop GL. Desktop chrome with poster circle and webgl.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=131177
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133975
Patch Set 1 #Patch Set 2 : rebase #Messages
Total messages: 9 (0 generated)
|