OSDN Git Service

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 ee55e3a..b6c064d 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 cf78cdc..c58e0ef 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 c087116..b63d313 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 4b06941..a53a9df 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 026d661..800efb6 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>