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

Unified Diff: gpu/gles2_conform_support/README

Issue 105733002: Move src/gpu/gles2_conform_test out of src-internal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: gpu/gles2_conform_support/README
diff --git a/gpu/gles2_conform_support/README b/gpu/gles2_conform_support/README
new file mode 100644
index 0000000000000000000000000000000000000000..6f7c071c2aaff1e63fdc773aaf1292e41c4b6432
--- /dev/null
+++ b/gpu/gles2_conform_support/README
@@ -0,0 +1,14 @@
+To run OpenGL ES 2.0 conformance tests, do the following:
Ken Russell (switch to Gerrit) 2013/12/05 00:40:15 Is it worth adding a note that these require acces
Zhenyao Mo 2013/12/05 01:48:31 Done.
+1. Generate build files:
+ "python build/gyp_chromium gpu/gles2_conform_support/gles2_conform_test.gyp"
+ or set "GYP_DEFINES=internal_gles2_conform_tests=1" and rebuild your
+ projects using your standard method. Example:
+ "GYP_DEFINES=internal_gles2_conform_tests=1 gclient runhooks"
+2. Build any of the two targets:
+ - gles2_conform_test_angle which tests ANGLE
+ - gles2_conform_test_native which tests command-buffer service
+ - gles2_conform_test_windowless which tests command-buffer service on most platforms
+ - gles2_conform_test_pepper will be added later
+3. Run the targets as: "<path to>gles2_conform_test_native -noimagefileio
+ -run=<path to>third_party\gles2_conform\GTF_ES\glsl\GTF\mustpass.run"
+

Powered by Google App Engine
This is Rietveld 408576698