X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=docs%2Ffaq.html;h=2d0f22ffd89c4437e1b20778601fcacfdab2bff6;hb=76dff2fabe065b71f0d336cb43853335dd3eb82a;hp=b7c6fbf8a9cac9fb503fcaf322e350be08863ff8;hpb=61c6cc4a4aa23724bd51089b38741feed67617bc;p=mesa.git diff --git a/docs/faq.html b/docs/faq.html index b7c6fbf8a9c..2d0f22ffd89 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -2,46 +2,36 @@ - Mesa FAQ + Frequently Asked Questions
-

The Mesa 3D Graphics Library

+ The Mesa 3D Graphics Library
-
-

Mesa Frequently Asked Questions

-Last updated: 9 October 2012 -
+

Frequently Asked Questions

+Last updated: 19 September 2018 -
-

Index

-1. High-level Questions and Answers -
-2. Compilation and Installation Problems -
-3. Runtime / Rendering Problems -
-4. Developer Questions -
-
-
+
    +
  1. High-level Questions and Answers
  2. +
  3. Compilation and Installation Problems
  4. +
  5. Runtime / Rendering Problems
  6. +
  7. Developer Questions
  8. +
+

1. High-level Questions and Answers

- -

1. High-level Questions and Answers

- -

1.1 What is Mesa?

+

1.1 What is Mesa?

Mesa is an open-source implementation of the OpenGL specification. OpenGL is a programming library for writing interactive 3D applications. -See the OpenGL website for more +See the OpenGL website for more information.

@@ -55,13 +45,13 @@ Yes. Specifically, Mesa serves as the OpenGL core for the open-source DRI drivers for X.org.

@@ -106,17 +96,17 @@ the Xlib API:
  • The GLX wire protocol is not supported and there's no OpenGL extension loaded by the X server.
  • There is no hardware acceleration. -
  • The OpenGL library, libGL.so, contains everything (the programming API, - the GLX functions and all the rendering code). +
  • The OpenGL library, libGL.so, contains everything (the + programming API, the GLX functions and all the rendering code).

    Alternately, Mesa acts as the core for a number of OpenGL hardware drivers within the DRI (Direct Rendering Infrastructure):