summaryrefslogtreecommitdiff
path: root/docs/RELNOTES-6.5.1
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2006-12-05 16:36:12 -0700
committerBrian <brian@yutani.localnet.net>2006-12-05 16:36:12 -0700
commit4a1976b2243290d6e23af61c9b3747e878cdd369 (patch)
treec5c32f698cb7fc5088f5b52c9c227651c0180c12 /docs/RELNOTES-6.5.1
parent492e406fec1dc6b9d8731ee77ddf0af5cfc0a641 (diff)
Replaced by .html files.
Diffstat (limited to 'docs/RELNOTES-6.5.1')
-rw-r--r--docs/RELNOTES-6.5.160
1 files changed, 0 insertions, 60 deletions
diff --git a/docs/RELNOTES-6.5.1 b/docs/RELNOTES-6.5.1
deleted file mode 100644
index c2dd7df933..0000000000
--- a/docs/RELNOTES-6.5.1
+++ /dev/null
@@ -1,60 +0,0 @@
-
- Mesa 6.5.1 Release Notes
-
-
-
-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.
-
-
-
-Mesa 6.5.1 is a 6.5 follow-on development release mostly consisting of
-bug fixes (see the VERSIONS file).
-
-
-New Features
-------------
-
- Intel i965 "broadwater" DRI driver
-
- GL_APPLE_vertex_array_object - allows encapsulation of a set of vertex
- arrays in an object.
-
- GL_EXT_texture_sRGB - non-linearly mapped texture formats
-
- GL_EXT_gpu_program_parameters - addes a few new functions for setting
- multiple vertex/fragment program parameters with one call.
-
-
-
-To Do (someday) items
----------------------
- Switch to freeglut
- Increase MAX_DRAWBUFFERS
- Fix linux-glide target/driver.
- Fix lambda calculation for frag progs.
-
-
-
-Driver Status
----------------------- ----------------------
-DRI drivers varies with the driver
-XMesa/GLX (on 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.1,v 1.2 2006/08/18 20:24:54 brianp Exp $