10-16-2011, 04:33 AM
you test With JWJGL 2.8.0/2.8.1?
first support for Opengl 4.2
http://sourceforge.net/projects/java-gam...L%202.8.1/
first support for Opengl 4.2
http://sourceforge.net/projects/java-gam...L%202.8.1/
Quote:General:
+ Support for OpenGL 4.2
+ Merged OpenGL ES branch (no official release, must build yourself from trunk)
+ Support for INTEL_immediate_execution.
+ Support for AMD_pinned_memory.
+ Support for NV_path_rendering.
+ Support for EXT_atomic_counter_32/64
+ Support for EXT_framebuffer_multisample_blit_scaled
+ Support for AMD_sample_positions.
+ Support for AMD_blend_minmax_factor & NV_texture_multisample.
+ Added EXT_texture_storage alias.
+ Added DSA functions
* Support for OpenGL 3.2 on MacOS X 10.7+.
* CL/GL interop patch for mac
+ Added @Optional support for AL and GLES.
* Fixed signatures: CharSequence[] parameters and ByteBuffer returns.
* Fixed issue with Display.setParent and fullscreen
* Fixed issue with GLES PixelFormat (as shown by Scala)
* Fixed build to include missing OpenGL ES classes on which Display depends.
* Excluded desktop OpenGL extensions from the OpenGL ES build.
OpenGL:
+ Added support for NV_platform_binary.
* IMG_multisampled_render_to_texture.java, IMG_multisamples_render_to_texture.java, IMG_read_format.java, OES_EGL_sync.java extension updates.
AppletLoader:
* Fixed issue with logo loading
* Provide a more meaningful error message when certificates do not match.
* Don't output needless lzma.jar is missing message on console unless a lzma file actually being loaded.
+ Concurrent HTTP requests when figuring out initial size
+ Support for specifyinf minimum jre by using al_min_jre attribute
+ Support for optional mac arch specific natives, al_mac32, al_mac64, al_macppc
+ Implemented headless mode. Use the "al_headless" parameter to enable it
* Fix/workaround for the double security dialogs issue on OS X
MacOSX:
* Remove the use of Properties from Objective C code to allow binary compatibility on OS X < 10.5
Build:
* Miscellaneous maven patches to allow lwjgl to be published to a maven repository