Chromium Code Reviews
DescriptionUse GLES2Interface in GLRenderer
This ports GLRenderer to (almost) exclusively use GLES2Interface as the
context type instead of WebGraphicsContext3D. The remaining users within
gl_renderer.cc are being addressed in parallel patches. Many callers
outside of gl_renderer.cc still use the WebGraphicsContext3D type, so
GLRenderer still exposes a pointer of that type. They'll be migrated piece
by piece.
Since this patch changes the line length of many lines due to changing the
context pointer type from "context_" to "gl_" and changing the length
of some of the context functions, I've clang-format'd the whole file.
BUG=181120
R=danakj@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=240041
Patch Set 1 #
Total comments: 3
Patch Set 2 : fix extra line in t_w_g_c_3d #Patch Set 3 : applies to ToT #
Total comments: 1
Patch Set 4 : #Patch Set 5 : remove unnecessary const_cast #Patch Set 6 : #
Messages
Total messages: 11 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||