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">
5  <title>Mesa Bug Reporting</title>
6  <link rel="stylesheet" type="text/css" href="mesa.css">
7</head>
8<body>
9
10<h1>Bug Database</h1>
11
12<p>
13The Mesa bug database is hosted on
14<a href="http://freedesktop.org" target="_parent">freedesktop.org</a>.
15The old bug database on SourceForge is no longer used.
16</p>
17
18<p>
19To file a Mesa bug, go to
20<a href="https://bugs.freedesktop.org/enter_bug.cgi?product=Mesa"
21target="_parent">
22Bugzilla on freedesktop.org</a>
23</p>
24
25<p>
26Please follow these bug reporting guidelines:
27</p>
28
29<ul>
30<li>Check if a new version of Mesa is available which might have fixed
31the problem.
32<li>Check if your bug is already reported in the database.
33<li>Monitor your bug report for requests for additional information, etc.
34<li>If you're reporting a crash, try to use your debugger (gdb) to get a stack
35trace. Also, recompile Mesa in debug mode to get more detailed information.
36<li>Describe in detail how to reproduce the bug, especially with games
37and applications that the Mesa developers might not be familiar with.
38<li>Provide a simple GLUT-based test program if possible
39</ul>
40
41<p>
42Bug reports will automatically be forwarded by bugzilla to the Mesa
43developer's mailing list.
44</p>
45
46<p>
47The easier a bug is to reproduce, the sooner it will be fixed.
48Please do everything you can to facilitate quickly fixing bugs.
49If your bug report is vague or your test program doesn't compile
50easily, the problem may not be fixed very quickly.
51</p>
52
53</body>
54</html>
55