Clone of mesa.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

bugs.html 1.1KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. <HTML>
  2. <TITLE>Mesa Bug Reporting</TITLE>
  3. <link rel="stylesheet" type="text/css" href="mesa.css"></head>
  4. <BODY>
  5. <H1>Bug Database</H1>
  6. <p>
  7. The Mesa bug database is now hosted on
  8. <a href="http://freedesktop.org" target="_parent">freedesktop.org</a>
  9. instead of SourceForge.
  10. </p>
  11. <p>
  12. To file a Mesa bug, go to
  13. <a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
  14. target="_parent">
  15. Bugzilla on freedesktop.org</a>
  16. </p>
  17. <p>
  18. Please follow these bug reporting guidelines:
  19. </p>
  20. <ul>
  21. <li>Make sure you're using the most recent version of Mesa
  22. <li>Make sure your bug isn't already reported
  23. <li>Include as much information as possible in the report
  24. <li>Provide a simple GLUT-based test program if possible
  25. <li>Check back for follow-ups to the report
  26. </ul>
  27. <p>
  28. Bug reports will automatically be forwarded to the Mesa developer's mailing
  29. list.
  30. </p>
  31. <p>
  32. The easier a bug is to reproduce, the sooner it will be fixed.
  33. Please do everything you can to facilitate quickly fixing bugs.
  34. If your bug report is vague or your test program doesn't compile
  35. easily, the problem may not be fixed very quickly.
  36. </p>
  37. </BODY>
  38. </HTML>