lwjgl2-arm64/src/java/org/lwjgl
Ioannis Tsakpinis d17c19fe01 Restored check that skips generation if the source template has not changed.
Note that javac still always recompiles everything. This makes the build process slower than before (apt was using the already compiled templates as input). Will investigate some other time if this can be mitigated.
2014-09-14 22:04:51 +03: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 Fix some straightforward Javadoc problems 2014-05-20 00:05:53 +01:00
opencl Fixed getInfoBinaries bug when multiple devices exist. 2013-07-22 20:19:25 +03:00
opengl Fixed optional error check. 2014-09-13 12:39:54 +03: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 Restored check that skips generation if the source template has not changed. 2014-09-14 22:04:51 +03: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 Modified browser launchers in Linux Sys.openURL method. 2013-05-26 18:20:33 +02:00
LWJGLException.java updated and added license where needed 2008-04-07 18:36:09 +00:00
LWJGLUtil.java Fix some straightforward Javadoc problems 2014-05-20 00:05:53 +01: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 Backported LWJGL 3's handling of System.loadLibrary errors. Resolves #87. 2014-09-13 13:39:22 +03: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