From: Brian Paul Date: Tue, 25 Nov 2003 21:13:26 +0000 (+0000) Subject: added SoftGL link X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7df4f95314a91afe92ca7d1eb0effa1dda7ac844;p=mesa.git added SoftGL link --- diff --git a/docs/faq.html b/docs/faq.html index 59d640960c6..104a7321d49 100644 --- a/docs/faq.html +++ b/docs/faq.html @@ -7,7 +7,7 @@

Mesa Frequently Asked Questions

-Last updated: 6 August 2003 +Last updated: 25 November 2003

@@ -102,19 +102,27 @@ if there's newer drivers.

1.5 Are there other open-source implementations of OpenGL?

-Yes, SGI's +Yes, SGI's OpenGL Sample Implemenation (SI) is available. The SI was written during the time that OpenGL was originally designed. Unfortunately, development of the SI has stagnated. Mesa is much more up to date with modern features and extensions.

-miniGL is a subset of OpenGL -for PalmOS devices. +miniGL +is a subset of OpenGL for PalmOS devices. -TinyGL is another -subset of OpenGL. +

+TinyGL is a subset of OpenGL.

+ +

+SoftGL +is an OpenGL subset for mobile devices. +

+

There may be others but Mesa is the most popular and feature-complete.