OSDN Git Service

Replaced by .html files.
authorBrian <brian@yutani.localnet.net>
Tue, 5 Dec 2006 23:36:12 +0000 (16:36 -0700)
committerBrian <brian@yutani.localnet.net>
Tue, 5 Dec 2006 23:36:12 +0000 (16:36 -0700)
docs/RELNOTES-6.4.2 [deleted file]
docs/RELNOTES-6.5 [deleted file]
docs/RELNOTES-6.5.1 [deleted file]

diff --git a/docs/RELNOTES-6.4.2 b/docs/RELNOTES-6.4.2
deleted file mode 100644 (file)
index f931215..0000000
+++ /dev/null
@@ -1,47 +0,0 @@
-
-                       Mesa 6.4.2 Release Notes
-
-
-Introduction
-------------
-
-Mesa uses an even/odd version number scheme like the Linux kernel.
-Odd numbered versions (such as 6.3) designate new developmental releases.
-Even numbered versions (such as 6.4) designate stable releases.
-
-
-6.4.2 is a minor bug-fix release.  See the VERSIONS file for details.
-
-
-
-GLUT tarball
-------------
-
-Starting with 6.4, the GLUT library sources are distributed in a separate
-tarball.  This was done at the request of Linux distro vendors who prefer
-to use freeglut.
-
-
-
-
-Driver                 Status
----------------------- ----------------------
-DRI drivers            varies with the driver
-XMesa (Xlib)           implements OpenGL 1.5
-OSMesa (off-screen)    implements OpenGL 1.5
-Windows/Win32          implements OpenGL 1.5
-Glide (3dfx Voodoo1/2)  requires updates       
-SVGA                   requires updates
-DJGPP                  requires updates
-GGI                    requires updates
-BeOS                   requires updates
-Allegro                        requires updates
-D3D                    requires updates
-
-The drivers which require updates mostly need to be updated to work
-with the new gl_renderbuffer / gl_framebuffer infrastructure introduced
-in Mesa 6.3.
-
-
-----------------------------------------------------------------------
-$Id: RELNOTES-6.4.2,v 3.1 2006/02/03 17:21:54 brianp Exp $
diff --git a/docs/RELNOTES-6.5 b/docs/RELNOTES-6.5
deleted file mode 100644 (file)
index f51b1bd..0000000
+++ /dev/null
@@ -1,97 +0,0 @@
-
-                       Mesa 6.5 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.
-
-
-
-New Features
-------------
-
-OpenGL Shading language support
-   This includes the GL_ARB_shader_objects, GL_ARB_shading_language_100,
-   GL_ARB_vertex_shader and GL_ARB_fragment_shader extensions.  Most of
-   the work was done by Michal Krol.
-   There's probably a fair number of bugs since this is a pretty large,
-   complicated body of code.
-
-   The OpenGL 2.0 interface to these features will be implemented in a
-   future version of Mesa,
-
-GL_EXT_timer_query
-   Used to measure the time of OpenGL operations at high precision.
-   Only supported in the software/Xlib driver at this time.
-
-GL_EXT_packed_depth_stencil
-   Defines a new GL_DEPTH_STENCIL_EXT pixel format.
-
-GL_EXT_framebuffer_blit
-   A simplified glCopyPixels-like feature for copying pixel rectangles.
-
-GL_ARB_half_float_pixel
-   Adds a new half-precision floating point format for image transfers,
-   such as for glDrawPixels, glReadPixels, glTexImage, etc.
-
-
-
-Removed Extensions
-------------------
-
-The following extensions have been removed:
-
-  GL_HP_occlusion_test - this is superceded by GL_ARB_occlusion_query.
-
-
-
-Known Issues
-------------
-
-Rendering to depth textures will not work.  Rendering to GL_DEPTH_STENCIL
-textures should work.
-
-
-
-Driver Interface Changes
-------------------------
-
-Stencil: The Driver.StencilOp/Func/Mask() functions have been replaced by
-the two-sided versions: Driver.Stencil*Separate().
-
-Render-to-texture: The functions for rendering to textures have changed.
-
-
-
-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,v 3.4 2006/03/29 04:53:02 brianp Exp $
diff --git a/docs/RELNOTES-6.5.1 b/docs/RELNOTES-6.5.1
deleted file mode 100644 (file)
index c2dd7df..0000000
+++ /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 $