|
The file was modified | src/jogl/classes/jogamp/graph/font/FontInt.java (diff) |
The file was modified | src/jogl/classes/jogamp/graph/font/typecast/TypecastRenderer.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/graph/curve/opengl/TextRenderer.java (diff) |
The file was modified | src/jogl/classes/jogamp/graph/font/typecast/TypecastFont.java (diff) |
The file was modified | src/jogl/classes/jogamp/graph/curve/text/GlyphShape.java (diff) |
The file was modified | src/jogl/classes/jogamp/graph/curve/text/GlyphString.java (diff) |
|
The file was modified | src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/graph/curve/tess/CDTriangulator2D.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/graph/geom/Outline.java (diff) |
Commit
820fd3f4e45cfa79e94fad385eb47ff26a5fea2b
by Rami SantinaAdd Factory for triangulation with base Interface; misc cleanup
CDTriangulation moved to impl (jogamp.graph), where additional triangulations or a wrapper to GLU triangulation can be added to triangulator.
TWO_PASS_RENDERING renamed to VBAA (algorithm name)
misc comments cleanups
|
The file was modified | src/jogl/classes/com/jogamp/graph/curve/opengl/RegionRenderer.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/graph/curve/opengl/TextRenderer.java (diff) |
The file was removed | src/jogl/classes/com/jogamp/graph/curve/tess/CDTriangulator2D.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/graph/TestTextRendererNEWT01.java (diff) |
The file was modified | src/jogl/classes/jogamp/graph/curve/opengl/RegionFactory.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/graph/curve/OutlineShape.java (diff) |
The file was modified | src/jogl/classes/jogamp/graph/curve/text/GlyphString.java (diff) |
The file was added | src/jogl/classes/com/jogamp/graph/curve/tess/Triangulation.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/graph/TestRegionRendererNEWT01.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/graph/demos/GPURegionNewtDemo02.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/graph/demos/GPURendererListenerBase01.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/graph/demos/GPUTextNewtDemo02.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/graph/curve/Region.java (diff) |
The file was added | src/jogl/classes/com/jogamp/graph/curve/tess/Triangulator.java (diff) |
The file was added | src/jogl/classes/jogamp/graph/curve/tess/CDTriangulator2D.java (diff) |
Commit
cf36398314270c2c50d55b23736e5bff8b62337d
by Sven GothelUsing GlueGen IOUtil (dropped StreamUtil, FileUtil); Public GLReadBufferUtil (screenshot etc) and GLPixelStorageModes
- Using GlueGen IOUtil, dropping StreamUtil and FileUtil
- Public (util) GLReadBufferUtil for screenshots and slow r2t (AWT less), as well as GLPixelStorageModes
|
The file was modified | src/test/com/jogamp/opengl/test/junit/graph/demos/GPURendererListenerBase01.java (diff) |
The file was added | src/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java (diff) |
The file was removed | src/test/com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferUtil.java (diff) |
The file was removed | src/jogl/classes/com/jogamp/opengl/util/StreamUtil.java (diff) |
The file was removed | src/test/com/jogamp/opengl/test/junit/graph/demos/Screenshot.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/jogl/offscreen/ReadBuffer2File.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/jogl/offscreen/ReadBufferBase.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/opengl/util/texture/TextureIO.java (diff) |
The file was removed | src/test/com/jogamp/opengl/test/junit/graph/demos/ReadBufferUtil.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/opengl/util/texture/Texture.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/jogl/offscreen/Surface2File.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/opengl/util/texture/TextureData.java (diff) |
The file was modified | src/jogl/classes/jogamp/graph/font/typecast/TypecastFontConstructor.java (diff) |
The file was removed | src/jogl/classes/com/jogamp/opengl/util/FileUtil.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/opengl/util/awt/Screenshot.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/jogl/offscreen/ReadBuffer2Screen.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/opengl/util/texture/spi/awt/IIOTextureWriter.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/graph/demos/ui/UIListenerBase01.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/opengl/util/texture/spi/NetPbmTextureWriter.java (diff) |
The file was added | src/jogl/classes/com/jogamp/opengl/util/GLReadBufferUtil.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java (diff) |
|
The file was modified | src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestFBOMRTNEWT01.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestRulerNEWT01.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLShaderState01NEWT.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/jogl/glsl/TestGLSLShaderState02NEWT.java (diff) |
The file was modified | src/test/com/jogamp/opengl/test/junit/util/NEWTGLContext.java (diff) |
|
The file was modified | src/jogl/classes/com/jogamp/opengl/util/awt/Overlay.java (diff) |
|
The file was modified | src/test/com/jogamp/opengl/test/junit/jogl/demos/gl2/gears/TestGearsAWT.java (diff) |
|
The file was modified | src/jogl/classes/com/jogamp/opengl/util/Locator.java (diff) |
|
The file was removed | src/jogl/classes/com/jogamp/opengl/util/Locator.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/opengl/util/glsl/sdk/CompileShader.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/opengl/util/glsl/ShaderCode.java (diff) |
The file was modified | src/jogl/classes/jogamp/graph/font/UbuntuFontLoader.java (diff) |
The file was modified | make/scripts/tests.sh (diff) |
Commit
423f5bf7f518433edcbf64accaf2cf5252cb4a63
by Sven GothelGLBuffers fix ; GL imageSizeInBytes fix / unit tests.
- Moved implementation of prev GL imageSizeInBytes(..) -> GLBuffers.sizeof() for all GL profiles
- GLBuffers.*: Added missing formats and types (GL2.1, GL3.3 and GL4.1)
- GLBuffers.sizeof(): Fail fast if format/type is unhandled, or alignment invalid
- Added unit test for GLBuffers.sizeof()
|
The file was modified | make/config/jogl/gl-impl-CustomJavaCode-gl4bc.java (diff) |
The file was modified | make/config/jogl/gl-gl4bc.cfg (diff) |
The file was modified | make/scripts/tests.sh (diff) |
The file was modified | make/config/jogl/gl-impl-CustomJavaCode-desktop.java (diff) |
The file was modified | src/jogl/classes/com/jogamp/opengl/util/GLBuffers.java (diff) |
The file was added | src/test/com/jogamp/opengl/test/junit/jogl/acore/TestGPUMemSec01NEWT.java (diff) |
The file was modified | make/config/jogl/gl-es1.cfg (diff) |
The file was modified | make/config/jogl/gl-impl-CustomJavaCode-gles2.java (diff) |
The file was modified | make/config/jogl/gl-impl-CustomJavaCode-embedded.java (diff) |
The file was modified | make/config/jogl/gl-es2.cfg (diff) |
The file was modified | make/config/jogl/gl-impl-CustomJavaCode-gles1.java (diff) |
|
The file was modified | src/jogl/classes/com/jogamp/opengl/util/GLPixelStorageModes.java (diff) |
|
The file was modified | make/build.xml (diff) |
|
The file was modified | make/scripts/make.jogl.all.win64.bat (diff) |
The file was modified | make/scripts/java-win32-dbg.bat (diff) |
The file was modified | make/scripts/tests-javaws-x64.bat (diff) |
The file was modified | make/scripts/java-win64-dbg.bat (diff) |
The file was modified | make/scripts/make.jogl.all.linux-x86_64.sh (diff) |
The file was modified | make/scripts/tests.sh (diff) |
The file was modified | make/scripts/java-win32.bat (diff) |
The file was modified | make/scripts/java-win64.bat (diff) |
The file was modified | make/scripts/make.jogl.all.win32.bat (diff) |