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/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
javax
/
media
/
opengl
/
awt
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLJPanel: Add remark about FBO / GLSL texture-unit usage in API doc; Add API ...
Sven Gothel
2013-07-03
1
-4
/
+61
*
GLPixelBuffer.dispose(): Set diposed:=true to allow isValid() to work properl...
Sven Gothel
2013-05-17
1
-10
/
+3
*
Fix Bug 731: GLJPanel: Access global GLPixelBuffer via SingletonGLPixelBuffer...
Sven Gothel
2013-05-09
1
-17
/
+40
*
Refactor: TextureData's PixelAttributes/PixelBufferProvider -> GLPixelBuffer/...
Sven Gothel
2013-05-08
1
-64
/
+126
*
Add TestGearsGLJPanelAWT, i.e. multiple JPanels w/ GLJPanel running GearsES2 ...
Sven Gothel
2013-05-08
1
-0
/
+1
*
GLJPanel: Use PixelBufferProvider AWTPixelBufferProviderInt; PixelBufferProvi...
Sven Gothel
2013-05-08
1
-27
/
+35
*
Complete intend of commit cdbf3f42ea530f91639536e03b2c203715c3c300 - Test for...
Sven Gothel
2013-04-23
1
-30
/
+36
*
Test for null against a temp variable to narrow races
Harvey Harrison
2013-04-19
1
-7
/
+13
*
GLJPanel: Avoid NPE of 'backend' in getChosenGLCapabilities() and DisposeGLEv...
Sven Gothel
2013-04-18
1
-3
/
+8
*
GLJPanel: setFocusable(true) at ctor to allow keyboard input
Sven Gothel
2013-04-18
1
-0
/
+2
*
Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...
Sven Gothel
2013-04-18
2
-26
/
+20
*
GLJPanel.toString(): Avoid NPE
Sven Gothel
2013-04-17
1
-1
/
+4
*
Debug Messages: Unify getThreadName() usage and 'Catched Exception' messages
Sven Gothel
2013-04-10
2
-7
/
+3
*
GLJPanel: Refine API doc
Sven Gothel
2013-03-26
1
-8
/
+15
*
GLJPanel: No need to utilize AWT Component's default ImageObserver code - pix...
Sven Gothel
2013-03-19
1
-1
/
+1
*
Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db...
Sven Gothel
2013-03-15
1
-0
/
+1
*
OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n...
Sven Gothel
2013-03-14
1
-5
/
+3
*
Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...
Sven Gothel
2013-03-13
2
-50
/
+47
*
GLJPanel: Updating GLJPanel documention w/ current mode of operation
Sven Gothel
2013-03-08
1
-12
/
+14
*
GLJPanel: Add DEBUG_VIEWPORT flag, Add USE_GLSL_TEXTURE_RASTERIZER flag, DEBU...
Sven Gothel
2013-03-08
1
-25
/
+42
*
Adapt to GlueGen's relocation of AWTEDTExecutor - GlueGen commit 99a50b38f565...
Sven Gothel
2013-02-28
1
-1
/
+1
*
Fix NEWT/AWT WindowClosing Unit Tests ; Review/Cleanup NEWT WindowClosing mec...
Sven Gothel
2013-02-28
2
-6
/
+5
*
OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ...
Sven Gothel
2013-02-20
1
-0
/
+3
*
Fix Bug 644: AWT GLCanvas and GLJPanel ignored their visibility state
Sven Gothel
2013-02-16
2
-15
/
+21
*
Fix Bug 675: NPE w/ Beans.setDesignTime(true) ; Fix GLCanvas.destroy(): Don't...
Sven Gothel
2013-02-15
1
-117
/
+134
*
Java2D OGLPipeline(GLJPanel+Threading): More fine grained control about OGL t...
Sven Gothel
2013-02-12
1
-7
/
+7
*
GLAutoDrawable/AnimatorBase: Add ExclusiveContextThread (ECT) feature; Animat...
Sven Gothel
2013-01-11
2
-0
/
+20
*
AWT GLCanvas: More strict GLDrawable realization [on AWT-EDT], skip if creati...
Sven Gothel
2012-12-28
1
-7
/
+7
*
Bug 642 / Refine 1ae0737f34143a5ed655bd9c4d5fe9b0437c7774: GLCanvas.displayOn...
Sven Gothel
2012-12-22
1
-2
/
+2
*
Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G...
Sven Gothel
2012-12-22
1
-2
/
+4
*
GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD...
Sven Gothel
2012-12-16
2
-421
/
+254
*
Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...
Sven Gothel
2012-12-15
1
-6
/
+14
*
Fix GLAutoDrawable.dispose(): Dispose drawable even w/o context; JAWTWindow.l...
Sven Gothel
2012-11-08
2
-54
/
+65
*
GLAutoDrawable: Refine API change of commit c002e04f848116922a1ed7bd96ead5496...
Sven Gothel
2012-11-05
2
-4
/
+6
*
GLAutoDrawable: Fix GLEventListener lifecycle and expose more user control (A...
Sven Gothel
2012-11-04
2
-15
/
+110
*
GLCanvas: Avoid NPE in debug mode @ reshape (duh)
Sven Gothel
2012-10-12
1
-1
/
+3
*
Refine GLDrawable.swapBuffer() fix (AWT/SWT GLCanvas and GLAutoDrawableBase) ...
Sven Gothel
2012-10-08
1
-1
/
+3
*
Fix GLDrawable.swapBuffer() implementation in AWT/SWT GLCanvas and GLAutoDraw...
Sven Gothel
2012-10-08
1
-9
/
+2
*
Refine a3cb6bb14f410f67fccf5ccd4cd7ecc66f448389, fix deadlock (regression)
Sven Gothel
2012-10-05
1
-19
/
+27
*
Fix Bug 572 (2nd time): GLCanvas.validateGLDrawable() @ display() and reshape...
Sven Gothel
2012-10-05
1
-29
/
+31
*
GLDrawableHelper.init(..): Avoid double reshape if subsequent display issues ...
Sven Gothel
2012-09-29
2
-2
/
+2
*
Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...
Sven Gothel
2012-09-15
2
-51
/
+81
*
Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1...
Sven Gothel
2012-08-18
1
-5
/
+6
*
Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...
Sven Gothel
2012-07-24
1
-4
/
+5
*
Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...
Sven Gothel
2012-07-22
1
-143
/
+174
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
2
-2
/
+12
*
Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...
Sven Gothel
2012-07-06
1
-1
/
+1
*
GLAutoDrawable* refinement of abstraction / generalization - API Change!
Sven Gothel
2012-07-04
2
-36
/
+46
*
GLAutoDrawable: Refine API doc; Use new abstract impl. GLAutoDrawableBase (GL...
Sven Gothel
2012-07-02
2
-18
/
+33
*
AWT/SWT GLCanvas: Remove volatile of context instance, use drawable instance'...
Sven Gothel
2012-06-28
1
-2
/
+2
[next]