summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEricAnholt <EricAnholt@web>2020-10-21 18:26:35 +0000
committerIkiWiki <ikiwiki.info>2020-10-21 18:26:35 +0000
commit56a112dd2cda801b2f30454bd5ad63b5e4bbfbf7 (patch)
tree8bf80297190a425ec86227fca1507c30dfc36b2e
parent7b9527bf2547678c15f3bb809f858677adb3a4b9 (diff)
remove old "how to file in bugzilla" text.
-rw-r--r--DevelopingForMesa.mdwn31
1 files changed, 1 insertions, 30 deletions
diff --git a/DevelopingForMesa.mdwn b/DevelopingForMesa.mdwn
index f8d3d5b..c6c512f 100644
--- a/DevelopingForMesa.mdwn
+++ b/DevelopingForMesa.mdwn
@@ -1,30 +1 @@
-
-
-# Developing for Mesa
-
-Want to test your application on mesa? Please follow these instructions.
-
-
-## Testing
-
-* Install your distribution mesa packages
-* Make sure you're running mesa (glxinfo)
-* Test your app
-
-## Bug reporting
-
-If you app is broken in some way:
-
-* Try mesa from git either built from sources or using distro-provided packages
-* Tell us on IRC (#dri-devel on freenode), you may get a fast solution or a temporary work around.
-* If it is a bug, please report it on [[https://bugs.freedesktop.org|https://bugs.freedesktop.org]]:
- * Product: Mesa
- * Component: Choose the driver you are using (as reported by glxinfo)
- * Version: Write the first to be known broken
-* Fill in your bug report. Include a description of the problem, Xorg logs, dmesg output, any mesa output and if it is applicable, please enclose a picture of the problem. Identify how to reproduce the problem. If possible, identify a small test-case (either in your application or a small demo).
-Now if you're brave enough to do so, write a piglit test (you can ask for help on IRC) to expose the situation or feature combinations that are problematic.
-
-
-## Conclusion
-
-Thanks for caring about Mesa and open source drivers.
+See [[docs.mesa3d.org|https://docs.mesa3d.org/bugs.html]]