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

Unified Diff: client/deps/glbench/src/main.cc

Issue 3134033: Added reference images for glbench. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: Corrected and reformatted README file. Created 10 years, 4 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 | « client/deps/glbench/src/checksums ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/main.cc
diff --git a/client/deps/glbench/src/main.cc b/client/deps/glbench/src/main.cc
index 7731f252a426abb76a72340827014fff208b3523..79ddc4ec180219fe7d55cf02780c07face44117f 100644
--- a/client/deps/glbench/src/main.cc
+++ b/client/deps/glbench/src/main.cc
@@ -49,7 +49,7 @@ int main(int argc, char *argv[]) {
}
InitContext();
- printf("# board_id: %s / %s\n",
+ printf("# board_id: %s - %s\n",
glGetString(GL_VENDOR), glGetString(GL_RENDERER));
DestroyContext();
« no previous file with comments | « client/deps/glbench/src/checksums ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698