minor fixes

This commit is contained in:
Brian Paul
2005-07-01 01:04:31 +00:00
parent cf5b2f7419
commit 30aea49cf6
5 changed files with 16 additions and 13 deletions

View 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 $

View 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>
<!--

View 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>

View 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;

View 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>