summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-09-14 14:34:54 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-09-14 14:34:54 +0000
commita25fe61607cfb7da3546884c05a1afb1ea4d139a (patch)
treeac1638a5dffc78c5fd40e41f934f05203a121b13 /docs
parentb43671c8bf0ff640243c670ff98225d2a3c10632 (diff)
initial 6.5 release notes
Diffstat (limited to 'docs')
-rw-r--r--docs/RELNOTES-6.574
-rw-r--r--docs/relnotes.html1
2 files changed, 75 insertions, 0 deletions
diff --git a/docs/RELNOTES-6.5 b/docs/RELNOTES-6.5
new file mode 100644
index 00000000000..935107b734b
--- /dev/null
+++ b/docs/RELNOTES-6.5
@@ -0,0 +1,74 @@
+
+ Mesa 6.5 Release Notes
+
+ month, day, 2005
+
+
+
+Introduction
+------------
+
+Mesa uses an even/odd version number scheme like the Linux kernel.
+Odd numbered versions (such as 6.5) designate new developmental releases.
+Even numbered versions (such as 6.4) designate stable releases.
+
+
+
+New Features
+------------
+
+GL_EXT_timer_query - used to get elapsed time information from the renderer.
+
+
+
+Driver Interface Changes
+------------------------
+
+Stencil: The Driver.StencilOp/Func/Mask() functions have been replaced by
+the two-sided versions: Driver.Stencil*Separate().
+
+
+
+To Do
+-----
+Fix linux-glide target/driver.
+Fix lambda calculation for frag progs.
+
+
+
+
+Removed Extensions
+------------------
+
+The following extensions have been removed:
+
+ GL_HP_occlusion_test - this is superceded by GL_ARB_occlusion_query.
+
+
+
+To Do (someday) items
+---------------------
+ Switch to freeglut
+ Increase MAX_DRAWBUFFERS
+
+
+
+
+Driver Status
+---------------------- ----------------------
+DRI drivers varies with the driver
+XMesa (Xlib) implements OpenGL 1.5
+OSMesa (off-screen) implements OpenGL 1.5
+Glide (3dfx Voodoo1/2) implements OpenGL 1.3
+SVGA implements OpenGL 1.3
+Wind River UGL implements OpenGL 1.3
+Windows/Win32 implements OpenGL 1.5
+DJGPP implements OpenGL 1.5
+GGI implements OpenGL 1.3
+BeOS implements OpenGL 1.5
+Allegro needs updating
+D3D needs updating
+
+
+----------------------------------------------------------------------
+$Id: RELNOTES-6.5,v 3.1 2005/09/14 14:34:54 brianp Exp $
diff --git a/docs/relnotes.html b/docs/relnotes.html
index 896647fafad..221efc76f78 100644
--- a/docs/relnotes.html
+++ b/docs/relnotes.html
@@ -13,6 +13,7 @@ The release notes summarize what's new or changed in each Mesa release.
</p>
<UL>
+<LI><A HREF="RELNOTES-6.5">RELNOTES-6.5</A>
<LI><A HREF="RELNOTES-6.3.2">RELNOTES-6.3.2</A>
<LI><A HREF="RELNOTES-6.3">RELNOTES-6.3</A>
<LI><A HREF="RELNOTES-6.2.1">RELNOTES-6.2.1</A>