lwjgl2-arm64/src/java/org/lwjgl
Ioannis Tsakpinis 6e738cc2b6 Added support for NVX_gpu_memory_info (experimental extension).
Added support for initializing extensions that are not exposed in GL_EXTENSIONS (enables EXT_direct_state_access and NV_primitive_restart on AMD GPUs, use at your own risk).
Updated @Optional functions for AMD GPUs (driver version: 10.3)
2010-03-31 15:46:16 +00:00
..
examples Added init code to space invaders example 2009-04-26 19:58:08 +00:00
input Further improvement to mouse ungrab position behaviour. Mouse no longer limited to just ungrabbing at the position it was grabbed, now you can can call setCursorPosition(x,y) while mouse is grabbed and ungrab the mouse at any position you like. 2010-03-27 16:04:30 +00:00
openal missing initialization of AL11 functions 2009-08-05 18:54:47 +00:00
opengl patch as per http://lwjgl.org/forum/index.php/topic,3124.0.html 2010-03-17 18:55:59 +00:00
test Added some alternate AL functions. 2010-03-16 17:58:48 +00:00
util Added support for NVX_gpu_memory_info (experimental extension). 2010-03-31 15:46:16 +00:00
BufferChecks.java Added support for OpenGL 3.3 and OpenGL 4.0. 2010-03-11 21:06:49 +00:00
BufferUtils.java updated and added license where needed 2008-04-07 18:36:09 +00:00
DefaultSysImplementation.java Added platform specific getJNIVersion implementations 2008-04-30 14:58:47 +00:00
J2SESysImplementation.java updated and added license where needed 2008-04-07 18:36:09 +00:00
LinuxSysImplementation.java bumping native version 2010-03-28 23:11:17 +00:00
LWJGLException.java updated and added license where needed 2008-04-07 18:36:09 +00:00
LWJGLUtil.java updated and added license where needed 2008-04-07 18:36:09 +00:00
MacOSXSysImplementation.java bumping native version 2010-03-28 23:11:17 +00:00
NondirectBufferWrapper.java Added support for OpenGL 3.0 functionality 2008-08-19 16:46:03 +00:00
Sys.java 2.4 release 2010-03-17 18:58:18 +00:00
SysImplementation.java Moved Sys.JNI_VERSION to SysImplementation.getRequiredJNIVersion() to enable platform specific native library versions. 2008-04-30 14:34:54 +00:00
WindowsSysImplementation.java bumping native version 2010-03-28 23:11:17 +00:00