Files
third_party_mesa3d/docs/RELNOTES-6.3

70 lines
1.6 KiB
Groff
Raw Normal View History

2004-10-02 15:43:14 +00:00
Mesa 6.3 release notes
month day, 2004
PLEASE READ!!!!
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.2) designate stable releases.
2004-10-13 15:57:55 +00:00
New Features
------------
GL_ARB_draw_buffers - allows a fragment program to write to a number of
separate color buffers, instead of just one.
2004-10-16 15:04:43 +00:00
GL_OES_read_format - allows one to query the fastest glReadPixels format
and datatype.
2004-10-13 15:57:55 +00:00
2005-01-03 15:55:51 +00:00
GL_ARB_pixel_buffer_object - buffer objects for pixel read/write functions.
DirectFB driver, contributed by Claudio Ciccani. See docs/README.directfb
for details.
Vertex/Fragment Program PRINT Instruction
-----------------------------------------
The GL_NV_vertex_program and GL_NV_fragment_program languages have been
extended with a PRINT instruction.
2004-10-13 15:57:55 +00:00
2004-10-02 15:43:14 +00:00
2004-10-13 15:57:55 +00:00
To Do before release
--------------------
Fix dinoshade bug
2004-11-27 19:42:16 +00:00
Switch to freeglut
Increase MAX_DRAWBUFFERS
2004-12-09 23:21:36 +00:00
driver hooks for BeginQuery/EndQuery
2004-11-27 19:42:16 +00:00
2004-10-02 15:43:14 +00:00
Driver Status
---------------------- ---------------------
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
----------------------------------------------------------------------
2005-01-03 15:55:51 +00:00
$Id: RELNOTES-6.3,v 3.7 2005/01/03 15:55:51 brianp Exp $