1af69d88dSmrg 2af69d88dSmrg Mesa 5.0.1 release notes 3af69d88dSmrg 4af69d88dSmrg March 30, 2003 5af69d88dSmrg 6af69d88dSmrg 7af69d88dSmrg 8af69d88dSmrgIntroduction 9af69d88dSmrg------------ 10af69d88dSmrg 11af69d88dSmrgMesa uses an even/odd version number scheme like the Linux kernel. 12af69d88dSmrgEven-numbered versions (such as 5.0.x) designate stable releases. 13af69d88dSmrgOdd-numbered versions (such as 4.1.x) designate new developmental releases. 14af69d88dSmrg 15af69d88dSmrgMesa 5.0.1 just fixes bugs found since the 5.0 release. See the VERSIONS 16af69d88dSmrgfile for details. 17af69d88dSmrg 18af69d88dSmrg 19af69d88dSmrgDevice Driver Status 20af69d88dSmrg-------------------- 21af69d88dSmrg 22af69d88dSmrgA number of Mesa's software drivers haven't been actively maintained for 23af69d88dSmrgsome time. We rely on volunteers to maintain many of these drivers. 24af69d88dSmrgHere's the current status of all included drivers: 25af69d88dSmrg 26af69d88dSmrg 27af69d88dSmrgDriver Status 28af69d88dSmrg---------------------- --------------------- 29af69d88dSmrgXMesa (Xlib) implements OpenGL 1.4 30af69d88dSmrgOSMesa (off-screen) implements OpenGL 1.4 31af69d88dSmrgFX (3dfx Voodoo1/2) implements OpenGL 1.3 32af69d88dSmrgSVGA implements OpenGL 1.3 33af69d88dSmrgWind River UGL implements OpenGL 1.3 34af69d88dSmrgWindows/Win32 implements OpenGL 1.4 35af69d88dSmrgDJGPP implements OpenGL 1.4 36af69d88dSmrgGGI implements OpenGL 1.3 37af69d88dSmrgBeOS implements OpenGL 1.4 38af69d88dSmrgAllegro needs updating 39af69d88dSmrgD3D needs updating 40af69d88dSmrg 41af69d88dSmrgNote: supporting OpenGL 1.4 (vs. 1.3 or 1.2) usually only requires that the 42af69d88dSmrgdriver call the _mesa_enable_1_4_extensions() function. 43af69d88dSmrg 44af69d88dSmrg 45af69d88dSmrg---------------------------------------------------------------------- 46