Clone of mesa.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

contents.html 3.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. <html>
  2. <title>Contents</title>
  3. <link rel="stylesheet" type="text/css" href="mesa.css"></head>
  4. <!--Override a few values from the style sheet: -->
  5. <style>
  6. <!--
  7. body {
  8. background-color: #cccccc;
  9. color: black;
  10. }
  11. a:link {
  12. color: #000;
  13. }
  14. a:visited {
  15. color: #000;
  16. }
  17. -->
  18. </style>
  19. <b>Documentation</b>
  20. <ul>
  21. <li><a href="intro.html" target="MainFrame">Introduction</a>
  22. <li><a href="news.html" target="MainFrame">News</a>
  23. <LI><A HREF="developers.html" target="MainFrame">Developers</A>
  24. <li><a href="systems.html" target="MainFrame">Platforms and Drivers</a>
  25. <li><a href="license.html" target="MainFrame">License & Copyright</a>
  26. <li><a href="faq.html" target="MainFrame">FAQ</a>
  27. <li><a href="relnotes.html" target="MainFrame">Release Notes</a>
  28. <li><a href="thanks.html" target="MainFrame">Acknowledgements</a>
  29. <li><a href="conform.html" target="MainFrame">Conformance Testing</a>
  30. <li>more docs below...
  31. </ul>
  32. <b>Download / Install</b>
  33. <ul>
  34. <li><a href="download.html" target="MainFrame">Downloading / Unpacking</a>
  35. <li><a href="install.html" target="MainFrame">Compiling / Installing</a>
  36. <li><a href="precompiled.html" target="MainFrame">Precompiled Libraries</a>
  37. </ul>
  38. <b>Resources</b>
  39. <ul>
  40. <li><a href="lists.html" target="MainFrame">Mailing Lists</a>
  41. <li><a href="bugs.html" target="MainFrame">Bug Database</a>
  42. <li><a href="webmaster.html" target="MainFrame">Webmaster</a>
  43. <li><a href="http://dri.freedesktop.org/" target="_parent">Mesa/DRI Wiki</a>
  44. </ul>
  45. <b>User Topics</b>
  46. <ul>
  47. <li><a href="shading.html" target="MainFrame">Shading Language</a>
  48. <li><a href="egl.html" target="MainFrame">EGL</a>
  49. <li><a href="opengles.html" target="MainFrame">OpenGL ES</a>
  50. <li><a href="openvg.html" target="MainFrame">OpenVG / Vega</a>
  51. <LI><A HREF="envvars.html" target="MainFrame">Environment Variables</A>
  52. <LI><A HREF="osmesa.html" target="MainFrame">Off-Screen Rendering</A>
  53. <LI><A HREF="debugging.html" target="MainFrame">Debugging Tips</A>
  54. <LI><A HREF="perf.html" target="MainFrame">Performance Tips</A>
  55. <LI><A HREF="extensions.html" target="MainFrame">Mesa Extensions</A>
  56. <LI><A HREF="mangling.html" target="MainFrame">Function Name Mangling</A>
  57. </ul>
  58. <b>Developer Topics</b>
  59. <ul>
  60. <li><a href="http://sourceforge.net/projects/mesa3d" target="_parent">SourceForge homepage</a>
  61. <li><a href="repository.html" target="MainFrame">Source Code Repository</a>
  62. <li><a href="sourcetree.html" target="MainFrame">Source Code Tree</a>
  63. <li><a href="memory.html" target="MainFrame">DRI Memory Management</a>
  64. <li><a href="glu.html" target="MainFrame">SGI's GLU</a>
  65. <li><a href="utilities.html" target="MainFrame">Utilities</a>
  66. <li><a href="helpwanted.html" target="MainFrame">Help Wanted</a>
  67. <li><a href="devinfo.html" target="MainFrame">Development Notes</a>
  68. <li><a href="sourcedocs.html" target="MainFrame">Source Documentation</a>
  69. <li><a href="fbdev-dri.html" target="MainFrame">fbdev/DRI Environment</a>
  70. <li><a href="subset.html" target="MainFrame">Mesa Subset Driver</a>
  71. <li><a href="glfbdev-driver.html" target="MainFrame">glFBDev Driver</a>
  72. <LI><A HREF="dispatch.html" target="MainFrame">GL Dispatch</A>
  73. <li><a href="cell.html" target="MainFrame">Cell Driver</A>
  74. </ul>
  75. <b>Links</b>
  76. <ul>
  77. <li><a href="http://www.opengl.org" target="_parent">OpenGL website</a>
  78. <li><a href="http://dri.freedesktop.org" target="_parent">DRI website</a>
  79. <li><a href="http://www.freedesktop.org" target="_parent">freedesktop.org</a>
  80. <li><a href="games.html" target="MainFrame">Games and Entertainment</a>
  81. <li><a href="libraries.html" target="MainFrame">Libraries and Toolkits</a>
  82. <li><a href="modelers.html" target="MainFrame">Modeling and Rendering</a>
  83. <li><a href="science.html" target="MainFrame">Science and Technical</a>
  84. <li><a href="utility.html" target="MainFrame">Utilities</a>
  85. </ul>
  86. <b>Hosted by:</b>
  87. <br>
  88. <blockquote>
  89. <A HREF="http://sourceforge.net"
  90. target="_parent"><IMG SRC="http://sourceforge.net/sflogo.php?group_id=3&type=1"
  91. WIDTH="88" HEIGHT="31" ALIGN="BOTTOM" ALT="Sourceforge.net" BORDER="0"></A>
  92. </blockquote>
  93. </body>
  94. </html>