..
examples
fixed issue with signed/unsigned code dialog popping up
2010-10-12 15:34:26 +00:00
input
Fix Mouse.getDX() and Mouse.getDY() values when mouse moves outside Display window & clipping is on. Thanks to ra4king for patch.
2012-05-13 12:11:12 +00:00
openal
Changed manual null check to a MemoryUtil.getAddressSafe call.
2011-10-25 17:42:56 +00:00
opencl
Added support for OpenCL 1.2 [UNTESTED]
2011-11-16 14:36:28 +00:00
opengl
Added support for OpenGL 4.3 and OpenGL ES 3.0.
2012-08-07 15:14:03 +00:00
opengles
Added support for OpenGL 4.3 and OpenGL ES 3.0.
2012-08-07 15:14:03 +00:00
test
Updated GLES FullScreenWindowedTest to destroy/create Display on mode change.
2011-10-14 10:43:45 +00:00
util
Added support for OpenGL 4.3 and OpenGL ES 3.0.
2012-08-07 15:14:03 +00:00
BufferChecks.java
excessively verbose exception description added to lower support requests :)
2011-05-04 19:24:57 +00:00
BufferUtils.java
Added alignment checks to PointerBuffer constructor.
2011-05-11 00:12:52 +00:00
DefaultSysImplementation.java
OpenCL bug fixes on MacOS.
2010-10-01 22:20:14 +00:00
J2SESysImplementation.java
updated and added license where needed
2008-04-07 18:36:09 +00:00
LinuxSysImplementation.java
Fix issue with Linux and Java 7 where libjawt.so was failing to load.
2011-08-06 13:18:49 +00:00
LWJGLException.java
updated and added license where needed
2008-04-07 18:36:09 +00:00
LWJGLUtil.java
Added support for cache-line padding and alignment.
2011-08-10 16:05:46 +00:00
MacOSXSysImplementation.java
Add extra checks so CALayer's only run on OS X 10.6+, Bump OS X native version
2012-01-16 22:18:31 +00:00
MemoryUtil.java
Fixed clEnqueueNativeKernel crash.
2012-02-28 18:18:06 +00:00
MemoryUtilSun.java
Moved all pointer arithmetic to Java code.
2011-07-16 16:05:37 +00:00
NondirectBufferWrapper.java
Ported codebase to Java 1.5.
2010-09-28 21:11:35 +00:00
PointerBuffer.java
Moved all pointer arithmetic to Java code.
2011-07-16 16:05:37 +00:00
PointerWrapper.java
Added support for OpenCL & CL/GL interop + minor improvements. [WIP]
2010-09-26 23:43:24 +00:00
PointerWrapperAbstract.java
Misc CL fixes.
2010-09-30 23:36:37 +00:00
Sys.java
bumping to 2.8.5, adding changelogs
2012-06-03 19:07:57 +00:00
SysImplementation.java
OpenCL bug fixes on MacOS.
2010-10-01 22:20:14 +00:00
WindowsSysImplementation.java
adding WS_MAXIMIZEBOX patch for windows and bumping native version
2012-01-11 20:46:57 +00:00