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

Changes

Summary

  1. Fragment Shader enhancement + clean-up; (details)
  2. Fix: removing fragments with w=0 is producing dimples with msaa (details)
  3. Jogl build: Rebuild jar files if shaders were updated (details)
  4. all.ide: add one.dir to update build/jar/ (details)
  5. Fix: p1y region set to 0.5, cleaned shader (details)
Commit a53f4daf23e68f1f5819c9e911f8a520ce03926a by Rami Santina
Fragment Shader enhancement + clean-up;

in first pass the shader now discards pixels that
are dropped by imlicit AA, and second pass (if executed) doesnt include them
in AA clac.
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/RegionRendererImpl01.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer01.fp (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/TextRendererImpl01.java (diff)
Commit a6d0578e1ef46b835906ab290161cff3baa51ef8 by Rami Santina
Fix: removing fragments with w=0 is producing dimples with msaa
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer01.fp (diff)
Commit a550afe604d8a1e63110d9f76ef04e2b493271c9 by Sven Gothel
Jogl build: Rebuild jar files if shaders were updated
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer01.fp (diff)
The file was modifiedmake/build-jogl.xml (diff)
Commit c2fdfa4e25a378f1d82b41417b1370a93048ab62 by Sven Gothel
all.ide: add one.dir to update build/jar/
The file was modifiedmake/build.xml (diff)
Commit 2d681a3d1557c8cdc15fbed70a3b52d82be4052c by Rami Santina
Fix: p1y region set to 0.5, cleaned shader
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/RegionRendererImpl01.java (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/shader/curverenderer01.fp (diff)
The file was modifiedsrc/jogl/classes/jogamp/graph/curve/opengl/TextRendererImpl01.java (diff)