Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1023)

Unified Diff: src/gpu/gl/GrGLInterface.cpp

Issue 774303003: Remove guard on and enable vertexAttrib function pts on GrGLInterface. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/gl/GrGLInterface.cpp
diff --git a/src/gpu/gl/GrGLInterface.cpp b/src/gpu/gl/GrGLInterface.cpp
index d4db766bcc00177092a186647990a2808f7f30a9..dba005976f366251f2c7e8177a67fb55303d1654 100644
--- a/src/gpu/gl/GrGLInterface.cpp
+++ b/src/gpu/gl/GrGLInterface.cpp
@@ -184,11 +184,9 @@ bool GrGLInterface::validate() const {
NULL == fFunctions.fUniformMatrix3fv ||
NULL == fFunctions.fUniformMatrix4fv ||
NULL == fFunctions.fUseProgram ||
-#if 0
NULL == fFunctions.fVertexAttrib1f ||
NULL == fFunctions.fVertexAttrib2fv ||
NULL == fFunctions.fVertexAttrib3fv ||
-#endif
NULL == fFunctions.fVertexAttrib4fv ||
NULL == fFunctions.fVertexAttribPointer ||
NULL == fFunctions.fViewport ||
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698