mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
final changes for 7.0.2 relesae
This commit is contained in:
parent
1c21564292
commit
d9fa5cbfc9
3 changed files with 6 additions and 19 deletions
8
Makefile
8
Makefile
|
|
@ -166,10 +166,10 @@ ultrix-gcc:
|
|||
|
||||
# Rules for making release tarballs
|
||||
|
||||
DIRECTORY = Mesa-7.0.2-rc2
|
||||
LIB_NAME = MesaLib-7.0.2-rc2
|
||||
DEMO_NAME = MesaDemos-7.0.2-rc2
|
||||
GLUT_NAME = MesaGLUT-7.0.2-rc2
|
||||
DIRECTORY = Mesa-7.0.2
|
||||
LIB_NAME = MesaLib-7.0.2
|
||||
DEMO_NAME = MesaDemos-7.0.2
|
||||
GLUT_NAME = MesaGLUT-7.0.2
|
||||
|
||||
MAIN_FILES = \
|
||||
$(DIRECTORY)/Makefile* \
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
<H1>News</H1>
|
||||
|
||||
|
||||
<h2>September ??, 2007</h2>
|
||||
<h2>November 10, 2007</h2>
|
||||
<p>
|
||||
<a href="relnotes-7.0.2.html">Mesa 7.0.2</a> is released.
|
||||
This is a bug-fix release.
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
|
||||
<body bgcolor="#eeeeee">
|
||||
|
||||
<H1>Mesa 7.0.2 Release Notes / (TBD) 2007</H1>
|
||||
<H1>Mesa 7.0.2 Release Notes / November 10, 2007</H1>
|
||||
|
||||
<p>
|
||||
Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
|
||||
|
|
@ -56,19 +56,6 @@ Mesa 7.0.2 is a stable release with bug fixes since version 7.0.
|
|||
</ul>
|
||||
|
||||
|
||||
<h2>Changes</h2>
|
||||
<ul>
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>To Do (someday) items</h2>
|
||||
<ul>
|
||||
<li>Switch to freeglut
|
||||
<li>Fix linux-glide target/driver.
|
||||
<li>Improved lambda and derivative calculation for frag progs.
|
||||
</ul>
|
||||
|
||||
|
||||
<h2>Driver Status</h2>
|
||||
|
||||
<pre>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue