Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 1 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta http-equiv="content-type" content="text/html; charset=utf-8"> |
Erik Faye-Lund | 6e0e550 | 2019-05-06 13:13:11 +0200 | [diff] [blame] | 5 | <title>Report a Bug</title> |
Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 6 | <link rel="stylesheet" type="text/css" href="mesa.css"> |
| 7 | </head> |
| 8 | <body> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 9 | |
Andreas Boll | b5da52a | 2012-09-18 18:57:02 +0200 | [diff] [blame] | 10 | <div class="header"> |
Erik Faye-Lund | ecdab0d | 2019-05-06 13:26:47 +0200 | [diff] [blame^] | 11 | The Mesa 3D Graphics Library |
Andreas Boll | b5da52a | 2012-09-18 18:57:02 +0200 | [diff] [blame] | 12 | </div> |
| 13 | |
| 14 | <iframe src="contents.html"></iframe> |
| 15 | <div class="content"> |
| 16 | |
Erik Faye-Lund | 6e0e550 | 2019-05-06 13:13:11 +0200 | [diff] [blame] | 17 | <h1>Report a Bug</h1> |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 18 | |
| 19 | <p> |
Brian | 9ceff4a | 2007-09-05 10:03:32 -0600 | [diff] [blame] | 20 | The Mesa bug database is hosted on |
Eric Engestrom | 30cf9ff | 2017-02-09 02:10:17 +0000 | [diff] [blame] | 21 | <a href="https://freedesktop.org">freedesktop.org</a>. |
Brian | 9ceff4a | 2007-09-05 10:03:32 -0600 | [diff] [blame] | 22 | The old bug database on SourceForge is no longer used. |
Brian Paul | 6bca16b | 2004-11-27 19:42:16 +0000 | [diff] [blame] | 23 | </p> |
Brian Paul | ddfd206 | 2004-12-05 18:03:21 +0000 | [diff] [blame] | 24 | |
Brian Paul | 6bca16b | 2004-11-27 19:42:16 +0000 | [diff] [blame] | 25 | <p> |
Brian Paul | ddfd206 | 2004-12-05 18:03:21 +0000 | [diff] [blame] | 26 | To file a Mesa bug, go to |
Andreas Boll | a73c59b | 2012-09-18 19:31:28 +0200 | [diff] [blame] | 27 | <a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"> |
Brian Paul | ddfd206 | 2004-12-05 18:03:21 +0000 | [diff] [blame] | 28 | Bugzilla on freedesktop.org</a> |
| 29 | </p> |
| 30 | |
| 31 | <p> |
| 32 | Please follow these bug reporting guidelines: |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 33 | </p> |
| 34 | |
| 35 | <ul> |
Brian | 9ceff4a | 2007-09-05 10:03:32 -0600 | [diff] [blame] | 36 | <li>Check if a new version of Mesa is available which might have fixed |
| 37 | the problem. |
| 38 | <li>Check if your bug is already reported in the database. |
| 39 | <li>Monitor your bug report for requests for additional information, etc. |
Brian Paul | 8e4559b | 2017-07-02 08:48:26 -0600 | [diff] [blame] | 40 | <li>Attach the output of running glxinfo or wglinfo. |
| 41 | This will tell us the Mesa version, which device driver you're using, etc. |
Brian | 9ceff4a | 2007-09-05 10:03:32 -0600 | [diff] [blame] | 42 | <li>If you're reporting a crash, try to use your debugger (gdb) to get a stack |
| 43 | trace. Also, recompile Mesa in debug mode to get more detailed information. |
| 44 | <li>Describe in detail how to reproduce the bug, especially with games |
| 45 | and applications that the Mesa developers might not be familiar with. |
Brian Paul | 8e4559b | 2017-07-02 08:48:26 -0600 | [diff] [blame] | 46 | <li>Provide an <a href="https://github.com/apitrace/apitrace">apitrace</a> |
| 47 | or simple GLUT-based test program if possible. |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 48 | </ul> |
| 49 | |
| 50 | <p> |
Brian | 9ceff4a | 2007-09-05 10:03:32 -0600 | [diff] [blame] | 51 | Bug reports will automatically be forwarded by bugzilla to the Mesa |
| 52 | developer's mailing list. |
Brian Paul | 0b27ace | 2003-03-08 17:38:57 +0000 | [diff] [blame] | 53 | </p> |
| 54 | |
| 55 | <p> |
| 56 | The easier a bug is to reproduce, the sooner it will be fixed. |
| 57 | Please do everything you can to facilitate quickly fixing bugs. |
| 58 | If your bug report is vague or your test program doesn't compile |
| 59 | easily, the problem may not be fixed very quickly. |
| 60 | </p> |
| 61 | |
Andreas Boll | b5da52a | 2012-09-18 18:57:02 +0200 | [diff] [blame] | 62 | </div> |
Andreas Boll | ecd5c7c | 2012-06-12 09:05:03 +0200 | [diff] [blame] | 63 | </body> |
| 64 | </html> |