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

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

Issue 1315007: Added tearing tests for plain texture updates and bind pixmap to texture. (Closed)
Patch Set: Created 10 years, 9 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/glx_stuff.h » ('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 17205675d91a9a6f0237ccfddfcfccd35fd9dea9..02706b22ae4f303428df6e4885fb2084989ad02f 100644
--- a/client/deps/glbench/src/Makefile
+++ b/client/deps/glbench/src/Makefile
@@ -17,9 +17,11 @@ GCLIENT_ROOT ?= ../../../../../../../..
ifdef USE_EGL
CXXFLAGS += -I$(GCLIENT_ROOT)/src/third_party/khronos/files/include
SOURCES_COMMON += egl_stuff.cc
+SOURCES_TEARTEST += teartest_egl.cc
LDFLAGS += -L$(GCLIENT_ROOT)/src/third_party/khronos/files -lEGL
else
SOURCES_COMMON += glx_stuff.cc
+SOURCES_TEARTEST += teartest_glx.cc
endif
OBJS_COMMON = $(SOURCES_COMMON:.cc=.o)
« no previous file with comments | « no previous file | client/deps/glbench/src/glx_stuff.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698