Login  Register

Re: method not implemented: gluScaleImage

Posted by Wade Walker on Jan 25, 2011; 4:04pm
URL: https://forum.jogamp.org/method-not-implemented-gluScaleImage-tp2304656p2331307.html

Submitted this fix and a unit test at https://github.com/sgothel/jogl/pull/20.

Julien, I totally agree that allocating one big direct buffer and slicing it would be faster. However, since we're trying to fix bugs to finalize the JOGL 2 release, I don't want to change any more code than the absolute minimum right now. We can submit an enhancement later if users say they could benefit from improved speed here