Re: java11 + release progress thread (also: review)
Posted by
Sven Gothel on
Aug 19, 2019; 11:55pm
URL: https://forum.jogamp.org/java11-release-progress-thread-also-review-tp4039948p4039965.html
On 8/20/19 12:52 AM, Wade Walker [via jogamp] wrote:
> It seems like getScaleX() works on Java 8 -- see
>
https://docs.oracle.com/javase/8/docs/api/java/awt/geom/AffineTransform.html#getScaleX--,
> the call at least exists. I'm not sure if it returns the correct value for
> Java < 9 on Mac, though :)
Yeah, keeping it as is for now. Thx.
JOGL status:
- Builds on MacOS, Windows and GNU/Linux now.
- All but 2 tests passed on Windows
- GNU/Linux AMD GPU regression
-- 1) No compat profiles on X11 device
-- 2) Remaining core only profiles disclose buggy GLProfile selection
-- This needs to be fixed pre-release
Then JOCL and Android.
~Sven