Commit graph

59 commits

Author SHA1 Message Date
Elias Naur
d633986260 PBO/VBO checks now query OpenGL directly instead of keeping track of the currently bound buffers 2005-12-27 14:46:42 +00:00
Elias Naur
140e3fa3b7 Added support for doubles (ALdouble and GLdouble) 2005-11-02 09:28:12 +00:00
Elias Naur
4636c4b251 Added the opengl-template-pattern ant property to control the set of included opengl extensions 2005-09-29 18:12:20 +00:00
Elias Naur
df2bc7d7e0 Moved generated files to seperate directories 2005-09-29 17:13:38 +00:00
Caspian Rychlik-Prince
4e3a47e343 *** empty log message *** 2005-08-20 10:33:28 +00:00
Brian Matzon
b2713156b8 fixed XPMFile to use InputStream load method too 2005-08-18 13:55:10 +00:00
Brian Matzon
0481285dd9 added everything but the kitchen sink 2005-08-18 11:27:44 +00:00
Kevin Glass
5e72533772 Fix for compilation on 1.4, remove autoboxing 2005-07-16 10:36:13 +00:00
Brian Matzon
c100909c35 XPM File reader 2005-07-16 09:11:26 +00:00
Elias Naur
523a5c6fc2 Fixed generator to not include checkALerror.h 2005-05-05 10:02:45 +00:00
Caspian Rychlik-Prince
200ed3792a Cleanup of unused imports 2005-05-04 20:59:44 +00:00
Elias Naur
fecbafc097 Don't emit initNativeStub() when generating context-specific OpenGL java classes 2005-04-04 11:19:18 +00:00
Brian Matzon
ad8d7676c2 moved Sys.log to LWJGLUtils and renamed property to org.lwjgl.util.Debug 2005-03-29 18:09:33 +00:00
Elias Naur
a5af4dfeba Added missing file 2005-03-22 12:41:33 +00:00
Elias Naur
87bf14c698 Implemented strong references in glVertexPointer and friends 2005-03-21 08:27:45 +00:00
Ioannis Tsakpinis
2e2396d1f0 Fixed GetShader & GetProgram 2005-03-11 16:19:02 +00:00
Brian Matzon
8bf163d7a8 moved WaveData to util 2005-02-25 20:24:11 +00:00
Caspian Rychlik-Prince
39694b9780 Moved generator to util packages 2005-02-20 19:28:34 +00:00
Elias Naur
fb5d89599b Linux support for AWTGLCanvas. Big refactor of context specific code into Context.java that is now shared between Display, Pbuffer and AWTGLCanvas. (Win32 and Mac OS X is now broken while I implement the same changes on those platforms) 2005-02-20 11:24:22 +00:00
Elias Naur
17ee2523c0 The Big Generator. All OpenGL and OpenAL java and native source files are now generated from templates. See doc/generator.txt for a detailed description. 2005-02-15 11:05:36 +00:00
Ioannis Tsakpinis
5ef40a803a Improved API for glBufferData 2005-01-29 23:13:00 +00:00
Caspian Rychlik-Prince
9cda0f74a8 *** empty log message *** 2005-01-18 14:27:49 +00:00
Ioannis Tsakpinis
01e6f3c27c Implemented PBO support 2005-01-13 02:17:42 +00:00
Caspian Rychlik-Prince
5c72fa9cb2 *** empty log message *** 2004-12-07 00:24:29 +00:00
Caspian Rychlik-Prince
668e59f52d Shoved resolution down into ints for better wrap handling 2004-12-07 00:23:20 +00:00
Caspian Rychlik-Prince
62ba34e5fb *** empty log message *** 2004-12-03 00:56:14 +00:00
Caspian Rychlik-Prince
a16f7c2268 Fixed timer wrapping problem 2004-12-03 00:54:01 +00:00
Ioannis Tsakpinis
3041c0494d Code cleanup 2004-11-25 22:20:45 +00:00
Mark Bernard
a391fe3100 Update tag names to prevent conflicts when validating XML files. 2004-09-28 22:10:39 +00:00
Brian Matzon
fb9350f024 fix imports 2004-09-15 16:07:42 +00:00
Ioannis Tsakpinis
8041524332 OpenGL 2.0 support 2004-09-09 23:51:16 +00:00
Elias Naur
7fffdd2602 vector utils standardized to radians 2004-09-06 08:50:53 +00:00
Elias Naur
c3fb7cc5c8 Replaced Exception with more specific IllegalAccessException in Display.java 2004-08-20 09:03:31 +00:00
Elias Naur
68e4faf560 Replaced assertion with proper exception in Vector.java 2004-08-20 08:58:50 +00:00
Caspian Rychlik-Prince
60352fe5e0 Now copes with processors that adjust their clockspeed 2004-07-07 22:24:33 +00:00
Caspian Rychlik-Prince
23520687ea Small fix 2004-07-03 14:04:03 +00:00
Caspian Rychlik-Prince
6b7695e0f9 *** empty log message *** 2004-07-03 13:13:54 +00:00
Elias Naur
2601d57e47 Fixed utils 2004-07-03 13:07:02 +00:00
Caspian Rychlik-Prince
e98787903a *** empty log message *** 2004-06-17 21:44:20 +00:00
Caspian Rychlik-Prince
eb03eedb62 New quaternion class courtesy of fbi 2004-06-17 21:42:45 +00:00
Brian Matzon
4cea3e191b header unification 2004-06-12 20:28:34 +00:00
Ioannis Tsakpinis
ed903530f1 Added some new extensions 2004-05-18 21:02:55 +00:00
Brian Matzon
3e4eac8e66 javadoc fixes 2004-05-14 17:20:17 +00:00
Caspian Rychlik-Prince
f277e5607d *** empty log message *** 2004-04-30 08:17:25 +00:00
Caspian Rychlik-Prince
fc7c0fa846 Added conversions to and from HSB 2004-04-26 10:15:56 +00:00
Caspian Rychlik-Prince
00f82d6353 Added wrapper tags 2004-04-22 13:57:48 +00:00
Caspian Rychlik-Prince
e123997fc2 Rendery stuff 2004-04-21 20:47:08 +00:00
Caspian Rychlik-Prince
e871fefb02 more utils 2004-04-21 19:46:04 +00:00
Caspian Rychlik-Prince
c08c972bce Tons more utils! 2004-04-21 18:11:00 +00:00
Caspian Rychlik-Prince
bb4000ba87 *** empty log message *** 2004-04-20 21:02:40 +00:00