virgl: fix vtest regression since fencing changes.
[mesa.git] / docs / versions.html
index 8ada33724bd8fc74dddce84109abace034b1d6c1..c7f94c5138f14a69d4e21f4214a8c45f858a8d85 100644 (file)
@@ -7,21 +7,28 @@
 </head>
 <body>
 
+<div class="header">
+  <h1>The Mesa 3D Graphics Library</h1>
+</div>
+
+<iframe src="contents.html"></iframe>
+<div class="content">
+
 <b>
 NOTE: Changes for Mesa 6.4 and later are documented in the corresponding
 <a href="relnotes.html">release notes</a> file.
 </b>
 
 
-<H1>Mesa Version History</H1>
+<h1>Mesa Version History</h1>
 
 
-<H2>1.0 beta   February 1995</H2>
+<h2>1.0 beta   February 1995</h2>
 <ul>
 <li>Initial release
 </ul>
 
-<H2>1.1 beta   March 4, 1995</H2>
+<h2>1.1 beta   March 4, 1995</h2>
 Changes:
 <ul>
 <li>faster point and line drawing (2x faster)
@@ -36,7 +43,7 @@ New:
 <li>GLUT support
 </ul>
 
-<H2>1.1.1 beta   March 7, 1995</H2>
+<h2>1.1.1 beta   March 7, 1995</h2>
 Changes:
 <ul>
 <li>Reverted from eval2.c to eval.c due to FPE on Linux
@@ -44,7 +51,7 @@ Changes:
 <li>more Makefile changes
 </ul>
 
-<H2>1.1.2 beta   March 14, 1995</H2>
+<h2>1.1.2 beta   March 14, 1995</h2>
 New:
 <ul>
 <li>implementation of SGI's blending extensions
@@ -60,7 +67,7 @@ Changes:
 <li>faster transformation arithmetic
 </ul>
 
-<H2>1.1.3 beta   March 31, 1995</H2>
+<h2>1.1.3 beta   March 31, 1995</h2>
 New:
 <ul>
 <li>gluScaleImage() and gluBuild2DMipMaps() implemented
@@ -75,7 +82,7 @@ Changes:
 <li>more bug fixes
 </ul>
 
-<H2>1.1.4 beta   April 20, 1995</H2>
+<h2>1.1.4 beta   April 20, 1995</h2>
 Bug fixes:
 <ul>
 <li>missing #define SEEK_SET in src-tk/image.c
@@ -95,7 +102,7 @@ New features:
 <li>Implemented gluPartialDisk()
 </ul>
 
-<H2>1.2   May 22, 1995</H2>
+<h2>1.2   May 22, 1995</h2>
 Bug fixes:
 <ul>
 <li>IRIX 4.x makefile problem
@@ -143,7 +150,7 @@ New features:
 Changes:
 <ul>
 <li>renamed aux.h as glaux.h (MS-DOS names can't start with aux)
-<li>most filenames are in 8.3 format to accomodate MS-DOS
+<li>most filenames are in 8.3 format to accommodate MS-DOS
 <li>use GLubytes to store arrays of colors instead of GLints
 </ul>
 
@@ -593,7 +600,7 @@ New:
 <li>v0.22 of 3Dfx Glide driver
 <li>more X86 assembly language optimizations
 <li>faster blending for some modes
-<li>XMesaSetFXmode() to switch between 3Dfx window and full-screen mode 
+<li>XMesaSetFXmode() to switch between 3Dfx window and full-screen mode
 <li>added preliminary thread support
 <li>added GLX_MESA_copy_sub_buffer extension
 <li>some clipping optimizations
@@ -897,9 +904,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 +942,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>
 
@@ -1217,7 +1224,7 @@ Bug fixes:
 </ul>
 Changes:
 <ul>
-<li>max texture units reduced to six to accomodate texture rectangles
+<li>max texture units reduced to six to accommodate texture rectangles
 <li>removed unfinished GL_MESA_sprite_point extension code
 </ul>
 
@@ -1396,8 +1403,8 @@ New:
 <li>demo of per-pixel lighting with a fragment program (demos/fplight.c)
 <li>new version (18) of glext.h header
 <li>new spriteblast.c demo of GL_ARB_point_sprite
-<li>faster glDrawPixels in X11 driver in some cases (see RELNOTES-5.1)
-<li>faster glCopyPixels in X11 driver in some cases (see RELNOTES-5.1)
+<li>faster glDrawPixels in X11 driver in some cases (see relnotes/5.1)
+<li>faster glCopyPixels in X11 driver in some cases (see relnotes/5.1)
 </ul>
 Bug fixes:
 <ul>
@@ -1442,7 +1449,7 @@ Bug fixes:
 </ul>
 
 
-<h2><a name="6.0.1">6.0.1  April 2, 2004</h2>
+<h2>6.0.1  April 2, 2004</h2>
 New:
 <ul>
 <li>upgraded glext.h to version 22
@@ -1480,7 +1487,7 @@ Bug fixes:
 </ul>
 
 
-<h2><a name="6.1">6.1  August 18, 2004</h2>
+<h2>6.1  August 18, 2004</h2>
 New:
 <ul>
 <li>Revamped Makefile system
@@ -1523,7 +1530,7 @@ Bug fixes:
 </ul>
 
 
-<h2><a name="6.2">6.2  October 2, 2004</h2>
+<h2>6.2  October 2, 2004</h2>
 New:
 <ul>
 <li>enabled GL_ARB_texture_rectangle (same as GL_NV_texture_rectangle)
@@ -1550,7 +1557,7 @@ Bug fixes:
 </ul>
 
 
-<h2><a name="6.2.1">6.2.1  December 9, 2004</h2>
+<h2>6.2.1  December 9, 2004</h2>
 Bug fixes:
 <ul>
 <li>don't apply regular fog or color sum when using a fragment program
@@ -1571,7 +1578,7 @@ Changes:
 </ul>
 
 
-<h2><a name="6.3">6.3  July 20, 2005</h2>
+<h2>6.3  July 20, 2005</h2>
 New:
 <ul>
 <li>GL_EXT_framebuffer_object extension
@@ -1615,13 +1622,13 @@ Bug fixes:
 </ul>
 
 
-<h2><a name="6.3.1">6.3.1</h2>
+<h2>6.3.1</h2>
 <p>
 This was an intermediate release for X.org which wasn't otherwise released.)
 </p>
 
 
-<h2><a name="6.3.2">6.3.2  August 19, 2005</h2>
+<h2>6.3.2  August 19, 2005</h2>
 New:
 <ul>
 <li>The distribution now includes the DRI drivers and GLX code
@@ -1645,11 +1652,11 @@ Bug fixes:
 </ul>
 
 
-<B>
+<b>
 NOTE: Changes for Mesa 6.4 and later are documented in the corresponding
 <a href="relnotes.html">release notes</a> file.
-</B>
-
+</b>
 
+</div>
 </body>
 </html>