added SoftGL link
authorBrian Paul <brian.paul@tungstengraphics.com>
Tue, 25 Nov 2003 21:13:26 +0000 (21:13 +0000)
committerBrian Paul <brian.paul@tungstengraphics.com>
Tue, 25 Nov 2003 21:13:26 +0000 (21:13 +0000)
docs/faq.html

index 59d640960c6aa55bfcc28b76c91c0b52697ab16d..104a7321d497bbf9aea47964a0f03e3e6aac71a6 100644 (file)
@@ -7,7 +7,7 @@
 
 <center>
 <h1>Mesa Frequently Asked Questions</h1>
-Last updated: 6 August 2003
+Last updated: 25 November 2003
 </center>
 
 <br>
@@ -102,19 +102,27 @@ if there's newer drivers.
 
 <h2>1.5 Are there other open-source implementations of OpenGL?</h2>
 <p>
-Yes, SGI's <a href="http://oss.sgi.com/projects/ogl-sample/index.html">
+Yes, SGI's <a href="http://oss.sgi.com/projects/ogl-sample/index.html"
+target="_parent">
 OpenGL Sample Implemenation (SI)</a> 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.
 </p>
 <p>
-<a href="http://www.dsbox.com/minigl.html">miniGL</a> is a subset of OpenGL
-for PalmOS devices.
+<a href="http://www.dsbox.com/minigl.html" target="_parent">miniGL</a>
+is a subset of OpenGL for PalmOS devices.
 
-<a href="http://fabrice.bellard.free.fr/TinyGL/">TinyGL</a> is another
-subset of OpenGL.
+<p>
+<a href="http://fabrice.bellard.free.fr/TinyGL/"
+target="_parent">TinyGL</a> is a subset of OpenGL.
 </p>
+
+<p>
+<a href="http://softgl.studierstube.org/" target="_parent">SoftGL</a>
+is an OpenGL subset for mobile devices.
+</p>
+
 <p>
 There may be others but Mesa is the most popular and feature-complete.
 </p>