fix GL_ARB_spirv_extensions name
[mesa.git] / docs / perf.html
index ec400c613f6535db7fb3afd9f1080e7d80386201..907389b82f9782fcf15b29068936cfcbae91885b 100644 (file)
@@ -7,6 +7,13 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <h1>Performance Tips</h1>
 
 <p>
@@ -52,7 +59,7 @@ Performance tips for software rendering:
          GL_COLOR_MATERIAL is disabled
          No spot lights are used (all GL_SPOT_CUTOFFs are 180.0)
          No local lights are used (all position W's are 0.0)
-         All material and light coefficients are >= zero
+         All material and light coefficients are &gt;= zero
 <li> XFree86 users:  if you want to use 24-bit color try starting your
       X server in 32-bit per pixel mode for better performance.  That is,
       start your X server with
@@ -64,6 +71,6 @@ Performance tips for software rendering:
       command glEnable(GL_DITHER) will be ignored.
 </ol>
 
-
+</div>
 </body>
 </html>