Commit Graph

123 Commits (7363662f2191ce65eab8c3d59c5db7f811e703b5)

Author SHA1 Message Date
Stephen Gold 64d0e00a49 LwjglContext: correct a typo in a log message 6 years ago
Rémy Bouquet 266d8b0828 Implements SSBO (Shader Storage Buffer Object) and UBO (Uniform Buffer Object) support 7 years ago
Stephen Gold b159c847cc comment corrections: mostly spelling and grammar 7 years ago
Stephen Gold 26ae3ec806 initialize InputManager.cursorPos to fix issue #792 for LWJGL2 7 years ago
Kirill Vainer 6127f7eb7a Miscellaneous OpenGL ES fixes (#720) 7 years ago
Nehon 6a467ecb53 Added gpu profiling to Renderer and all the GL backends except ios 8 years ago
Toni Helenius f2384c8063 Added a cursor cache to avoid cursor disappearing and app crashing when too many cursors are created 9 years ago
Michael Braunstingl d39b780fa5 Added RenderState.BlendMode.Custom 9 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 dd22ebefdd Implemented Program.getBinary() with Jocl. 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
shamanDevel 5e098b0493 worked on LWJGL3 support 9 years ago
shamanDevel 22307257e0 added querying of the program binaries and building the programs from these binaries. 9 years ago
shamanDevel 54113f35e0 added alternative versions for kernel launches and resource acquiring that do not return an event. This improves the performance. 9 years ago
shamanDevel 4be6013068 reworked releasing system. 9 years ago
shamanDevel a26e526945 Added an experimental Jocl binding. 9 years ago
shamanDevel 7fc7402855 changed author name 9 years ago
shamanDevel 1093c639eb finished documentation 9 years ago
Dokthar 119a076f11 joystick : if a button id isn't a numeric it will be set to the button index 9 years ago
shamanDevel ee43853ff1 docs, docs, docs 9 years ago
shamanDevel 196cbc8042 started with the documentation 9 years ago
shamanDevel 60f10bb604 renamed DefaultPlatformChooser and moved it to the core, some small fixes 9 years ago
shamanDevel 0c47bf18c9 added memory managing: native resources are now automatically released 9 years ago
shamanDevel 0d003275a7 implemented image sharing and added julia set testcase 9 years ago
shamanDevel d36c957f5e implemented image operations 9 years ago
shamanDevel 4416295069 started with the image api, refactored buffer 9 years ago
shamanDevel a6be243db1 refactoring of Context: moved simplifying functions from LwjglContext to Context 9 years ago
shamanDevel ecda9135ad implemented kernel execution 9 years ago
shamanDevel 6326daa120 implemented program building 9 years ago
shamanDevel e469af2ebc implemented LwjglCommandQueue, LwjglBuffer and LwjglEvent, added buffer test to HelloOpenCL 9 years ago
shamanDevel e02eec0abd added customizability of the platforms and devices by PlatformChooser 9 years ago
shamanDevel 53ebaba1e2 listing and choosing devices 9 years ago
shamanDevel bb15931fa2 started with context creation 9 years ago
Teencrusher d1aae8d479 Added support to glBlendEquation for renderes implementing GL2, and material loading support 9 years ago
Kirill Vainer a8aabac1c9 fix issue #441 9 years ago
Kirill Vainer 2e4148f3c3 merge fixes 9 years ago
Kirill Vainer 0f1c35c5f0 minor formatting changes 9 years ago
Georgeto b39c46a82a Let lwjgl respect the AlphaBits setting. 9 years ago
Jan Ivenz c6143ae640 Rendering depth to texture arrays. 9 years ago
Kirill Vainer 7bf4949e83 Revert native loading changes 9 years ago
Kirill Vainer 2ca55c8b3a LWJGL3 improvements 9 years ago
Nehon cbe87cf41f checkGLError in LwjglOffscreenBuffer is now called only if assertions are on, as it is done in LwjglAbstractDisplay 9 years ago
Kirill Vainer 62186362a8 GLDebugOutputHandler: dump stack on debug messages 10 years ago
Daniel Johansson 30cdca7ad7 Native library loading is back to the way it used to be with the addition of LWJGL 3.x libraries added with a different key. 10 years ago
Kirill Vainer 148c78a943 GL: make lwjgl implementation classes final 10 years ago
Daniel Johansson 8f77dca931 Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW. 10 years ago
Daniel Johansson 89f10eca58 Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW. 10 years ago
Kirill Vainer 5c35b9bb22 Renderer: delete deprecated renderers 10 years ago