summaryrefslogtreecommitdiffstats
path: root/doc/readme.html
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2003-06-26 09:05:38 +0000
committerKenneth Russel <[email protected]>2003-06-26 09:05:38 +0000
commit08297582e7e0988bac6cffb6dddc7daa6e50c5ce (patch)
tree17f63b9312fb006ad9a31be9478f7aca97d96f22 /doc/readme.html
parent0f3fd4651dc8b305240c6f19b566faabfb9fba9e (diff)
Updated demo requirements and supported platforms after porting
vtxprog_warp and vtxprog_refract from NV_vertex_program to ARB_vertex_program. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@6 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'doc/readme.html')
-rw-r--r--doc/readme.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/readme.html b/doc/readme.html
index 3b5092e..56684af 100644
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -56,7 +56,7 @@ requirements:
<TR>
<TD> demos.hwShadowmapsSimple.HWShadowmapsSimple
- <TD> NVidia GeForce 2 or better. Currently only runs on Windows
+ <TD> NVidia GeForce 3 or better. Currently only runs on Windows
because pbuffer support is not yet implemented in Jogl on X11 or Mac
OS X.
@@ -76,13 +76,15 @@ requirements:
<TR>
<TD> demos.vertexProgRefract.VertexProgRefract
- <TD> NVidia GeForce 2 or better. Runs on Windows and Linux (uses
- GL_NV_vertex_program, not supported on Mac OS X).
+ <TD> NVidia GeForce 2 or better (uses NV_register_combiners). Runs
+ on Windows, Linux, and Mac OS X (pending putback of the Mac OS X
+ GLCanvas implementation).
<TR>
<TD> demos.vertexProgWarp.VertexProgWarp
- <TD> NVidia GeForce 2 or better. Runs on Windows and Linux (uses
- GL_NV_vertex_program, not supported on Mac OS X).
+ <TD> Any card supporting ARB_vertex_program. Runs on Windows, Linux,
+ and Mac OS X (pending putback of the Mac OS X GLCanvas
+ implementation).
</TABLE>