minor fixes
This commit is contained in:
@@ -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.
|
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
|
|
||||||
--------------------
|
To Do (someday) items
|
||||||
Fix dinoshade bug
|
---------------------
|
||||||
Switch to freeglut
|
Switch to freeglut
|
||||||
Increase MAX_DRAWBUFFERS
|
Increase MAX_DRAWBUFFERS
|
||||||
driver hooks for BeginQuery/EndQuery
|
driver hooks for BeginQuery/EndQuery
|
||||||
@@ -77,7 +81,7 @@ To Do before release
|
|||||||
Miscellaneous
|
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 $
|
||||||
|
@@ -4,8 +4,6 @@
|
|||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="mesa.css"></head>
|
<link rel="stylesheet" type="text/css" href="mesa.css"></head>
|
||||||
|
|
||||||
<body bgcolor="#eeeeee">
|
|
||||||
|
|
||||||
<!--Override a few values from the style sheet: -->
|
<!--Override a few values from the style sheet: -->
|
||||||
<style>
|
<style>
|
||||||
<!--
|
<!--
|
||||||
|
@@ -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
|
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.
|
Mesa is now being using for the <a href="http://www.ssec.wisc.edu/%7Ebillh/vis.html" target="_parent">Vis5D</a> project.
|
||||||
</p><p>
|
</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>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
@@ -134,8 +134,8 @@ GL_ARB_fragment_program extensions.
|
|||||||
|
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Ongoing: Mesa is used as the core of many hardware OpenGL drivers for XFree86
|
Ongoing: Mesa is used as the core of many hardware OpenGL drivers for
|
||||||
within the
|
the XFree86 X.org X servers within the
|
||||||
<A href="http://dri.sourceforge.net/" target="_parent">DRI project</A>.
|
<A href="http://dri.sourceforge.net/" target="_parent">DRI project</A>.
|
||||||
I continue to enhance Mesa with new extensions and features.
|
I continue to enhance Mesa with new extensions and features.
|
||||||
</p>
|
</p>
|
||||||
|
@@ -1,7 +1,6 @@
|
|||||||
/* Mesa CSS */
|
/* Mesa CSS */
|
||||||
body {
|
body {
|
||||||
background-color: #ffffff;
|
background-color: #ffffff;
|
||||||
/*background-color: #55bbff;*/
|
|
||||||
font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
|
font: 14px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
|
||||||
color: black;
|
color: black;
|
||||||
link: #111188;
|
link: #111188;
|
||||||
|
@@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
<BODY>
|
<BODY>
|
||||||
|
|
||||||
|
<body bgcolor="#eeeeee">
|
||||||
|
|
||||||
<H1>News</H1>
|
<H1>News</H1>
|
||||||
|
|
||||||
|
|
||||||
@@ -960,6 +962,6 @@ source code</a>.</p>
|
|||||||
|
|
||||||
|
|
||||||
<hr>
|
<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>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user