minor fixes
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 1 Jul 2005 01:04:31 +0000 (01:04 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 1 Jul 2005 01:04:31 +0000 (01:04 +0000)
docs/RELNOTES-6.3
docs/contents.html
docs/intro.html
docs/mesa.css
docs/news.html

index ee55e3a50cbfab1e7e356becb4211352e52020c4..b6c064de3759e26ea22b40cdd149d7063ac51bb6 100644 (file)
@@ -62,12 +62,16 @@ Note that textures, programs and buffers can be shared by several rendering
 contexts so they can't be deleted until they're unbound in _all_ contexts.
 
 
+GL_EXT_framebuffer_object changes
+---------------------------------
 
+XXX describe all the changes made for this extension.
 
 
-To Do before release
---------------------
- Fix dinoshade bug
+
+
+To Do (someday) items
+---------------------
  Switch to freeglut
  Increase MAX_DRAWBUFFERS
  driver hooks for BeginQuery/EndQuery
@@ -77,7 +81,7 @@ To Do before release
 Miscellaneous
 -------------
 
-The main/get.c file is now generated with a Python script.
+The main/get.c file is now generated with a Python script (get_gen.py).
 
 
 
@@ -97,4 +101,4 @@ D3D                  needs updating
 
 
 ----------------------------------------------------------------------
-$Id: RELNOTES-6.3,v 3.9 2005/05/04 20:11:35 brianp Exp $
+$Id: RELNOTES-6.3,v 3.10 2005/07/01 01:04:31 brianp Exp $
index cf78cdc7c54da6ec8bc1d05cda70aeb054cdf0f0..c58e0ef6c4a32d757b20781b8d0d5cff1bffd154 100644 (file)
@@ -4,8 +4,6 @@
 
 <link rel="stylesheet" type="text/css" href="mesa.css"></head>
 
-<body bgcolor="#eeeeee">
-
 <!--Override a few values from the style sheet: -->
 <style>
 <!--
index c0871165fcecf1e536f2ac28516cb41af4390668..b63d3135078d5e1f5bfc51827e7a75fb3a2b409b 100644 (file)
@@ -82,7 +82,7 @@ my work hours at the Space Science and Engineering Center at the University
 of Wisconsin in Madison.  My supervisor, Bill Hibbard, lets me do this because
 Mesa is now being using for the <a href="http://www.ssec.wisc.edu/%7Ebillh/vis.html" target="_parent">Vis5D</a> project.
 </p><p>
-October 1996: Mesa 2.0 is released.  It implementes the OpenGL 1.1 specification.
+October 1996: Mesa 2.0 is released.  It implements the OpenGL 1.1 specification.
 </p>
 
 <p>
@@ -134,8 +134,8 @@ GL_ARB_fragment_program extensions.
 
 
 <p>
-Ongoing: Mesa is used as the core of many hardware OpenGL drivers for XFree86
-within the
+Ongoing: Mesa is used as the core of many hardware OpenGL drivers for
+the XFree86 X.org X servers within the
 <A href="http://dri.sourceforge.net/" target="_parent">DRI project</A>.
 I continue to enhance Mesa with new extensions and features.
 </p>
index 4b069412d98dbc2983f003e803e42d783f38a8ac..a53a9df8b0e3d36067db51bc40614a04c9063ca3 100644 (file)
@@ -1,7 +1,6 @@
 /* Mesa CSS */
 body {
        background-color: #ffffff;
-       /*background-color: #55bbff;*/
        font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
        color: black;
        link: #111188;
index 026d6611c7761fe394ba6deb6d40078a36c726cb..800efb6b10fdabe28829e152b45b8e85f80211e0 100644 (file)
@@ -6,6 +6,8 @@
 
 <BODY>
 
+<body bgcolor="#eeeeee">
+
 <H1>News</H1>
 
 
@@ -960,6 +962,6 @@ source code</a>.</p>
 
 
 <hr>
-$Id: news.html,v 3.19 2005/05/05 14:18:31 brianp Exp $
+$Id: news.html,v 3.20 2005/07/01 01:04:31 brianp Exp $
 </body>
-</html>
\ No newline at end of file
+</html>