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.

bugs.html 929B

1234567891011121314151617181920212223242526272829303132333435
  1. <HTML>
  2. <TITLE>Mesa Bug Reporting</TITLE>
  3. <BODY text="#000000" bgcolor="#55bbff" link="#111188">
  4. <H1>Bug Database</H1>
  5. <p>
  6. Bug reports can be filed in the <a
  7. href="http://sourceforge.net/bugs/?group_id=3" target="_parent">Bug
  8. Database</a> on sourceforge.net. Please follow these guidelines:
  9. </p>
  10. <ul>
  11. <li>Make sure you're using the most recent version of Mesa
  12. <li>Make sure your bug isn't already reported
  13. <li>Include as much information as possible in the report
  14. <li>Provide a simple GLUT-based test program if possible
  15. <li>Check back for follow-ups to the report
  16. </ul>
  17. <p>
  18. Bug reports will automatically be forwarded to the Mesa developer's list.
  19. </p>
  20. <p>
  21. The easier a bug is to reproduce, the sooner it will be fixed.
  22. Please do everything you can to facilitate quickly fixing bugs.
  23. If your bug report is vague or your test program doesn't compile
  24. easily, the problem may not be fixed very quickly.
  25. </p>
  26. </BODY>
  27. </HTML>