Mesa 6.2 release notes October 2, 2004 PLEASE READ!!!! Introduction ------------ Mesa uses an even/odd version number scheme like the Linux kernel. Odd numbered versions (such as 6.1) designate new developmental releases. Even numbered versions (such as 6.2) designate stable releases. This release primarily just fixes bugs found in the Mesa 6.1 release. See the VERSIONS file for details. ToDo: PBO for polygon stipple, convolution filter, etc. Known Issues ------------ The GL_EXT_pixel_buffer_object extension isn't fully implemented for functions like glPolygonStipple, glConvolutionFilter, glColorTable, etc. The important functions like glRead/DrawPixels, glTex[Sub]Image, and glBitmap work with PBOs. 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 ---------------------------------------------------------------------- $Id: RELNOTES-6.2,v 3.4 2004/10/02 15:43:14 brianp Exp $ c_state2 Kernel playgroundUNKNOWN
summaryrefslogtreecommitdiff
path: root/kernel/dma.c
AgeCommit message (Expand)AuthorFilesLines
2008-10-16kernel/dma.c: remove a CVS keywordAdrian Bunk1-1/+1
2008-04-29kernel: use non-racy method for proc entries creationDenis V. Lunev1-6/+1
2007-10-18whitespace fixes: DMA channel allocatorDaniel Walker1-4/+4
2006-12-07[PATCH] struct seq_operations and struct file_operations constificat