kappa1
8cee11ede7
oops, windows mousegrab fixed
2010-03-26 19:52:40 +00:00
kappa1
b272e7d891
Consistent mouse grab behaviour on all platforms. Mouse will now ungrab at the same place it was grabbed from.
2010-03-26 19:17:53 +00:00
Ioannis Tsakpinis
ef86a6c501
Added alternatives for glGetActiveUniform/Attrib.
...
Added a javadoc comment to all alternative methods.
2010-03-23 12:43:44 +00:00
Brian Matzon
2f172a09bf
2.4 release
2010-03-17 18:58:18 +00:00
Brian Matzon
7bd6eb6d16
patch as per http://lwjgl.org/forum/index.php/topic,3124.0.html
2010-03-17 18:55:59 +00:00
Ioannis Tsakpinis
b17aa7d21b
Added JNIEXPORT to AL alternate methods.
...
Now forcing full regen when any class in the Generator changes.
2010-03-16 19:05:19 +00:00
Ioannis Tsakpinis
3715e4b39d
Added some alternate AL functions.
2010-03-16 17:58:48 +00:00
Ioannis Tsakpinis
94a4c50a83
Added support for single primitive input/output parameters.
2010-03-14 23:24:40 +00:00
Ioannis Tsakpinis
e97e601894
Added Charset encoding to StringUtils
...
Changed shader tests to use the String APIs
Finished ARB_uniform_buffer_object shader test
Fixed native code compiler warnings
Made the generator check file timestamps to avoid unnecessary 3+ min builds
2010-03-14 00:19:48 +00:00
Ioannis Tsakpinis
197d6c43d2
String support for ProgramStringARB.
2010-03-13 00:45:44 +00:00
Ioannis Tsakpinis
fd5bd2589d
Force Indirect for StringLists
2010-03-12 23:35:55 +00:00
Ioannis Tsakpinis
6879b33e52
Cleaned imports.
2010-03-12 22:20:25 +00:00
Ioannis Tsakpinis
3e87a3ae7b
Address var fix.
2010-03-12 22:14:11 +00:00
Ioannis Tsakpinis
6ac8e327f2
Added support for Strings! (WIP, needs more testing)
2010-03-12 21:55:13 +00:00
Jeremy Booth
cb925a91e9
Try and find a sensible video driver to report on rather than assuming it's video0.
2010-03-12 20:15:38 +00:00
Ioannis Tsakpinis
c3d6d43d2a
Added support for OpenGL 3.3 and OpenGL 4.0.
2010-03-11 21:06:49 +00:00
Brian Matzon
0eed407ef8
added new XRandR stuff
...
fixed credits doc a bit
2010-03-08 21:29:32 +00:00
Brian Matzon
c447ec66a6
fixed non-direct buffer issue
2010-02-21 21:27:35 +00:00
Brian Matzon
d0d24c5c29
fixed non-direct buffer issue
2010-02-21 21:18:17 +00:00
Brian Matzon
5808a218a3
added test for WaveData
2010-02-20 10:43:45 +00:00
Brian Matzon
7a507bd7d1
cleanup and better logging - no longer prints stacktrace
...
changed AudioInputStream method to use available() instead of calculating it.
2010-02-20 10:43:22 +00:00
kappa1
604e52013a
Complete overhaul of the linux focus system when using Display.setParent(). This should fix the input problems with applets (on linux) due to Display not being able to gain focus.
...
Also now works perfectly in all browsers, previously input focus was not restored to other browser components when requested (like firefox's address bar).
2010-02-14 17:06:15 +00:00
Ioannis Tsakpinis
7ef37e9858
Changed BaseReferences to use GL20.GL_MAX_TEXTURE_IMAGE_UNITS when available (GL13.GL_MAX_TEXTURE_UNITS is deprecated).
...
Catch and log OpenGL errors during context creation, instead of throwing an exception.
2010-02-10 11:22:16 +00:00
Ioannis Tsakpinis
47714e4bea
Catch and ignore INVALID_OPERATION error when retrieving CONTEXT_PROFILE_MASK (workaround for ATI 9.12).
2010-02-09 15:22:58 +00:00
Ioannis Tsakpinis
eae8467310
Made glGetInteger64i_v optional (not exposed on NV drivers)
2010-02-07 18:50:23 +00:00
Ioannis Tsakpinis
0a6dbd78ac
Removed glPrimitiveRestart from GL31 (immediate mode call that never made it to the core)
...
Added Optional annotation for functions that miss from incomplete implementations.
2010-02-07 15:15:33 +00:00
Brian Matzon
5c7c1eeacc
prepare for 2.3
2010-02-03 21:03:32 +00:00
Ioannis Tsakpinis
ede27aaa21
Improved compatibility mode detection
...
Removed support for indirect buffers as arguments to GL functions
Added missing tokens in GL30 & GL32
Added support for AMD_seamless_cubemap_per_texture & AMD_shader_stencil_export
Fixed AMD_vertex_shader_tessellator typo
Added AMD extensions to the build process >.<
2010-01-31 16:40:51 +00:00
Brian Matzon
b1594c74e5
2.2.2
2010-01-25 21:14:15 +00:00
Ioannis Tsakpinis
e85bc67a4d
Fixed glClearBuffer signature.
2010-01-17 11:54:08 +00:00
Brian Matzon
ea9dfae43e
fix for issue with Cursor that turned out to be a leaking DC
2010-01-10 22:46:41 +00:00
Ioannis Tsakpinis
d97fc05a7b
Added support for explicit length arguments in functions that map buffer objects.
...
Simplified CachedResult handling of functions that map buffer object ranges.
Improved documentation of CachedResult functions.
2010-01-04 18:47:49 +00:00
Ioannis Tsakpinis
f970b8ba42
Fixed MapBufferRange signature.
2009-12-28 15:00:06 +00:00
Ioannis Tsakpinis
6e5355bc83
Added generator support for null-terminated string lists.
...
Fixed GetUniformIndices and TransformFeedbackVaryings.
Added a ARB_uniform_buffer_object test.
2009-12-04 04:49:19 +00:00
Brian Matzon
63ed7b268e
call InitCommonControls if no display has been created prior to Alert
2009-12-02 23:11:14 +00:00
kappa1
2e07a03a4e
added the Display.setInitialBackground(r,g,b) method, this will allow you to select the initial background color of the lwjgl Display window. Useful to create more polished applications and smoother looking applets.
2009-12-01 15:12:52 +00:00
Ioannis Tsakpinis
d3412ccdc8
Fixed GetSync signature.
2009-12-01 11:39:48 +00:00
Ioannis Tsakpinis
d8c16cc20c
Updated EXT_direct_state_access to latest revision.
...
Improved postfix stripping and extension dependency.
2009-12-01 03:37:27 +00:00
Brian Matzon
663a7cf235
stop updating cursor all the time and only continue animation if mouse is inside window
2009-11-26 22:44:17 +00:00
kappa1
bbe74afddb
Mouse Grab Bug on Linux Fixed when LWJGL is run as an applet.
2009-11-24 20:13:12 +00:00
Brian Matzon
8d89b6353e
cleanup imports
2009-11-20 23:28:37 +00:00
Brian Matzon
c75b6a9f05
use HEAD request when determening file size
2009-11-20 23:26:26 +00:00
Brian Matzon
9dcf59dab5
workaround for missing certificate for AppletLoader if cached
2009-11-20 23:06:24 +00:00
Brian Matzon
f757468d64
missing jogl license for GLU tesselation
2009-11-15 21:10:49 +00:00
Brian Matzon
66d99543b9
updating to 2.2.1
2009-11-15 19:23:48 +00:00
kappa1
e9e9bf7b91
FIX: Mouse Grab should now work on Windows when using Display.setParent()
2009-11-12 22:12:49 +00:00
kappa1
3abb46dd58
Stop AppletLoader on download failure, instead of displaying error and continuing download of files.
2009-10-12 11:56:46 +00:00
kappa1
3563faf75b
AppletLoader file download handling improved.
...
Unknown Caching that was causing problems has been found and disabled.
The infamous "Fatal Error occured (5): null" bug should really be dead this time :)
3 attempts are made to download a file if it fails to download.
File size is now verified after a downloaded to make sure it is the correct size.
2009-10-08 00:03:55 +00:00
Ioannis Tsakpinis
90a70ecb1d
Minor fixes and added support for NV_texture_barrier.
2009-09-29 13:51:41 +00:00
Ioannis Tsakpinis
0aa3bf8c17
Fixed TexCoordPointer exception when ARB_multitexture is not available.
2009-09-27 12:05:46 +00:00