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

Unified Diff: client/deps/glbench/src/utils.h

Issue 2152003: Moved selection of I915 hack out of the YUV shader. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: Created 10 years, 7 months 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 | client/deps/glbench/src/utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/utils.h
diff --git a/client/deps/glbench/src/utils.h b/client/deps/glbench/src/utils.h
index 20fce9244f61b45f8a322f06ae6cd5cf5c4e32d2..434d081bbbd39c287645636bcc6b77c0af6de770 100644
--- a/client/deps/glbench/src/utils.h
+++ b/client/deps/glbench/src/utils.h
@@ -24,6 +24,9 @@ void CreateLattice(GLfloat **vertices, GLsizeiptr *size,
int CreateMesh(GLuint **indices, GLsizeiptr *size,
int width, int height, int culled_ratio);
GLuint InitShaderProgram(const char *vertex_src, const char *fragment_src);
+GLuint InitShaderProgramWithHeader(const char* header,
+ const char* vertex_src,
+ const char* fragment_src);
} // namespace glbench
« no previous file with comments | « no previous file | client/deps/glbench/src/utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698