Clone of mesa.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

systems.html 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <HTML>
  2. <TITLE>Supported Systems and Drivers</TITLE>
  3. <link rel="stylesheet" type="text/css" href="mesa.css"></head>
  4. <BODY>
  5. <H1>Supported Systems and Drivers</H1>
  6. <p>
  7. Mesa was originally designed for Unix/X11 systems and is still best
  8. supported on those systems. All you need is an ANSI C compiler and the
  9. X development environment to use Mesa.
  10. </p>
  11. <p>
  12. The DRI hardware drivers for the X.org server and XFree86 provide
  13. hardware accelerated rendering for chips from ATI, Intel, Matrox, 3dfx
  14. and others on Linux and FreeBSD.
  15. </p>
  16. <p>
  17. Drivers for other assorted platforms include:
  18. the Amiga, Apple Macintosh, BeOS, NeXT, OS/2, MS-DOS, VMS, Windows
  19. 9x/NT, and Direct3D.
  20. </p>
  21. <p>
  22. Details about particular drivers follows.
  23. Be warned that some drivers may be out of date and no longer function.
  24. </p>
  25. <UL>
  26. <LI><a href="xlibdriver.html">Xlib driver</a> for the X Window System
  27. <li><a href="http://dri.freedesktop.org/" target="_parent">
  28. DRI hardware drivers</a> for the X window system
  29. <LI>Microsoft Windows <A HREF="README.WIN32">(README.WIN32)</A>
  30. <LI>DEC VMS <A HREF="README.VMS">(README.VMS)</A>
  31. <LI>3dfx/Glide <A HREF="README.3DFX">(README.3DFX)</A>
  32. <LI>GGI <A HREF="README.GGI">(README.GGI)</A>
  33. <LI>Amiga Amiwin <A HREF="README.AMIWIN">(README.AMIWIN)</A>
  34. <LI>BeOS <A HREF="README.BEOS">(README.BEOS)</A>
  35. <LI>Direct3D driver <A HREF="README.D3D">(README.D3D)</A>
  36. <LI>DJGPP <A HREF="README.DJ">(README.DJ)</A>
  37. <LI>LynxOS <A HREF="README.LYNXOS">(README.LYNXOS)</A>
  38. <LI>Mingw32 <A HREF="README.MINGW32">(README.MINGW32)</A>
  39. <LI>NeXT <A HREF="README.NeXT">(README.NeXT)</A>
  40. <LI>OpenStep <A HREF="README.OpenStep">(README.OpenStep)</A>
  41. <LI>OS/2 <A HREF="README.OS2">(README.OS2)</A>
  42. <LI>WindML <A HREF="README.WINDML">(README.WINDML)</A>
  43. <LI><a href="http://utah-glx.sourceforge.net/" target="_parent">Utah GLX drivers</a>
  44. </UL>
  45. </body>
  46. </html>