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

Side by Side Diff: conformance/more/index.html

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

Powered by Google App Engine
This is Rietveld 408576698