Clone of mesa.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

bugs.html 1.4KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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 hosted on
  8. <a href="http://freedesktop.org" target="_parent">freedesktop.org</a>.
  9. The old bug database on SourceForge is no longer used.
  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>Check if a new version of Mesa is available which might have fixed
  22. the problem.
  23. <li>Check if your bug is already reported in the database.
  24. <li>Monitor your bug report for requests for additional information, etc.
  25. <li>If you're reporting a crash, try to use your debugger (gdb) to get a stack
  26. trace. Also, recompile Mesa in debug mode to get more detailed information.
  27. <li>Describe in detail how to reproduce the bug, especially with games
  28. and applications that the Mesa developers might not be familiar with.
  29. <li>Provide a simple GLUT-based test program if possible
  30. </ul>
  31. <p>
  32. Bug reports will automatically be forwarded by bugzilla to the Mesa
  33. developer's mailing list.
  34. </p>
  35. <p>
  36. The easier a bug is to reproduce, the sooner it will be fixed.
  37. Please do everything you can to facilitate quickly fixing bugs.
  38. If your bug report is vague or your test program doesn't compile
  39. easily, the problem may not be fixed very quickly.
  40. </p>
  41. </BODY>
  42. </HTML>