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

Unified Diff: gpu/gles2_conform_support/README

Issue 2083093002: Update some documentation for gles2_conform_support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « gpu/gles2_conform_support/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gles2_conform_support/README
diff --git a/gpu/gles2_conform_support/README b/gpu/gles2_conform_support/README
index 04305616a5ef03acf83d3e5fc1970853ce482746..d58910d5e0b6de43cad753da324b90b6b9f33784 100644
--- a/gpu/gles2_conform_support/README
+++ b/gpu/gles2_conform_support/README
@@ -1,10 +1,14 @@
To run OpenGL ES 2.0 conformance tests, do the following:
(These require access to Google-internal sources.)
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"
+ [GYP]
+ "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"
+ [GN]
+ "gn args out/gn" and add the config
+ "internal_gles2_conform_tests = true"
2. Build any of the two targets:
- gles2_conform_test_angle which tests ANGLE
- gles2_conform_test_native which tests command-buffer service
« no previous file with comments | « gpu/gles2_conform_support/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698