Re: JOGL and gl.glTexSubImage2D() performance issue on Linux
Posted by
Sven Gothel on
Nov 15, 2012; 4:36pm
URL: https://forum.jogamp.org/JOGL-and-gl-glTexSubImage2D-performance-issue-on-Linux-tp4026810p4026969.html
On 11/15/2012 05:00 PM, Umka [via jogamp] wrote:
> diff --git a/src/java/com/jogamp/common/jvm/JNILibLoaderBase.java
> b/src/java/com/jogamp/common/jvm/JNILibLoaderBase.java
.. many lines of very invasive changes to native lib loading ,.
I glanced over it, besides a few NOP changes you made (".jar") suffix,
which are redundant and hence invalid,
you also try to hardcode the architecture into the native library JAR file
by creating subdir for each architecture.
This would require a serious discussion, but also you to understand our
current deployment schema _first_.
Again: Such things cannot be done w/ a fly-bye stop dropping some half-ass patch.
Also this is not a _FIX_ but a feature enhancement, if not even a loophole
for some insecurity .. who knows ? :)
~Sven