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
/
javax
/
media
/
opengl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 2)
Sven Gothel
2015-02-02
49
-15774
/
+0
*
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)
Sven Gothel
2015-02-02
49
-210
/
+210
*
Bug 1120 - Refine HiDPI Support ( Part-2 ) (API CHANGE)
Sven Gothel
2015-01-27
2
-76
/
+159
*
Misc Fix: GLContext*; Refine DEBUG output in GLDrawableFactory's createShareR...
Sven Gothel
2015-01-23
1
-5
/
+3
*
Simplify GLDrawable[Impl|Factory].getGLDynamicLookupHelper(..)
Sven Gothel
2015-01-23
2
-9
/
+5
*
Misc Fixes: Bug 1102 GLJPanel.setSurfaceScale(..); SurfaceSize.hashCode()
Sven Gothel
2014-12-07
1
-7
/
+7
*
Bug 1068 - Allow GLContext creation and makeCurrent without default framebuff...
Sven Gothel
2014-12-07
3
-23
/
+57
*
Bug 1107 - Refine PixelFormat, GLPixelBuffer and DirectDataBufferInt/Buffered...
Sven Gothel
2014-12-06
1
-6
/
+42
*
Minor Cleanup (FBObject, GLBase)
Sven Gothel
2014-12-06
1
-0
/
+12
*
Use ExceptionUtils.dumpStack(..) instead of Thread.dumpStack()
Sven Gothel
2014-10-26
2
-3
/
+5
*
GLContext.Version* VersionNumber Constants: Clarify names, avoiding mis-inter...
Sven Gothel
2014-10-25
1
-27
/
+27
*
Fix GLContext.Version* regression: Use Version1_1 and Version1_2 for 1.1 and ...
Sven Gothel
2014-10-12
1
-0
/
+12
*
GLException.dumpThrowable(..) -> GlueGen's ExceptionUtils.dumpThrowable(..)
Sven Gothel
2014-10-08
1
-9
/
+1
*
Bug 1088: Add GLRendererQuirks.NeedSharedObjectSync; Tests: Synchronize GL ob...
Sven Gothel
2014-10-08
1
-0
/
+16
*
Bug 1085: Fix GLJPanel regression while printing w/ invisible GLJPanel: Zero ...
Sven Gothel
2014-10-02
1
-1
/
+1
*
Bug 1085: Increase and fix DEBUG verbosity in GLJPanel to catch reshape regre...
Sven Gothel
2014-10-02
1
-9
/
+13
*
Bug 1084: Fix GLProfile Mapping regarding hardware priority, honor software/h...
Sven Gothel
2014-10-01
1
-64
/
+110
*
Bug 1081: Fix GLJPanel Regression: Honor pre-init reshape-size at initializeB...
Sven Gothel
2014-10-01
1
-19
/
+20
*
Bug 1078: Add Fallback in AWTPrintLifecycle.setupPrint(): Use Onscreen GLAD i...
Sven Gothel
2014-09-30
2
-10
/
+33
*
Fix future compatibility issues (analog to b22x commit 546f9b1a03c46b63f8bb18...
Sven Gothel
2014-09-24
1
-7
/
+5
*
Bug 1073: FBObject/GLFBODrawable: Remove deprecated methods
Sven Gothel
2014-09-20
1
-6
/
+1
*
FBObject: Fix depth- and stencil bit count selection for attachRenderbuffer(..);
Sven Gothel
2014-09-20
2
-8
/
+11
*
FBObject: Simplify API (init/reset); Only issue automatic resetSamplingSink(....
Sven Gothel
2014-09-20
1
-2
/
+2
*
New GLRendererQuirks.BuggyColorRenderbuffer: On Mesa 7.2 software, FBO color ...
Sven Gothel
2014-09-19
2
-0
/
+6
*
GLJPanel Cleanup: Remove initial FBO reshape; Propagate reshape only if diffe...
Sven Gothel
2014-09-18
1
-17
/
+17
*
GLJPanel: Allow reconfiguration of offscreen's GLCapabilitiesImmutable
Sven Gothel
2014-09-14
1
-14
/
+49
*
AnimatorBase.finishLifecycleAction(): Non blocking call shall return true, su...
Sven Gothel
2014-09-13
1
-2
/
+4
*
GLPixelStorageModes: Emphasize reset*() usage; setUnpackRowLength: GL2ES2 -> ...
Sven Gothel
2014-09-09
1
-2
/
+2
*
Bug 1060 - Add GLProfile.isInitialized(): Returns true if JOGL has been initi...
Sven Gothel
2014-09-03
1
-0
/
+15
*
Adding missing '@since 2.2.1' tags to ShaderCode and GLContext
Sven Gothel
2014-09-03
1
-0
/
+1
*
Bug 1059 _and_ version-compat breackage of commit c78ceb642d0ef5bb5bf27ff8ff1...
Sven Gothel
2014-09-03
1
-14
/
+14
*
Bug 1058 - Fix GLContext.getGLSLVersionString(): Add 'profile' after version ...
Sven Gothel
2014-09-02
1
-5
/
+16
*
GLProfile: Use String.intern() on static final profile strings ('GL4bc', 'GL4...
Sven Gothel
2014-09-02
1
-30
/
+32
*
Bug 1052 - OpenGL ES 3.0 Mesa 10.1.3 Caught GLException: Not a GL4ES3 impleme...
Sven Gothel
2014-09-02
1
-10
/
+0
*
Bug 1020 - First MSAA FBO frame on a mac osx nvidia card not antialiased
Sven Gothel
2014-08-31
1
-0
/
+6
*
Bug 1054: Revert dfb9ed47ac6d8e85f6ae5fe166e7a6e28ca8ff83: Cannot change prot...
Sven Gothel
2014-08-30
1
-1
/
+1
*
Bug 1055 - Access and query shared master GLContext in a deterministic fashio...
Sven Gothel
2014-08-30
1
-0
/
+10
*
Bug 1054: GLContext: makeCurrent() needs a null-check of [mutable] drawable;...
Sven Gothel
2014-08-30
3
-227
/
+302
*
Bug 1054: Cleanup GLContext: 'lock' -> 'contextLock'
Sven Gothel
2014-08-29
1
-1
/
+1
*
GLSharedContextSetter: Fix API doc and all html references (fix URL and compl...
Sven Gothel
2014-08-29
5
-11
/
+30
*
Bug 1039: Rename GLAnimatorControl.UncaughtGLAnimatorExceptionHandler -> GLAn...
Sven Gothel
2014-08-06
1
-10
/
+10
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-08-06
6
-3
/
+87
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-08-05
1
-2
/
+4
*
Bug 1039 - Specify behavior of GLEventListener Exceptions occurring while GLA...
Sven Gothel
2014-07-31
3
-11
/
+50
*
Bug 830 - Refine Heuristics for to query whether GLDrawableUtil.swapGLContext...
Sven Gothel
2014-07-31
2
-2
/
+2
*
GLDrawable: Expose getRequestedGLCapabilities() (Include to public API)
Sven Gothel
2014-07-31
3
-30
/
+55
*
Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd...
Sven Gothel
2014-07-30
2
-29
/
+39
*
Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre...
Sven Gothel
2014-07-30
1
-14
/
+7
*
Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c...
Sven Gothel
2014-07-30
1
-6
/
+27
*
Bug 1038 - Allow skipping detection of certain GLProfiles: Skip native core p...
Sven Gothel
2014-07-29
2
-18
/
+25
[next]