diff options
author | Brian Paul <[email protected]> | 2003-11-25 21:13:26 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-11-25 21:13:26 +0000 |
commit | 7df4f95314a91afe92ca7d1eb0effa1dda7ac844 (patch) | |
tree | f8ceb3e9ae589c45916f695797d061e5e7a2b461 /docs/faq.html | |
parent | 7939ed0e8e36ddea89cbc4076a05dd2502499a2a (diff) |
added SoftGL link
Diffstat (limited to 'docs/faq.html')
-rw-r--r-- | docs/faq.html | 20 |
1 files changed, 14 insertions, 6 deletions
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 @@ <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> |