lwjgl/src/java/org/lwjgl
Michael Pfaff 229a1da41b
Added build script and update minimum versions to Java 1.8
2022-01-05 13:50:35 -05:00
..
examples fixed issue with signed/unsigned code dialog popping up 2010-10-12 15:34:26 +00:00
input Removed NondirectBufferWrapper. It was only used in the Cursor constructor and in a way that could cause crashes: Passing heap buffers to both the images and delays arguments would result in both sharing the same direct memory. 2013-10-30 17:20:28 +02:00
openal Use OpenAL64 on Windows x64. Fixes #95. 2014-10-08 12:21:46 +03:00
opencl Update InfoUtilFactory.java 2015-12-26 22:49:01 -07:00
opengl Reset resizable state on destroy. Close #142 2016-12-08 21:50:34 +02:00
opengles Removed obsolete buffer size methods. 2014-08-16 01:59:37 +03:00
test Refactored ContextAttribs: there's now an additional constructor that accepts the profile mask and context flags. 2014-08-15 14:15:30 +03:00
util Added build script and update minimum versions to Java 1.8 2022-01-05 13:50:35 -05: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
LWJGLException.java updated and added license where needed 2008-04-07 18:36:09 +00:00
LWJGLUtil.java Replace .jnilib with .dylib on OS X with JDK 6. Resolve #100 2014-11-28 13:26:26 +02:00
LinuxSysImplementation.java Modified browser launchers in Linux Sys.openURL method. 2013-05-26 18:20:33 +02:00
MacOSXSysImplementation.java Bump OS X native version 2013-04-14 14:56:00 +01:00
MemoryUtil.java Changed ALC10's alcGetString and alcOpenDevice to use UTF8 decoding/encoding. 2012-08-16 18:58:41 +00:00
MemoryUtilSun.java Moved all pointer arithmetic to Java code. 2011-07-16 16:05:37 +00:00
PointerBuffer.java Fixed put on external ByteBuffer. 2012-12-12 19:17:50 +02: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 Bump version to 2.9.4 2015-01-19 20:41:13 +02: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