diff options
author | Kenneth Russel <[email protected]> | 2004-11-18 23:17:23 +0000 |
---|---|---|
committer | Kenneth Russel <[email protected]> | 2004-11-18 23:17:23 +0000 |
commit | e088362d49d9c64fa3c862d7a3cd6f07485985eb (patch) | |
tree | ac193b82a54769c5c28dd7fc808c25ec0e5e8bc8 /doc/userguide | |
parent | 0f4826aff7b84698df7c465782c81102a6160a30 (diff) |
Partial fix for Issue 42: Problems invoking GLU functions
Incorporated the LWJGL team's port of the GLU quadric and projection
routines to be able to eliminate calls to the native GLU library for
these cases, which was problematic on certain Linux distributions.
Still need to port at least some of the mipmap routines and the NURBS
tesselator.
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@172 232f8b59-042b-4e1e-8c03-345bb8c30851
Diffstat (limited to 'doc/userguide')
-rw-r--r-- | doc/userguide/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/userguide/index.html b/doc/userguide/index.html index b3253d5f8..63e622f1a 100644 --- a/doc/userguide/index.html +++ b/doc/userguide/index.html @@ -415,6 +415,8 @@ on lower-end graphics cards. <LI> Hardware acceleration for GLJPanel could be implemented using pbuffers. +<LI> Stability issues, in particular on older graphics cards. + </UL> <H3> Windows </H3> @@ -427,13 +429,11 @@ No outstanding issues at this time. <H3> Solaris, Linux (X11 platforms) </H3> -<UL> +<P> -<LI> Multi-head support is not yet working properly in Jogl. -Contributions have been made by the community in this area and we -expect to fold these changes in to the main source tree shortly. +No outstanding issues at this time. -</UL> +</P> <H3> Mac OS X </H3> |