Lou H
930090dfa0
#1097-Fixed inconsistent OpenGL version constants ( #1099 )
6 years ago
James Khan
b9b4a2d75b
Reference the joystick that changed state instead of the ID.
...
Use separate connection methods (onConnected/onDisconnected).
6 years ago
James Khan
2f6185b5cf
Remove JoystickState enum and replace with boolean value.
6 years ago
James Khan
682d8c9fd8
Use RawInputListener for InputManager instead of creating another field.
...
Set methods to use JoystickState enum instead of event integers.
6 years ago
James Khan
80adca6dce
Translate JoystickState directly from LWJGL context.
...
Set the logger to the correct class
6 years ago
James Khan
318d6d0e89
Add support for listening to joystick connection/disconnection.
...
Fixes bug causing NullPointerException when removing joysticks.
Allows adding joysticks after the application has started.
6 years ago
Stephen Gold
4581b6cb36
jme3-examples/jme3-lwjgl3 JavaDoc corrections (comments only)
6 years ago
Ali-RS
dae85e1598
Removed unused imports. ( #1020 )
6 years ago
Francivan Bezerra
467af4fff5
Fixed call to onJoyButtonEvent()
...
The method onJoyButtonEvent() was being called on every update(). Now it is called only when the state of a button changes (from not pressed to pressed and vice-versa).
6 years ago
Toni Helenius
989fc0a9f0
The mouse pos should be initialized always
6 years ago
Toni Helenius
ca81975988
Get initial mouse pos on init, pass it to the InputManager
6 years ago
Toni Helenius
87023eb3f7
Set as finals
6 years ago
Toni Helenius
bbcb8c5701
Feature 871 ( #873 )
...
* Update LWJGL to 3.1.6
* Change LinkedLists to ArrayDeques
* Call glfwTerminate & set NULL error callback on destroy
fixes crash when context is re-created
6 years ago
Rémy Bouquet
266d8b0828
Implements SSBO (Shader Storage Buffer Object) and UBO (Uniform Buffer Object) support
7 years ago
javasabr
555a348692
refactored and upgraed lwjgl3 module.
7 years ago
Stephen Gold
b159c847cc
comment corrections: mostly spelling and grammar
7 years ago
Toni Helenius
09f4ae4832
Animated cursor support for LWJGL 3 ( #785 )
...
* Simple animated cursor support
* Use primitive array and diamond constructor
7 years ago
Kirill Vainer
6127f7eb7a
Miscellaneous OpenGL ES fixes ( #720 )
...
* Use correct HALF_FLOAT constant for GLES
* Support GLTracer and GL debug in Android
* Support instancing in GLTracer
* Don't use unsupported TEXTURE_{BASE,MAX}_LEVEL in GLES
* Support ABGR8 using swizzle extension
* Move glFramebufferTextureLayer to GLFbo
* Avoid RGB111110F in filters unless its actually supported
* Use the same depth format in all places in FPP
* Print the object with the problem in NativeObjectManager
* JMException does not exist on Android
7 years ago
Kirill Vainer
381d69ccb7
Support LWJGL 3.1.2
7 years ago
javasabr
a50b1f1d2f
added synchronizing during freeing memory from a deallocator.
7 years ago
javasabr
51876d6ada
to prev.
7 years ago
javasabr
76cd4e6eca
added support multi-threading allocations for LWJGL Buffer Allocator.
7 years ago
Alexandr Brui
8abf23b2f2
Added missed gl versions ( #680 )
...
* Added missed GL versions and Caps.
* Added supporting 3.3, 4.0, 4.1, 4.2, 4.3, 4.4 and 4.5 GL core profiles.
7 years ago
javasabr
f84ac5d085
fixed some problems with getting address.
8 years ago
javasabr
449f83f4a6
added volatile
8 years ago
javasabr
2136dc4484
Implemented auto free LWJGL byte buffers.
8 years ago
Nehon
6a467ecb53
Added gpu profiling to Renderer and all the GL backends except ios
8 years ago
javasabr
90649456e0
added checking property existing.
8 years ago
javasabr
b3ecb134ef
reverted the name of the logger field.
8 years ago
javasabr
d468c20fba
implemented LWJGL3 BufferAllocator
8 years ago
Fennel
54c854bec6
Fixes mouse cursor format for LWJGL3
8 years ago
javasabr
1f9a5cd028
for prev commit
8 years ago
javasabr
544d94aed7
implemented supporting the OffscreenSurface context.
8 years ago
javasabr
06258a6ddc
fixed crashes
8 years ago
javasabr
ddfa6e703a
updated the window implementation
8 years ago
javasabr
190f30afe5
added supporting window icons for LWJGL3
8 years ago
Sebastian Weiß
ed68a7b749
fixed formatting 2
8 years ago
Sebastian Weiß
dccec876c5
fixed formatting
8 years ago
Sebastian Weiß
e8f76d43fe
implemented all changes regarding OpenCL (and some missing stuff)
8 years ago
Sebastian Weiß
e40ebdc5c6
updated GL and AL
8 years ago
Michael Braunstingl
d39b780fa5
Added RenderState.BlendMode.Custom
...
BlendMode.Custom allows glBlendFuncSeparate() calls.
8 years ago
shamanDevel
46db6d95f8
Added getter method for the device associated with a command queue
9 years ago
shamanDevel
eb07d69cd8
missing toString() methods added
9 years ago
shamanDevel
e5e5128a65
Fixed Program.getBinary() for LWJGL3
9 years ago
shamanDevel
dd22ebefdd
Implemented Program.getBinary() with Jocl.
...
The program cache now also works with Jocl.
Thanks to @gouessej for his help.
9 years ago
shamanDevel
bd491dc416
removed fixmes
9 years ago
shamanDevel
e32ebe11bb
fixed context creation for LWJGL3
9 years ago
shamanDevel
732e75fba6
fixed unmapping of buffer objects and an error in setArg in Lwjgl3's Kernel
9 years ago
shamanDevel
4e55e0e5a0
added library for Matrix3f, fixed some bugs
9 years ago
shamanDevel
c162d474c7
added matrix support for kernel arguments (mapped to float16)
9 years ago