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

Unified Diff: native_client_sdk/src/examples/demo/earth_simd/index.html

Issue 289023002: Initial SIMD demos life and earth for PNaCl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
Index: native_client_sdk/src/examples/demo/earth_simd/index.html
diff --git a/native_client_sdk/src/examples/demo/earth/index.html b/native_client_sdk/src/examples/demo/earth_simd/index.html
similarity index 88%
copy from native_client_sdk/src/examples/demo/earth/index.html
copy to native_client_sdk/src/examples/demo/earth_simd/index.html
index 8ca4aa42aaddf144a2f1e9cc14f7b5139542e678..9e7703585377a8a638e56a2d4624916ae51f2b8c 100644
--- a/native_client_sdk/src/examples/demo/earth/index.html
+++ b/native_client_sdk/src/examples/demo/earth_simd/index.html
@@ -9,15 +9,16 @@ found in the LICENSE file.
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="-1">
<meta charset="UTF-8">
- <title>{{title}}</title>
+ <title>Multi-Threaded SIMD Earth Demo for PNaCl</title>
binji 2014/05/15 18:58:37 just use {{title}} here. It is filled in automatic
nfullagar 2014/05/15 21:25:13 Done.
<script type="text/javascript" src="common.js"></script>
<script type="text/javascript" src="example.js"></script>
</head>
-<body {{attrs}} data-width="640" data-height="640">
- <h1>{{title}}</h1>
+<body data-name="earth_simd" data-tools="pnacl" data-configs="Debug Release" data-path="{tc}/{config}" data-width="640" data-height="640">
binji 2014/05/15 18:58:37 same here, you can leave this as {{attrs}}
nfullagar 2014/05/15 21:25:13 Done.
+ <h1>Multi-Threaded SIMD Earth Demo for PNaCl</h1>
<h2>Status: <code id="statusField">NO-STATUS</code></h2>
<div>
- This demo renders a rotating globe using the Graphics2D interface.
+ This PNaCl demo uses portable SIMD and renders a rotating globe using the
+ Graphics2D interface.
Image Credit:
NASA Goddard Space Flight Center Image by Reto Stöckli (land surface,
shallow water, clouds). Enhancements by Robert Simmon (ocean color,

Powered by Google App Engine
This is Rietveld 408576698