docs: harmonize headings and titles
[mesa.git] / docs / dispatch.html
index c98ec6592d6a7439c6b0c433052b46c6b5a46502..c9c958e0617791c24a65d1399b831b7f52028028 100644 (file)
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
   <meta http-equiv="content-type" content="text/html; charset=utf-8">
-  <title>GL Dispatch in Mesa</title>
+  <title>GL Dispatch</title>
   <link rel="stylesheet" type="text/css" href="mesa.css">
 </head>
 <body>
@@ -14,7 +14,7 @@
 <iframe src="contents.html"></iframe>
 <div class="content">
 
-<h1>GL Dispatch in Mesa</h1>
+<h1>GL Dispatch</h1>
 
 <p>Several factors combine to make efficient dispatch of OpenGL functions
 fairly complicated.  This document attempts to explain some of the issues