blob: a584a5a22517211c3f5f47e1f4157407cf8b3d82 [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">
Erik Faye-Lund6e0e5502019-05-06 13:13:11 +02005 <title>Report a Bug</title>
Andreas Bollecd5c7c2012-06-12 09:05:03 +02006 <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">
Erik Faye-Lundecdab0d2019-05-06 13:26:47 +020011 The Mesa 3D Graphics Library
Andreas Bollb5da52a2012-09-18 18:57:02 +020012</div>
13
14<iframe src="contents.html"></iframe>
15<div class="content">
16
Erik Faye-Lund6e0e5502019-05-06 13:13:11 +020017<h1>Report a Bug</h1>
Brian Paul0b27ace2003-03-08 17:38:57 +000018
19<p>
Brian9ceff4a2007-09-05 10:03:32 -060020The Mesa bug database is hosted on
Eric Engestrom30cf9ff2017-02-09 02:10:17 +000021<a href="https://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
Adam Jacksonac9ef752019-09-18 15:59:41 -040027<a href="https://gitlab.freedesktop.org/mesa/mesa/issues">
28GitLab on freedesktop.org</a>
Brian Paulddfd2062004-12-05 18:03:21 +000029</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.
Brian Paul8e4559b2017-07-02 08:48:26 -060040<li>Attach the output of running glxinfo or wglinfo.
41This will tell us the Mesa version, which device driver you're using, etc.
Brian9ceff4a2007-09-05 10:03:32 -060042<li>If you're reporting a crash, try to use your debugger (gdb) to get a stack
43trace. Also, recompile Mesa in debug mode to get more detailed information.
44<li>Describe in detail how to reproduce the bug, especially with games
45and applications that the Mesa developers might not be familiar with.
Brian Paul8e4559b2017-07-02 08:48:26 -060046<li>Provide an <a href="https://github.com/apitrace/apitrace">apitrace</a>
47or simple GLUT-based test program if possible.
Brian Paul0b27ace2003-03-08 17:38:57 +000048</ul>
49
50<p>
Brian9ceff4a2007-09-05 10:03:32 -060051Bug reports will automatically be forwarded by bugzilla to the Mesa
52developer's mailing list.
Brian Paul0b27ace2003-03-08 17:38:57 +000053</p>
54
55<p>
56The easier a bug is to reproduce, the sooner it will be fixed.
57Please do everything you can to facilitate quickly fixing bugs.
58If your bug report is vague or your test program doesn't compile
59easily, the problem may not be fixed very quickly.
60</p>
61
Andreas Bollb5da52a2012-09-18 18:57:02 +020062</div>
Andreas Bollecd5c7c2012-06-12 09:05:03 +020063</body>
64</html>