diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/RELNOTES-6.3 | 14 | ||||
-rw-r--r-- | docs/contents.html | 2 | ||||
-rw-r--r-- | docs/intro.html | 6 | ||||
-rw-r--r-- | docs/mesa.css | 1 | ||||
-rw-r--r-- | docs/news.html | 6 |
5 files changed, 16 insertions, 13 deletions
diff --git a/docs/RELNOTES-6.3 b/docs/RELNOTES-6.3 index ee55e3a..b6c064d 100644 --- a/docs/RELNOTES-6.3 +++ b/docs/RELNOTES-6.3 @@ -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 $ diff --git a/docs/contents.html b/docs/contents.html index cf78cdc..c58e0ef 100644 --- a/docs/contents.html +++ b/docs/contents.html @@ -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> <!-- diff --git a/docs/intro.html b/docs/intro.html index c087116..b63d313 100644 --- a/docs/intro.html +++ b/docs/intro.html @@ -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> diff --git a/docs/mesa.css b/docs/mesa.css index 4b06941..a53a9df 100644 --- a/docs/mesa.css +++ b/docs/mesa.css @@ -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; diff --git a/docs/news.html b/docs/news.html index 026d661..800efb6 100644 --- a/docs/news.html +++ b/docs/news.html @@ -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> |