docs: fix html end/start tags
authorAndreas Boll <andreas.boll.dev@gmail.com>
Tue, 12 Jun 2012 07:05:22 +0000 (09:05 +0200)
committerBrian Paul <brianp@vmware.com>
Tue, 12 Jun 2012 14:03:30 +0000 (08:03 -0600)
for more well-formed html

Signed-off-by: Brian Paul <brianp@vmware.com>
23 files changed:
docs/autoconf.html
docs/banner.html
docs/contents.html
docs/download.html
docs/faq.html
docs/helpwanted.html
docs/install.html
docs/lists.html
docs/llvmpipe.html
docs/mangling.html
docs/news.html
docs/relnotes-6.5.2.html
docs/relnotes-7.1.html
docs/relnotes-7.10.1.html
docs/relnotes-7.9.2.html
docs/relnotes-8.0.2.html
docs/relnotes.html
docs/repository.html
docs/science.html
docs/shading.html
docs/systems.html
docs/versions.html
docs/vmware-guest.html

index 5f94b7e88bb49c5a2e56c9e01e551feda4a1dfc5..4f1ad8d646cf857b6145297b57599efac7da12f2 100644 (file)
@@ -209,7 +209,6 @@ options are 16- and 32-bit color channels, which will add the bit size
 to the library name. For example, <code>--with-osmesa-bits=16</code>
 will create the libOSMesa16 library with a 16-bit color channel.
 </dl>
-</dl>
 
 
 <h2 id="library">3. Library Options</h2>
index 30b476dc0e5b9253968a673e7532b2dac5597dcb..10ace2c7d3bea8b285ccc3caf9fc6d8be24885c0 100644 (file)
@@ -20,7 +20,6 @@ BORDER-TOP: 0PX; BORDER-BOTTOM: 0PX;
 border-image: url(gears.png) 100%; -WEBKIT-border-image: url(gears.png) 100%; 
 }
 */
-} 
 -->
 </STYLE >
 </head>
index 94bd94aefbaf500c94bc49ffc5734b3bbe0e1ca5..08ec97799a9461ab57f0a7fd604dc5043f9b19b7 100644 (file)
@@ -6,7 +6,7 @@
   <link rel="stylesheet" type="text/css" href="mesa.css">
 
 <!--Override a few values from the style sheet: -->
-<style>
+<style type="text/css">
 <!--
 body {
        background-color: #cccccc;
index b0b7f7e2cb1570ccb3741199f9250cb256488d84..207d879f0f20999f6ca1529649a4cd5b5cbb92e9 100644 (file)
@@ -80,7 +80,7 @@ instructions</a>.
 </p>
 
 
-<H1>Demos and GLUT</H2>
+<H1>Demos and GLUT</H1>
 
 <p>
 A package of Mark Kilgard's GLUT library is available
index e1f7b3dcb53ce8db75b5ee035f3bc6ddecc6e577..333ba8d7ecd81b2e1081db04ae1e07ad9304d5c9 100644 (file)
@@ -89,6 +89,7 @@ Still, Mesa serves at least these purposes:
 <em>Stand-alone Mesa</em> is the original incarnation of Mesa.
 On systems running the X Window System it does all its rendering through
 the Xlib API:
+</p>
 <ul>
 <li>The GLX API is supported, but it's really just an emulation of the
      real thing.
@@ -98,7 +99,6 @@ the Xlib API:
 <li>The OpenGL library, libGL.so, contains everything (the programming API,
     the GLX functions and all the rendering code).
 </ul>
-</p>
 <p>
 Alternately, Mesa acts as the core for a number of OpenGL hardware drivers
 within the DRI (Direct Rendering Infrastructure):
index 4241e24f35b31c16758d14f0e447f6e75ca15b0c..444c12b5a9b144fb487c50ea0fde030187b63067 100644 (file)
@@ -55,14 +55,14 @@ Then post a message to propose what you want to do, just to make sure
 there's no issues.
 </p>
 
-</p>
+<p>
 Anyone is welcome to contribute code to the Mesa project.
 By doing so, it's assumed that you agree to the code's licensing terms.
 </p>
 
 <p>
 Finally:
-<p>
+</p>
 
 <ol>
 <li>Try to write high-quality code that follows the existing style.
index 2a59545b2e2fa30588fe17e1bb0384f64c294f71..52fa3bcd5d7b39891db070f6144ba6b96182bb82 100644 (file)
@@ -19,7 +19,7 @@
 <li><a href="#scons">Building with SCons (Windows/Linux)</a>
 <li><a href="#other">Building for other systems</a>
 <li><a href="#libs">Library Information</a>
-<li><a href="#pkg-config">Building OpenGL programs with pkg-config
+<li><a href="#pkg-config">Building OpenGL programs with pkg-config</a>
 </ol>
 
 
@@ -61,10 +61,10 @@ version 2.4.33 or later
 <li>Xorg server version 1.5 or later
 <li>Linux 2.6.28 or later
 </ul>
-</p>
 <p>
 If you're using a fedora distro the following command should install all
 the needed dependencies:
+</p>
 <pre>
   sudo yum install flex bison imake libtool xorg-x11-proto-devel libdrm-devel \
   gcc-c++ xorg-x11-server-devel libXi-devel libXmu-devel libXdamage-devel git \
@@ -82,11 +82,13 @@ The primary method to build Mesa on Unix systems is with autoconf.
 
 <p>
 The general approach is the standard:
+</p>
 <pre>
   ./configure
   make
   sudo make install
 </pre>
+<p>
 But please read the <a href="autoconf.html">detailed autoconf instructions</a>
 for more details.
 </p>
index c79d615db0bf8dc6698ad68728bb7bbd5d207f9a..d288cc81458e131816bf273f2614dba42a0443c3 100644 (file)
 </p>
 
 <ul>
-<li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-users"
+<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-users"
 target="_parent">mesa-users</a> - intended for end-users of Mesa and DRI
 drivers.  Newbie questions are OK, but please try the general OpenGL
-resources and Mesa/DRI documentation first.
+resources and Mesa/DRI documentation first.</p>
 </li>
-<br>
-<li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev"
+<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev"
 target="_parent">mesa-dev</a> - for Mesa, Gallium and DRI development
-discussion.  Not for beginners.
+discussion.  Not for beginners.</p>
 </li>
-<br>
-<li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-commit"
+<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-commit"
 target="_parent">mesa-commit</a> - relays git check-in messages
 (for developers).
-In general, people should not post to this list.
+In general, people should not post to this list.</p>
 </li>
-<br>
-<li><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-announce"
+<li><p><a href="http://lists.freedesktop.org/mailman/listinfo/mesa-announce"
 target="_parent">mesa-announce</a> - announcements of new Mesa
-versions are sent to this list.  Very low traffic.
+versions are sent to this list.  Very low traffic.</p>
 </li>
 </ul>
 
index 87d1fd44d35d43a038a1f91e85bad8e292732dc7..9fc9674ce1f1efca8be265431f8a30a8a0360627 100644 (file)
@@ -36,8 +36,8 @@ It's the fastest software rasterizer for Mesa.
    </p>
 </li>
 <li>
-        <p>LLVM: version 2.9 recommended; 2.6 or later required.</p>
-   <b>NOTE</b>: LLVM 2.8 and earlier will not work on systems that support the
+   <p>LLVM: version 2.9 recommended; 2.6 or later required.</p>
+   <p><b>NOTE</b>: LLVM 2.8 and earlier will not work on systems that support the
    Intel AVX extensions (e.g. Sandybridge).  LLVM's code generator will
    fail when trying to emit AVX instructions.  This was fixed in LLVM 2.9.
    </p>
@@ -47,6 +47,7 @@ It's the fastest software rasterizer for Mesa.
 <pre>
      aptitude install llvm-dev
 </pre>
+   <p>
    For a RPM-based distribution do:
    </p>
 <pre>
@@ -165,7 +166,7 @@ Building will also create several unit tests in
 build/linux-???-debug/gallium/drivers/llvmpipe:
 </p>
 
-</ul>
+<ul>
 <li> lp_test_blend: blending
 <li> lp_test_conv: SIMD vector conversion
 <li> lp_test_format: pixel unpacking/packing
index 3d88c15d6d0ea805ed43ebce49715db18472159c..2ff628c342a88473d19d6689a2f3931b085dd848 100644 (file)
@@ -21,10 +21,10 @@ This results in all the Mesa functions being prefixed with
 To do this, recompile Mesa with the compiler flag -DUSE_MGL_NAMESPACE.
 Add the flag to CFLAGS in the configuration file which you want to use.
 For example:
+</p>
 <pre>
 CFLAGS += -DUSE_MGL_NAMESPACE
 </pre>
-</p>
 
 
 </body>
index df7a1232b72383772ad60ff94a4742f86d8e8bae..bb1bb77dcaccc218d73748f9cdb18d57144c0a01 100644 (file)
@@ -309,7 +309,7 @@ shading language and built-in functions.
 <h2>April 2007</h2>
 <p>
 Thomas Hellstr&ouml;m of Tungsten Graphics has written a whitepaper
-describing the new DRI memory management system</a>.
+describing the new DRI memory management system.
 </p>
 
 <h2>December 5, 2006</h2>
@@ -547,6 +547,7 @@ release).
        - fixed triangle color interpolation bug on AIX (Shane Blackett)
        - fixed a number of minor memory leaks (bug #1002030)
 </pre>
+<p>
 The MD5 checksums are:
 </p>
 <pre>
@@ -598,6 +599,7 @@ This release basically just fixes bugs since the 6.0. release.
        - fragment program XPD instruction was incorrect
        - glGetMaterial() didn't work reliably
 </pre>
+<p>
 The MD5 checksums are:
 </p>
 <pre>
@@ -697,7 +699,7 @@ OpenGL 1.5 features.
        - glTexImage1/2/3D now allows width/height/depth = 0
        - disable SPARC asm code on Linux (bug 852204)
 </pre>
-
+<p>
 The MD5 checksums are:
 </p>
 <pre>
index db2038ab06d6e2f88861077103c7fc48e481852b..ec220f3acdf2338b4c7a76fd23519e0451922f2b 100644 (file)
@@ -52,7 +52,7 @@ copy texturing).
 <li>New <code>minstall</code> script to replace normal install program
 <li>Faster fragment program execution in software
 <li>Added (or fixed) support for <a href="http://www.opengl.org/registry/specs/SGI/make_current_read.txt">
-    GLX_SGI_make_current_read</a> to the following drivers:</li>
+    GLX_SGI_make_current_read</a> to the following drivers:
     <ul>
     <li>radeon</li>
     <li>savage</li>
index e8a39c8d34bd0c5f2f113026522039f65fd0abbf..f7a61287241cfee7a7837f7892a79da7b1930a7c 100644 (file)
@@ -17,7 +17,7 @@ It should be relatively stable, but those who are especially concerned about
 stability should wait for Mesa 7.2 or use Mesa 7.0.4 (the previous stable
 release).
 </p>
-</>
+<p>
 Note that this version of Mesa does not use the GEM memory manager.
 The master branch of git uses GEM.
 </p>
index fd01230befb1b79537f76238b0fcc300a44da4e6..134591e332611977df7b3c021c8ba278095c5516 100644 (file)
@@ -374,7 +374,5 @@ with <tt>in</tt>, <tt>out</tt>, <tt>attribute</tt>, and <tt>varying</tt>.</li>
   <li>glx: Put null check before use</li>
 </ul></p>
 
-</p>
-
 </body>
 </html>
index 65929cc2ac292350b57a6b36b33c4fa55f4769e0..82240441b6b2d6095369aea19d793964d9090826 100644 (file)
@@ -330,7 +330,6 @@ with <tt>in</tt>, <tt>out</tt>, <tt>attribute</tt>, and <tt>varying</tt>.</li>
 <ul>
   <li>glx: Put null check before use</li>
 </ul></p>
-</p>
 
 </body>
 </html>
index d73ba9f926ef6f355a0e9116fe95663461249c35..88f730c164a09945a47c652fb37668a7471dae6a 100644 (file)
@@ -86,7 +86,7 @@ d5e5cdb85d2afdbcd1c0623d3ed1c54d  MesaLib-8.0.2.zip
 <p>Daniel Vetter (1):
 <ul>
       <li>i965: fixup W-tile offset computation to take swizzling into account</li>
-<ul></p>
+</ul></p>
 
 <p>Dylan Noblesmith (1):
 <ul>
index 41ef9e30bd885f242fe7dbfffb4fce7f7bd70d5e..d2261fae0ac905f6f4f48ccc017e5da796001a11 100644 (file)
@@ -57,7 +57,7 @@ The release notes summarize what's new or changed in each Mesa release.
 <LI><A HREF="relnotes-6.4.2.html">6.4.2 release notes</A>
 <LI><A HREF="relnotes-6.4.1.html">6.4.1 release notes</A>
 <LI><A HREF="relnotes-6.4.html">6.4 release notes</A>
-</UL
+</UL>
 
 <p>
 Versions of Mesa prior to 6.4 are summarized in the
index cd895a372119b320044df1754aeef7bdf03bd364..094b30d992db5ca1c43c20755264c3d85b07b287 100644 (file)
@@ -14,6 +14,7 @@ Mesa uses <a href="http://git.or.cz/"target="_parent">git</a>
 as its source code management system.
 </p>
 
+<p>
 The master git repository is hosted on
 <a href="http://www.freedesktop.org" target="_parent">freedesktop.org</a>.
 </p>
@@ -145,6 +146,7 @@ branch, try:
     git config branch.master.remote origin
     git config branch.master.merge master
 </pre>
+<p>
 Otherwise, you have to say<code> git pull origin master </code>
 each time you do a pull.
 </p>
@@ -163,6 +165,7 @@ If it has been awhile since you've done the initial clone, try
 <pre>
     git pull
 </pre>
+<p>
 to get the latest files before you start working.
 </p>
 <p>
@@ -171,6 +174,7 @@ Make your changes and use
     git add &lt;files to commit&gt;
     git commit
 </pre>
+<p>
 to get your changes ready to push back into the fd.o repository.
 </p>
 <p>
@@ -186,12 +190,13 @@ To avoid this,
     git pull --rebase
     git push
 </pre>
+<p>
 If you are familiar with CVS or similar system, this is similar to doing a
 <code> cvs update </code> in order to update your source tree to
 the current repository state, instead of the time you did the last update.
 (CVS doesn't work like git in this respect, but this is easiest way
 to explain it.)
-</br>
+<br>
 In any case, your repository now looks like you made your changes after
 all the other changes.
 </p>
index 102593c75c33269b156d2a4afcd6c1e5d89ecdaa..9834cfd2407f645b650eb6bdf219baee67fdba70 100644 (file)
@@ -49,7 +49,6 @@
        <li><a href="http://orsa.sourceforge.net/" target="_parent">ORSA</a> - An interactive tool for Celestial Mechanics
        </li>
        <li><a href="http://www.paraview.org/" target="_parent">ParaView</a> - Scientific visualization package
-       </li>
        </li><li><a href="http://root.cern.ch/" target="_parent">ROOT</a> - Object Oriented Data
        Analysis Framework
        </li><li><a href="http://www.slffea.com/" target="_parent">SLFFEA</a> - GNU finite element
index 604bd1d37a652a13041970c6bb3bd0d04b382236..ebb3927ad475502940f546aab0a09777a72f9ec7 100644 (file)
@@ -152,7 +152,7 @@ into low-level GPU code.
 
 <p>
 This tool is useful for:
-<p>
+</p>
 <ul>
 <li>Inspecting GPU code to gain insight into compilation
 <li>Generating initial GPU code for subsequent hand-tuning
@@ -241,8 +241,7 @@ This option is only relevant if EmitHighLevelInstructions is set.
 <br>
 If set, instructions will be annoted with comments to help with debugging.
 Extra NOP instructions will also be inserted.
-</br>
-
+</li>
 </ul>
 
 
index 1192405632f6cc78dea29e3ec344924a6d88a156..7b1d3483a7ed43ad27056250a04855cedf9a012f 100644 (file)
@@ -81,7 +81,7 @@ The list includes:
 <li>DOS
 <li>fbdev
 <li>DEC/VMS
-<ul>
+</ul>
 
 </body>
 </html>
index 8ada33724bd8fc74dddce84109abace034b1d6c1..eb135995508e3031a9e220bdd30ded30068c64b9 100644 (file)
@@ -897,9 +897,9 @@ New:
 <li>demos/texenv.c demo
 <li>GL_EXT_texture_env_combine extension (by Holger Waechtler)
 <li>Xlib driver is now thread-safe (see xdemos/glthreads)
-<ul>
-Bug Fixes:
 </ul>
+Bug Fixes:
+<ul>
 <li>various GL conformance failures fixed since 3.2.1
 </ul>
 Changes:
@@ -935,9 +935,9 @@ Bug Fixes:
 <li>texture matrix changes weren't always detected (GLUT projtex demo)
 <li>fixed random color problem in vertex fog code
 <li>fixed Glide-related bug that let Quake get a 24-bit Z buffer
-<ul>
-Changes:
 </ul>
+Changes:
+<ul>
 <li>finished internal support for compressed textures for DRI
 </ul>
 
index 7faa315d4ed992de39c377ce483a1750aa9e9c82..1fe4a059fa922d4e7812cfa54fc01e503a7acd26 100644 (file)
@@ -186,9 +186,11 @@ OpenGL renderer string: Gallium 0.4 on SVGA3D; build: RELEASE;
 OpenGL version string: 2.1 Mesa 8.0
 </pre>
 
+<p>
 If you don't see this, try setting this environment variable:
   <pre>
   export LIBGL_DEBUG=verbose</pre>
+<p>
 then rerun glxinfo and examine the output for error messages.
 </p>