android: radeonsi/gfx10: generate gfx10_format_table.h (v2)
[mesa.git] / docs / viewperf.html
index ed89ee2cfeaf7cb63399c1db0318940c909187ec..ae771ee6eff384a5f0426cac91638d885f08016c 100644 (file)
@@ -8,7 +8,7 @@
 <body>
 
 <div class="header">
-  <h1>The Mesa 3D Graphics Library</h1>
+  The Mesa 3D Graphics Library
 </div>
 
 <iframe src="contents.html"></iframe>
@@ -186,17 +186,17 @@ glRotate(52, 52, 52, 1);
 These unusual values lead to invalid modelview matrices.
 For example, the last glRotate command above produces this matrix with Mesa:
 <pre>
-1.08536e+24 2.55321e-23 -0.000160389 0 
-5.96937e-25 1.08536e+24 103408 0 
-103408 -0.000160389 1.74755e+09 0 
-0 0 0 nan 
+1.08536e+24 2.55321e-23 -0.000160389 0
+5.96937e-25 1.08536e+24 103408 0
+103408 -0.000160389 1.74755e+09 0
+0 0 0 nan
 </pre>
 and with NVIDIA's OpenGL:
 <pre>
-1.4013e-45 0 -nan 0 
-0 1.4013e-45 1.4013e-45 0 
-1.4013e-45 -nan 1.4013e-45 0 
-0 0 0 1.4013e-45 
+1.4013e-45 0 -nan 0
+0 1.4013e-45 1.4013e-45 0
+1.4013e-45 -nan 1.4013e-45 0
+0 0 0 1.4013e-45
 </pre>
 <p>
 This causes the object in question to be drawn in a strange orientation