/[gzz]/gzz/gzz/gfx/gl/GL.java
ViewVC logotype

Diff of /gzz/gzz/gfx/gl/GL.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.43 by tjl, Fri Jan 24 12:32:04 2003 UTC revision 1.44 by tjl, Sat Jan 25 13:45:03 2003 UTC
# Line 65  public class GL { Line 65  public class GL {
65          }          }
66      }      }
67    
68        public static boolean workaroundStupidBuggyAtiDrivers = false;
69    
70      /** Init the library - to be called once during startup.      /** Init the library - to be called once during startup.
71       */       */
72      public static void init() {      public static void init() {
73          loadLib();          loadLib();
74          init(1);          init(1);
75            if(getGLString("VENDOR").startsWith("ATI ")) {
76                pa("WARNING: ATI Linux drivers still unstable - trying to work around what I can.");
77                workaroundStupidBuggyAtiDrivers = true;
78            }
79      }      }
80    
81      /** An interface to which GL provides events.      /** An interface to which GL provides events.

Legend:
Removed from v.1.43  
changed lines
  Added in v.1.44

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26