index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
com
/
jogamp
/
opengl
/
util
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remedy for Bug 782: Issue Debug.initSingleton() or Debug.debug(..) before cal...
Sven Gothel
2013-07-17
3
-6
/
+23
*
Texture: Fix 'premultiply alpha' semantics in API doc description. Texture cl...
Sven Gothel
2013-07-17
1
-9
/
+14
*
Texture: Skip glEnable/glDisable TEXTURE target if using a core context!
Sven Gothel
2013-07-16
1
-12
/
+14
*
StringBuffer -> StringBuilder
Sven Gothel
2013-07-15
4
-8
/
+8
*
Remove deprecated methods.
Sven Gothel
2013-07-04
1
-6
/
+0
*
Texture: Add 'Order of Texture Commansa' and their semantics to API doc .. du...
Sven Gothel
2013-07-03
1
-12
/
+27
*
GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names...
Sven Gothel
2013-07-03
1
-1
/
+1
*
Bug 724: Add manual unit test, incr. PNGImage verbosity.
Sven Gothel
2013-07-02
1
-1
/
+2
*
AnimatorBase.setModeBits(..): Only issue initImpl() if required - and throw '...
Sven Gothel
2013-06-23
3
-9
/
+13
*
Fix Bug 748 - PMVMatrix gluProject and gluUnProject broken w/ backingArray (d...
Sven Gothel
2013-06-09
1
-12
/
+12
*
Fix Bug 736: Add GL.GL_UNSIGNED_INT and GL2ES2.GL_INT case in GLArrayDataWrap...
Petr Skramovsky
2013-05-17
1
-0
/
+2
*
GLPixelBuffer.dispose(): Set diposed:=true to allow isValid() to work properl...
Sven Gothel
2013-05-17
1
-5
/
+6
*
JOGL GLSL ShaderProgram/State: Release of an unlinked ShaderProgram shall not...
Sven Gothel
2013-05-17
2
-2
/
+4
*
Fix Bug 711: Align Graphs's Curve Shader programmatically to used GL/GLSL ver...
Sven Gothel
2013-05-17
1
-4
/
+24
*
Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...
Sven Gothel
2013-05-17
1
-11
/
+109
*
Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer...
Sven Gothel
2013-05-09
2
-17
/
+57
*
Fix regression of commit 0a7bf77b8c0765f8a53dc72a8edab8e0496938ff - GLReadBuf...
Sven Gothel
2013-05-08
1
-1
/
+1
*
Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/...
Sven Gothel
2013-05-08
6
-231
/
+525
*
GLBuffers: Extract common methods: bytesPerPixel(..) and componentCount(.). B...
Sven Gothel
2013-05-08
1
-69
/
+163
*
GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi...
Sven Gothel
2013-05-08
3
-0
/
+20
*
GLReadBufferUtil: Utilizing PixelBufferProvider; Adding AWTGLReadBufferUtil a...
Sven Gothel
2013-04-27
3
-56
/
+181
*
TextureData: Add PixelAttributes and PixelBufferProvider; ColorSink back to J...
Sven Gothel
2013-04-27
3
-82
/
+312
*
Add missing JogAmp (c) note - using date of 1st JogAmp edit.
Sven Gothel
2013-04-27
2
-0
/
+2
*
Move JPEGDecoder.PixelStorage -> TextureData.ColorSink: Appropriate name + pu...
Sven Gothel
2013-04-27
2
-4
/
+20
*
Refine some API docs ..
Sven Gothel
2013-04-23
1
-0
/
+3
*
type: weather -> whether :) .. it's spring again :)
Sven Gothel
2013-04-18
1
-1
/
+1
*
Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...
Sven Gothel
2013-04-18
4
-50
/
+126
*
Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages
Sven Gothel
2013-04-10
4
-10
/
+18
*
Fix Bug 671: Add JPEG Decoder w/o AWT Dependencies
Sven Gothel
2013-04-01
4
-20
/
+277
*
PNGImage: Add license header ; TestPNGImage01NEWT package move ..
Sven Gothel
2013-03-27
1
-1
/
+27
*
Animator: Cleanup DEBUG output
Sven Gothel
2013-03-22
1
-4
/
+4
*
Add GLStateKeeper handling GLEventListenerState preservation and restauration...
Sven Gothel
2013-03-22
2
-365
/
+2
*
PNGImage: Cleanup code and reuse scanlineRGBA buffer in indexed mode. Add DEB...
Sven Gothel
2013-03-20
1
-29
/
+36
*
Handles indexed PNGs
Julien Gouesse
2013-03-20
1
-21
/
+49
*
Fix NEWT WindowImpl reparent-recreate w/ GLEventListenerState: Bug introduced...
Sven Gothel
2013-03-14
1
-8
/
+8
*
GLEventListenerState: Moved to public package 'com.jogamp.opengl.util'
Sven Gothel
2013-03-13
2
-1
/
+365
*
Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...
Sven Gothel
2013-03-13
1
-1
/
+1
*
Fix buggy unit test for Bug 694: The unpack alignment has to be considered!
Sven Gothel
2013-03-09
1
-5
/
+29
*
Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state
Sven Gothel
2013-02-16
1
-1
/
+1
*
Fix Animator resume() wait-condition (drawablesEmpty didn't wait for pausedIs...
Sven Gothel
2013-02-01
1
-2
/
+2
*
Animator: API doc cleanup, isPaused()==true if drawablesEmpty (Animator == FP...
Sven Gothel
2013-01-27
2
-2
/
+5
*
Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..
Sven Gothel
2013-01-24
1
-107
/
+9
*
ShaderState: Reduce hash-map utilization at shader switch (reset uniforms/att...
Sven Gothel
2013-01-15
1
-44
/
+59
*
Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...
Sven Gothel
2013-01-12
2
-9
/
+32
*
GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...
Sven Gothel
2013-01-11
3
-244
/
+708
*
Fix GLArrayDataClient createGLSL(..) 'name' setting; Also adds equal behavior...
Sven Gothel
2013-01-03
1
-3
/
+3
*
Enhance PMVMatrix: Use FloatStack to implement PushMatrix and PopMatrix (Bug ...
Sven Gothel
2012-12-31
1
-29
/
+28
*
MacOSXCGLContext: Use new setLocation(gl, shader-program); Minor edits..
Sven Gothel
2012-12-16
1
-1
/
+1
*
GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op...
Sven Gothel
2012-12-16
5
-114
/
+438
*
FPSAnimator: Add note on deamon-thread and JVM shutdown behavior.
Sven Gothel
2012-11-25
2
-5
/
+11
[next]