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

Side by Side Diff: third_party/webgl/sdk/tests/conformance/ogles/README.txt

Issue 10399113: Roll webgl conformance tests to r17874: part 2, adding r17874 (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 8 years, 7 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 unified diff | Download patch | Annotate | Revision Log
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 The python script, process-ogles2-tests.py, in this folder generates some
2 WebGL conformance tests from a subset of the OpenGL ES 2.0 conformance
3 tests.
4
5 To run it you must have a copy of the OpenGL ES 2.0 conformance test
6 source then run it like this
7
8 python process-ogles2-tests.py <path/to/ogles2tests>/GTF_ES/glsl/GTF/mustpass. run
9
10 Note: Before running you can safely delete the GTF_ES folder in this
11 folder. Everything inside will be regenerated by the script above.
12
13 IMPORTANT: From the OpenGL ES 2.0 conformance tests only the .vert and
14 .frag files are open source licenesed. All other files in that suite are
15 not open source.
16
17
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698