blob: 677a1b45defa239e4a3e88ffa3eb88e7bc1f12b0 [file] [log] [blame]
Andreas Bollecd5c7c2012-06-12 09:05:03 +02001<!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">
5 <title>Mesa Bug Reporting</title>
6 <link rel="stylesheet" type="text/css" href="mesa.css">
7</head>
8<body>
Brian Paul0b27ace2003-03-08 17:38:57 +00009
Andreas Bollb5da52a2012-09-18 18:57:02 +020010<div class="header">
11 <h1>The Mesa 3D Graphics Library</h1>
12</div>
13
14<iframe src="contents.html"></iframe>
15<div class="content">
16
Andreas Bollecd5c7c2012-06-12 09:05:03 +020017<h1>Bug Database</h1>
Brian Paul0b27ace2003-03-08 17:38:57 +000018
19<p>
Brian9ceff4a2007-09-05 10:03:32 -060020The Mesa bug database is hosted on
Andreas Bolla73c59b2012-09-18 19:31:28 +020021<a href="http://freedesktop.org">freedesktop.org</a>.
Brian9ceff4a2007-09-05 10:03:32 -060022The old bug database on SourceForge is no longer used.
Brian Paul6bca16b2004-11-27 19:42:16 +000023</p>
Brian Paulddfd2062004-12-05 18:03:21 +000024
Brian Paul6bca16b2004-11-27 19:42:16 +000025<p>
Brian Paulddfd2062004-12-05 18:03:21 +000026To file a Mesa bug, go to
Andreas Bolla73c59b2012-09-18 19:31:28 +020027<a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa">
Brian Paulddfd2062004-12-05 18:03:21 +000028Bugzilla on freedesktop.org</a>
29</p>
30
31<p>
32Please follow these bug reporting guidelines:
Brian Paul0b27ace2003-03-08 17:38:57 +000033</p>
34
35<ul>
Brian9ceff4a2007-09-05 10:03:32 -060036<li>Check if a new version of Mesa is available which might have fixed
37the 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.
40<li>If you're reporting a crash, try to use your debugger (gdb) to get a stack
41trace. Also, recompile Mesa in debug mode to get more detailed information.
42<li>Describe in detail how to reproduce the bug, especially with games
43and applications that the Mesa developers might not be familiar with.
Brian Paul0b27ace2003-03-08 17:38:57 +000044<li>Provide a simple GLUT-based test program if possible
Brian Paul0b27ace2003-03-08 17:38:57 +000045</ul>
46
47<p>
Brian9ceff4a2007-09-05 10:03:32 -060048Bug reports will automatically be forwarded by bugzilla to the Mesa
49developer's mailing list.
Brian Paul0b27ace2003-03-08 17:38:57 +000050</p>
51
52<p>
53The easier a bug is to reproduce, the sooner it will be fixed.
54Please do everything you can to facilitate quickly fixing bugs.
55If your bug report is vague or your test program doesn't compile
56easily, the problem may not be fixed very quickly.
57</p>
58
Andreas Bollb5da52a2012-09-18 18:57:02 +020059</div>
Andreas Bollecd5c7c2012-06-12 09:05:03 +020060</body>
61</html>