radeonsi: remove redundant GS variables in si_shader_selector
[mesa.git] / docs / faq.rst
index 8ce6fdf8f064984676d6f5ec980534d03c641f1d..edeca5392a6eeba1028e2f0e128b58de80c39d97 100644 (file)
@@ -3,16 +3,6 @@ Frequently Asked Questions
 
 Last updated: 19 September 2018
 
-Index
------
-
-#. `High-level Questions and Answers <#part1>`__
-#. `Compilation and Installation Problems <#part2>`__
-#. `Runtime / Rendering Problems <#part3>`__
-#. `Developer Questions <#part4>`__
-
-.. _part1:
-
 1. High-level Questions and Answers
 -----------------------------------
 
@@ -95,7 +85,7 @@ drivers within the DRI (Direct Rendering Infrastructure):
 
 This wasn't easy in the past. Now, the DRI drivers are included in the
 Mesa tree and can be compiled separately from the X server. Just follow
-the Mesa `compilation instructions <install.html>`__.
+the Mesa :doc:`compilation instructions <install>`.
 
 1.6 Are there other open-source implementations of OpenGL?
 ----------------------------------------------------------
@@ -129,8 +119,6 @@ is an OpenGL subset library for TI graphing calculators.
 There may be other open OpenGL implementations, but Mesa is the most
 popular and feature-complete.
 
-.. _part2:
-
 2. Compilation and Installation Problems
 ----------------------------------------
 
@@ -205,8 +193,6 @@ Mesa with
 ``meson configure --prefix=/usr --libdir=xxx -D dri-drivers-path=xxx``
 and then install with ``sudo ninja install``.
 
-.. _part3:
-
 3. Runtime / Rendering Problems
 -------------------------------
 
@@ -270,15 +256,13 @@ Programming Guide - "OpenGL Correctness Tips". Basically, applying a
 translation of (0.375, 0.375, 0.0) to your coordinates will fix the
 problem.
 
-.. _part4:
-
 4. Developer Questions
 ----------------------
 
 4.1 How can I contribute?
 ~~~~~~~~~~~~~~~~~~~~~~~~~
 
-First, join the `mesa-dev mailing list <lists.html>`__. That's where
+First, join the :doc:`mesa-dev mailing list <lists>`. That's where
 Mesa development is discussed.
 
 The `OpenGL Specification <https://www.opengl.org/documentation>`__ is