diff --git a/docs/faq.html b/docs/faq.html index 183bd4e31d9..4f3c200ce82 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -17,8 +17,6 @@

Frequently Asked Questions

Last updated: 19 September 2018 -
-

Index

  1. High-level Questions and Answers
  2. @@ -26,8 +24,6 @@ Last updated: 19 September 2018
  3. Runtime / Rendering Problems
  4. Developer Questions
-
-

1. High-level Questions and Answers

@@ -173,14 +169,8 @@ popular and feature-complete.

- -
-
- -

2. Compilation and Installation Problems

-

2.1 What's the easiest way to install Mesa?

If you're using a Linux-based system, your distro CD most likely already @@ -247,8 +237,6 @@ After determining the correct values for the install location, configure Mesa with meson configure --prefix=/usr --libdir=xxx -D dri-drivers-path=xxx and then install with sudo ninja install.

-
-

3. Runtime / Rendering Problems

@@ -321,9 +309,6 @@ Programming Guide - "OpenGL Correctness Tips". Basically, applying a translation of (0.375, 0.375, 0.0) to your coordinates will fix the problem.

-
-
-

4. Developer Questions