Browse Source

added SoftGL link

tags/R300_DRIVER_0
Brian Paul 22 years ago
parent
commit
7df4f95314
1 changed files with 14 additions and 6 deletions
  1. 14
    6
      docs/faq.html

+ 14
- 6
docs/faq.html View 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>

Loading…
Cancel
Save