Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.
Success

Changes

Summary

  1. http://www.jogamp.org/bugzilla/show_bug.cgi?id=378 (details)
  2. fixed compiler error in TextureRenderer. (details)
Commit 138a5b057e39a4738a2e82f370424a9a21aceea9 by Sven Gothel
http://www.jogamp.org/bugzilla/show_bug.cgi?id=378

Changed solution with a necessary API change of TextureData etc.

Adding required GLProfile element to the factories etc,
so it is clear for which GLProfile data is being created
without the need of a current GLContext.

TextureData/AWTTextureData: Removed the glPostInit* effort ..

IMPACT: Texture util's API change - minor user code change necessary.

+++
Commit 4a457c98983b4f58c2a639f49ef9e79beaecd5c0 by Michael Bien
fixed compiler error in TextureRenderer.