X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Ffaq.html;h=2d0f22ffd89c4437e1b20778601fcacfdab2bff6;hb=65610ec774ae095cfee3602b3f06d51d0a199791;hp=9aee4ee00d0882f17ab8aee98c086cc683809471;hpb=0c65604eeb50bdd47865e11645a78e989128ed9b;p=mesa.git diff --git a/docs/faq.html b/docs/faq.html index 9aee4ee00d0..2d0f22ffd89 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -1,59 +1,59 @@ - + + + + + Frequently Asked Questions + + + -Mesa FAQ +
+ The Mesa 3D Graphics Library +
- + +
- +

Frequently Asked Questions

+Last updated: 19 September 2018 - -
-

Mesa Frequently Asked Questions

-Last updated: 8 June 2006 -
- -
-

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. +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.

-Mesa 6.x supports the OpenGL 1.5 specification. +Mesa 9.x supports the OpenGL 3.1 specification.

1.2 Does Mesa support/use graphics hardware?

Yes. Specifically, Mesa serves as the OpenGL core for the open-source DRI -drivers for XFree86/X.org. See the DRI -website for more information. -

-

-There have been other hardware drivers for Mesa over the years (such as -the 3Dfx Glide/Voodoo driver, an old S3 driver, etc) but the DRI drivers -are the modern ones. +drivers for X.org.

+

1.3 What purpose does Mesa serve today?

@@ -62,7 +62,7 @@ operating systems today. Still, Mesa serves at least these purposes:

-

1.4 What's the difference between"Stand-Alone" Mesa and the DRI drivers?

+

1.4 What's the difference between "Stand-Alone" Mesa and the DRI drivers?

Stand-alone Mesa is the original incarnation of Mesa. On systems running the X Window System it does all its rendering through the Xlib API: +

-

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