Commit graph

760 commits

Author SHA1 Message Date
Elias Naur
20537ab57e Use WeakHashMap in the static mapping from contexts to vbo trackers in VBOTracker.java. 2004-07-24 16:29:15 +00:00
Elias Naur
1187d0e3e8 null currentContext when GLContext.useContext(null) is called 2004-07-23 18:10:51 +00:00
Elias Naur
ab5fd2b3df Corrected minor documentation error in GLContext 2004-07-23 18:01:55 +00:00
Elias Naur
e8f47b066d Added a comment that a context must be current before calling GLContext.useContext() 2004-07-22 15:59:38 +00:00
Brian Matzon
a9398f77dd nuked, content replicated in example 2004-07-22 15:35:37 +00:00
Brian Matzon
2245698f26 render a square 2004-07-22 15:34:04 +00:00
Brian Matzon
94ea591017 minor updates 2004-07-22 15:10:55 +00:00
Brian Matzon
4bcfaa5123 output mouse position 2004-07-22 15:00:36 +00:00
Brian Matzon
bb7bc889a4 minor updates 2004-07-22 14:56:40 +00:00
Brian Matzon
760bb65d5a minor updates 2004-07-22 14:27:07 +00:00
Elias Naur
30d3ea27fe Rethrow exception in GLContext.useContext() 2004-07-22 13:04:34 +00:00
Elias Naur
a2680adb77 Fix DisplayMode.equals 2004-07-22 07:38:56 +00:00
Elias Naur
3fb960ead8 Fix display mode switching and use separate X connection for display mode switching on linux 2004-07-21 21:51:37 +00:00
Elias Naur
84bd38f42f Make reset() revert the display mode field 2004-07-21 16:06:30 +00:00
Brian Matzon
62ed747bce 0.91 release 2004-07-21 15:00:24 +00:00
Brian Matzon
b720082dad simple WIP streamtest 2004-07-21 14:49:57 +00:00
Brian Matzon
aa07f67b68 implemented more fmod methods 2004-07-21 14:48:15 +00:00
Elias Naur
4d8c6ea421 Added calls to nUpdate() before querying window state 2004-07-19 07:32:13 +00:00
Brian Matzon
aaf1cf73bd implemented GetDriverCaps 2004-07-17 23:34:22 +00:00
Brian Matzon
c4a3500cf5 removed javadoc referenced to read 2004-07-17 09:38:20 +00:00
Elias Naur
d1e887d793 *** empty log message *** 2004-07-16 08:23:49 +00:00
Elias Naur
b121cd0fc7 Don't actually center cursor on setGrabbed(true) 2004-07-15 15:53:16 +00:00
Brian Matzon
c7ad40a9cd cleaned imports 2004-07-11 08:12:04 +00:00
Brian Matzon
f618023b3f expose suspendContext 2004-07-11 08:09:34 +00:00
Brian Matzon
e0a93cdd14 fixed examples to new architexture 2004-07-11 08:06:12 +00:00
Caspian Rychlik-Prince
deb08476ef Added experimental sync2() method to Display. We'll see which one works best and remove the worst one. 2004-07-09 11:20:14 +00:00
Caspian Rychlik-Prince
60352fe5e0 Now copes with processors that adjust their clockspeed 2004-07-07 22:24:33 +00:00
Elias Naur
133a9ae778 Added pixel format warnings to PixelFormat.java 2004-07-07 09:38:19 +00:00
Caspian Rychlik-Prince
377c24eb42 Removed debugging 2004-07-06 17:55:13 +00:00
Caspian Rychlik-Prince
02f125af93 Removed debugging 2004-07-06 17:22:22 +00:00
Caspian Rychlik-Prince
08f33be35b Fixed a few special cases with extension names mapping 2004-07-06 16:57:37 +00:00
Caspian Rychlik-Prince
dddf3daedd Fixed null title bug 2004-07-06 16:30:28 +00:00
Caspian Rychlik-Prince
4c00419d73 Organised imports 2004-07-06 16:08:17 +00:00
Caspian Rychlik-Prince
2276bf0c2d *** empty log message *** 2004-07-06 16:06:59 +00:00
Elias Naur
39c06a14ab LINUX: Made pbuffer creation independent of the Display context 2004-07-05 14:57:02 +00:00
Elias Naur
1827f0efd4 Implemented reference counted loading of gl library in java 2004-07-05 14:34:47 +00:00
Elias Naur
b07143f400 Made the mouse grab and native cursor properties persistent over destroy()/create() 2004-07-05 14:06:40 +00:00
Elias Naur
4241dfde37 Removed extra System.out 2004-07-05 11:19:09 +00:00
Elias Naur
69d44be069 take out check on alcMakeContext again, the result type is differs on different platforms 2004-07-04 14:08:53 +00:00
Elias Naur
0ae705b7b0 Added more error checking in OpenAL. Unload native stubs on AL destroy. 2004-07-04 13:58:11 +00:00
Elias Naur
53bd9b660d all initNativeStub() methods throws LWJGLException 2004-07-04 13:14:06 +00:00
Elias Naur
b7e4214a1a Moved openal native stub loading to java 2004-07-04 09:13:19 +00:00
Elias Naur
8585d8b2a5 Make sure the GL11 native stubs are unloaded too.
Throw exception when wglMakeCurrent fails
2004-07-04 08:39:09 +00:00
Elias Naur
15934fd6e7 Move native stub initialization from extgl into GLContext.java. Makes it much easier to
exlude extensions classes. Furthermore, GLContext.useContext(null) can now be used to
reset the native stubs when no context is current.
2004-07-03 21:12:33 +00:00
Elias Naur
4a13ffa90f *** empty log message *** 2004-07-03 17:39:25 +00:00
Caspian Rychlik-Prince
645cbe5ba4 *** empty log message *** 2004-07-03 16:41:38 +00:00
Elias Naur
d4aa34e4f5 *** empty log message *** 2004-07-03 16:07:00 +00:00
Caspian Rychlik-Prince
23520687ea Small fix 2004-07-03 14:04:03 +00:00
Elias Naur
a57a736de5 *** empty log message *** 2004-07-03 13:55:25 +00:00
Elias Naur
afec62989a Updated tests 2004-07-03 13:48:52 +00:00