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

Side by Side Diff: third_party/webgl/conformance-suites/1.0.0/conformance/more/index.html

Issue 9360034: Remove everthing except conformance tests in the deps/third_party/webgl (Closed) Base URL: svn://chrome-svn/chrome/trunk/deps/
Patch Set: Created 8 years, 10 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
OLDNEW
(Empty)
1 <html>
2 <head>
3 <title>WebGL tests</title>
4 </head>
5 <body>
6
7 <h1>Tests for the WebGL canvas context</h1>
8
9 <h2>These tests are intended to serve the following purposes:</h2>
10 <ul>
11 <li>Assert spec conformance (so that WebGL pages work the same across brow sers and hardware)</li>
12 <li>Check the safety of the GL binding (bounds checking, same origin polic y)</li>
13 <li>Provide performance numbers for developers</li>
14 </ul>
15
16 <h2>Test runners</h2>
17 <ul>
18 <li><a href="all_tests_linkonly.html">Run tests manually</a></li>
19 <li><a href="all_tests.html">Run all tests in parallel</a></li>
20 <li><a href="all_tests_sequential.html">Run all tests sequentially</a></li >
21 </ul>
22
23
24 <h2>Demos</h2>
25 <ul>
26 <li><a href="demos/opengl_web.html">OpenGL for the web</a> (requires worki ng FBOs and null textures or using canvases as textures)</li>
27 <li><a href="demos/video.html">Green screen video demo with a color remapp ing filter</a> (requires loading &lt;video> to texture with texImage2D)</li>
28 </ul>
29
30 <h2>Running the tests</h2>
31
32 <ol>
33 <li><a href="http://learningwebgl.com/blog/?p=11">Install a browser with W ebGL support</a></li>
34 <li>Open one of the test runners linked above in your browser.</li>
35 <li>For more control over the tests, go the <a href="http://github.com/kig /canvas3d-tests">GitHub page</a>, see the readme, and clone the repo.</li>
36 </ol>
37
38 <h2>Want to contribute?</h2>
39
40 <p>See the <a href="README.md">README</a>.</p>
41 <p>See the <a href="http://github.com/kig/canvas3d-tests">GitHub page</a>.</ p>
42 <p>Mail me at <a href="mailto:ilmari.heikkinen@gmail.com">ilmari.heikkinen@g mail.com</a></p>
43
44
45 <h2>For more information on WebGL</h2>
46
47 <ul>
48 <li><a href="http://planet-webgl.org">Planet WebGL</a></li>
49 <li><a href="http://learningwebgl.com">Learning WebGL</a></li>
50 <li><a href="http://www.khronos.org/message_boards/viewforum.php?f=34">Web GL on Khronos Message Boards</a></li>
51 </ul>
52
53 <h2>Developer links</h2>
54 <ul>
55 <li><a href="https://bugzilla.mozilla.org/buglist.cgi?quicksearch=webgl">W ebGL on Mozilla Bugzilla</a></li>
56 <li><a href="https://bugzilla.webkit.org/buglist.cgi?quicksearch=webgl">We bGL on WebKit Bugzilla</a></li>
57 <li><a href="http://code.google.com/p/chromium/issues/list?q=label:3D-WebG L">WebGL on Chromium Bugzilla</a></li>
58 </ul>
59
60
61 <h2>License</h2>
62
63 <p>
64 These tests are released under the BSD license. The images and videos used in the tests are the respective property of their authors.
65 </p>
66
67 </body>
68 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698