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

Unified Diff: client/deps/glbench/src/Makefile

Issue 2965008: Converted triangle setup test to GLES2. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: renamed shader variables Created 10 years, 5 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/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/Makefile
diff --git a/client/deps/glbench/src/Makefile b/client/deps/glbench/src/Makefile
index 7e87adf2d15d042388e1ae67d656b557466e4ef5..1216548b39f3254ba0002e31a052ef7ba524bc0d 100644
--- a/client/deps/glbench/src/Makefile
+++ b/client/deps/glbench/src/Makefile
@@ -6,13 +6,13 @@ SOURCES_COMMON = xlib_window.cc utils.cc
SOURCES_GL_BENCH = main.cc swaptest.cc yuvtest.cc testbase.cc
SOURCES_GL_BENCH += readpixeltest.cc
SOURCES_GL_BENCH += attributefetchtest.cc varyingsandddxytest.cc cleartest.cc
-SOURCES_GL_BENCH += textureupdatetest.cc
+SOURCES_GL_BENCH += textureupdatetest.cc trianglesetuptest.cc
GRAPHICS_BACKEND ?= OPENGL
# TODO: port these to GLES
ifeq ($(GRAPHICS_BACKEND),OPENGL)
-SOURCES_GL_BENCH += fillratetest.cc trianglesetuptest.cc
+SOURCES_GL_BENCH += fillratetest.cc
SOURCES_GL_BENCH += windowmanagercompositingtest.cc
endif
SOURCES_TEARTEST = teartest.cc
« no previous file with comments | « no previous file | client/deps/glbench/src/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698