summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKenneth Russel <[email protected]>2004-11-17 22:07:27 +0000
committerKenneth Russel <[email protected]>2004-11-17 22:07:27 +0000
commit945fb9ecb492ae95aa08916aad56af1136e664ff (patch)
tree49b0fe7f6be4979f0a25419d21fd7c2da5b0efc6 /doc
parent44f2b889ee5174636031165366ee449228b00a36 (diff)
Updated documentation and web page for JOGL demos now that they have
been to ARB-standard extensions. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/../svn-server-sync/jogl-demos/trunk@42 3298f667-5e0e-4b4a-8ed4-a3559d26a5f4
Diffstat (limited to 'doc')
-rw-r--r--doc/readme.html15
1 files changed, 8 insertions, 7 deletions
diff --git a/doc/readme.html b/doc/readme.html
index 50e184a..5e075bc 100644
--- a/doc/readme.html
+++ b/doc/readme.html
@@ -58,7 +58,7 @@ requirements:
<TR>
<TD> demos.hwShadowmapsSimple.HWShadowmapsSimple
- <TD> NVidia GeForce 3 or better.
+ <TD> Pbuffer support, ARB_shadow, ARB_depth_texture
<TR>
<TD> demos.infiniteShadowVolumes.InfiniteShadowVolumes
@@ -66,8 +66,7 @@ requirements:
<TR>
<TD> demos.proceduralTexturePhysics.ProceduralTexturePhysics
- <TD> NVidia GeForce 3 or better.
- (uses NV_vertex_program, NV_texture_shader and NV_register_combiners)
+ <TD> ARB_vertex_program, ARB_fragment_program
<TR>
<TD> demos.vertexArrayRange.VertexArrayRange
@@ -75,14 +74,16 @@ requirements:
vertex_array_range support not yet ported to Mac OS X).
<TR>
+ <TD> demos.vertexBufferObject.VertexBufferObject
+ <TD> ARB_vertex_buffer_object
+
+<TR>
<TD> demos.vertexProgRefract.VertexProgRefract
- <TD> NVidia GeForce 2 or better (uses NV_register_combiners). Runs
- on Windows, Linux, and Mac OS X.
+ <TD> ARB_vertex_program and either ARB_fragment_program or NV_register_combiners
<TR>
<TD> demos.vertexProgWarp.VertexProgWarp
- <TD> Any card supporting ARB_vertex_program. Runs on Windows, Linux,
- and Mac OS X.
+ <TD> ARB_vertex_program
</TABLE>