GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD invalid enum in GLBufferStateTracker

classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD invalid enum in GLBufferStateTracker

mrjfalk
Hi,

I need to use the extension "AMD_pinned_memory", and hence the GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD, but it throws an GL_INVALID_ENUM when using it, I found a patch of the GLBufferStateTracker in this thread: http://forum.jogamp.org/LWJGL-FX-fast-JavaFX-integration-port-to-JOGL-td4032802.html, but my question is if there is any reason why this change isn't added to the trunk/latest released version of JOGL (https://github.com/sgothel/jogl/blob/master/src/jogl/classes/jogamp/opengl/GLBufferStateTracker.java)?

As it would be nice to not use a custom build of JOGL.
Reply | Threaded
Open this post in threaded view
|

Re: GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD invalid enum in GLBufferStateTracker

elect
mrjfalk wrote
As it would be nice to not use a custom build of JOGL.
I am afraid you have to. Given the restructuring phase that jogamp is going under, things are not gonna change in the short period.

I also have a similar need, https://github.com/sgothel/jogl/pull/98, that I will address sooner or later

We might team up together with Gouessej and have a temp build (and repo) in the meanwhile things go back to normal.
Reply | Threaded
Open this post in threaded view
|

Re: GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD invalid enum in GLBufferStateTracker

gouessej
Administrator
In reply to this post by mrjfalk
elect is right, we plan to make a maintenance release with a few fixes.
Julien Gouesse | Personal blog | Website
Reply | Threaded
Open this post in threaded view
|

Re: GL_EXTERNAL_VIRTUAL_MEMORY_BUFFER_AMD invalid enum in GLBufferStateTracker

elect
In reply to this post by mrjfalk
mrjfalk, we are organising ourself to realease a small release, if you want to join us on the mail-list, give me your email (also by private message)