From a376e339a5f7cb15de6c74556b1e1b219d84374a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sun, 30 Mar 2003 16:54:36 +0000 Subject: minor updates --- docs/faq.html | 52 +++++++++++++++++++++++++++++----------------------- 1 file changed, 29 insertions(+), 23 deletions(-) (limited to 'docs/faq.html') diff --git a/docs/faq.html b/docs/faq.html index 448def5274..89145f0cb8 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -7,7 +7,7 @@

Mesa Frequently Asked Questions

-Last updated: 7 March 2003 +Last updated: 30 March 2003

@@ -32,20 +32,20 @@ Last updated: 7 March 2003

1.1 What is Mesa?

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

-Mesa 5.0.x supports the OpenGL 1.4 specification. +Mesa 5.x supports the OpenGL 1.4 specification.

1.2 Does Mesa support/use graphics hardware?

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

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

-

1.3 What purpose does (software) Mesa serve today?

+

1.3 What purpose does Mesa (software-based rendering) serve today?

-Commercial, hardware-accelerated OpenGL implementations are available for -many operating systems today. +Hardware-accelerated OpenGL implementations are available for most popular +operating systems today. Still, Mesa serves at least these purposes:

+ +

1.4 How do I upgrade my DRI installation to use a new Mesa release?

-You don't! The Mesa source code lives inside the XFree86/DRI source tree -and gets compiled into the individual DRI driver modules. +You don't! A copy of the Mesa source code lives inside the XFree86/DRI source +tree and gets compiled into the individual DRI driver modules. If you try to install Mesa over an XFree86/DRI installation, you'll lose -hardware rendering (because Mesa's libGL.so is different than the XFree86 -libGL.so). +hardware rendering (because stand-alone Mesa's libGL.so is different than +the XFree86 libGL.so).

The DRI developers will incorporate the latest release of Mesa into the -- cgit v1.2.3