mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-11 19:24:26 +08:00
45efcc44c7
Cherry-picked from gallium-0.1 Conflicts: src/glu/sgi/libnurbs/interface/bezierEval.h src/glu/sgi/libnurbs/interface/bezierPatch.h src/glu/sgi/libnurbs/interface/bezierPatchMesh.h src/glu/sgi/libnurbs/internals/dataTransform.h src/glu/sgi/libnurbs/internals/displaymode.h src/glu/sgi/libnurbs/internals/sorter.h src/glu/sgi/libnurbs/nurbtess/definitions.h src/glu/sgi/libnurbs/nurbtess/directedLine.h src/glu/sgi/libnurbs/nurbtess/gridWrap.h src/glu/sgi/libnurbs/nurbtess/monoChain.h src/glu/sgi/libnurbs/nurbtess/monoPolyPart.h src/glu/sgi/libnurbs/nurbtess/monoTriangulation.h src/glu/sgi/libnurbs/nurbtess/partitionX.h src/glu/sgi/libnurbs/nurbtess/partitionY.h src/glu/sgi/libnurbs/nurbtess/polyDBG.h src/glu/sgi/libnurbs/nurbtess/polyUtil.h src/glu/sgi/libnurbs/nurbtess/primitiveStream.h src/glu/sgi/libnurbs/nurbtess/quicksort.h src/glu/sgi/libnurbs/nurbtess/rectBlock.h src/glu/sgi/libnurbs/nurbtess/sampleComp.h src/glu/sgi/libnurbs/nurbtess/sampleCompBot.h src/glu/sgi/libnurbs/nurbtess/sampleCompRight.h src/glu/sgi/libnurbs/nurbtess/sampleCompTop.h src/glu/sgi/libnurbs/nurbtess/sampleMonoPoly.h src/glu/sgi/libnurbs/nurbtess/sampledLine.h src/glu/sgi/libnurbs/nurbtess/searchTree.h src/glu/sgi/libnurbs/nurbtess/zlassert.h src/glu/sgi/libutil/error.c src/glu/sgi/libutil/glue.c src/glu/sgi/libutil/gluint.h src/glu/sgi/libutil/project.c src/glu/sgi/libutil/registry.c src/glx/x11/glxclient.h src/glx/x11/glxext.c src/mesa/drivers/dri/ffb/ffb_dd.h src/mesa/drivers/dri/ffb/ffb_points.h src/mesa/drivers/dri/gamma/gamma_context.h src/mesa/drivers/dri/gamma/gamma_macros.h src/mesa/drivers/dri/i810/i810context.h src/mesa/drivers/dri/r128/r128_dd.h src/mesa/drivers/dri/tdfx/tdfx_dd.h
50 lines
1.2 KiB
Groff
50 lines
1.2 KiB
Groff
|
|
Mesa 6.4 Release Notes
|
|
|
|
October 24, 2005
|
|
|
|
|
|
|
|
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 is a 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.
|
|
|
|
|
|
----------------------------------------------------------------------
|