Commit Graph

94 Commits (4416295069b81c4f020c17acc960c68a77cfc51e)

Author SHA1 Message Date
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 9 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. 9 years ago
Kirill Vainer 148c78a943 GL: make lwjgl implementation classes final 9 years ago
Daniel Johansson 8f77dca931 Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW. 9 years ago
Daniel Johansson 89f10eca58 Added jme3-lwjgl3 module which ultimately adds support for LWJGL 3.x and GLFW. 9 years ago
Kirill Vainer 5c35b9bb22 Renderer: delete deprecated renderers 10 years ago
Kirill Vainer 5cf6b0c9a6 LwjglContext: add custom handler for GL debug messages 10 years ago
Kirill Vainer ed4b70bcad GLTiming: new GL wrapper to profile GL calls 10 years ago
Kirill Vainer 5b95f8a4b0 GLRenderer: Improve compatibility with OpenGL 3.2 core profile 10 years ago
shadowislord 19338deaf8 LWJGL Backend: fix issue #232 10 years ago
shadowislord 068047200e Threads: standardize names. Make sure they all start with "jME3". 10 years ago
michael 5c70938ccf Added GL_PATCHES as new constant 10 years ago
michael 1949a7d831 Added GL4 Interface, 10 years ago
shadowislord 9651d6d822 GL interface: add support for PBO, FB readback, and fences (ARB sync) 10 years ago
Nehon 5e3e8fbd6e fixed compilation issue in deprecated LWJGLRenderer 10 years ago
shadowislord 809092c236 Allow application to be a resizable window. 10 years ago
shadowislord eda5e983da context/renderer: let renderer print out graphics hardware info 10 years ago
shadowislord 7f50f906aa Upgrade to LWJGL 2.9.3 10 years ago
shadowislord d3cbf7fbf2 GL implementations: Fix uploading of buffers with position != 0 10 years ago
shadowislord 3a61032575 Make LwjglGL implement the GL3 interface (for OpenGL3+ function names) 10 years ago
shadowislord 9f3a145dd7 Renderer Changes 10 years ago
shadowislord 74dc3392c6 Allow display modes with 59 Hz refresh rate to be acceptable as 60 Hz 10 years ago
shadowislord 307a0e7aed Better GraphicsDebug / GraphicsTrace implementation 10 years ago
shadowislord b04c4ad042 Flush GL pipeline for pbuffer after frame (required because there's no backbuffer) 10 years ago
shadowislord 8e7eae01a7 * Upgrade LWJGL version to 2.9.2 10 years ago
shadowislord 6ca111b13d Refactor renderer system 10 years ago
Nehon 995ab83a9e Deprecated LwjglRenderer and Lwjgl's TextureUtils. URA is used when choosing LWJGL as renderer. 10 years ago
shadowislord ac2f765d5b Cleanup GL interface from unused calls 10 years ago
shadowislord d3258429ec Use unified renderer architecture for LWJGL by default (other backends pending) 10 years ago
shadowislord f189b94a4d Implement the new GL interface for the LWJGL backend 10 years ago
shadowislord af58aeb779 Fix Renderer.copyFrameBuffer() exception 10 years ago
shadowislord de0027eee3 Fix OGL version parsing 10 years ago
shadowislord 18807cf175 Fix issue #138 10 years ago