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
/
jogamp
/
opengl
/
GLContextImpl.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLContext: *TRACE_SWITCH spacing
Sven Gothel
2013-02-11
1
-12
/
+12
*
Bug 665 (part 3) - Allow dis-association of GLContext's GLDrawable .. - Add E...
Sven Gothel
2013-01-27
1
-4
/
+5
*
Bug 665 (part 1) - Allow dis-association of GLContext's GLDrawable ..
Sven Gothel
2013-01-24
1
-10
/
+14
*
Fix Bug 669: Recursive GLContext makeCurrent()/release()
Sven Gothel
2013-01-18
1
-37
/
+85
*
Adding GEOMETRY_SHADER support in ShaderCode, adding core GL3/GEOMETRY_SHADER...
Sven Gothel
2013-01-12
1
-18
/
+17
*
Minor: GLWindow fix size validation; GLContextImpl: Remove hold ctx lock coun...
Sven Gothel
2013-01-11
1
-6
/
+3
*
setGLFunctionAvailability(..): Unify GLInt and GLString version validation; R...
Sven Gothel
2012-12-30
1
-50
/
+102
*
Cleanup / Simplify: setGLFunctionAvailability(..) / createContextARBVersions(...
Sven Gothel
2012-12-30
1
-50
/
+95
*
Fix Bug 658 (Mesa 9.0 3.1 Intel compat quirk, 3.1 core only) ; No PROFILE_ALI...
Sven Gothel
2012-12-29
1
-38
/
+77
*
Bug 642 / Refine 1ae0737f34143a5ed655bd9c4d5fe9b0437c7774: GLContextImpl.make...
Sven Gothel
2012-12-22
1
-48
/
+42
*
Fix Bug 642 TestJSplitPaneMixHwLw01AWT (AWT-GLCanvas); Robustness GLContext/G...
Sven Gothel
2012-12-22
1
-1
/
+8
*
GLContextImpl: Make createContextARBImpl/setGLFunctionAvailability more robos...
Sven Gothel
2012-12-21
1
-14
/
+23
*
Cleanup GLContext special entries: getOffscreenContextPixelDataType(), getOff...
Sven Gothel
2012-12-15
1
-9
/
+42
*
GLRendererQuirks.RequiresBoundVAO: Removed, it _is_ in the GL 3.2 core spec -...
Sven Gothel
2012-10-29
1
-9
/
+5
*
GLContextImpl GLRendererQuirks.RequiresBoundVAO: Use isGL3() instead of simpl...
Sven Gothel
2012-10-29
1
-1
/
+1
*
GLRendererQuirks: Add RequiresBoundVAO (w/ impl.), GLSLBuggyDiscard (todo) ; ...
Sven Gothel
2012-10-28
1
-4
/
+25
*
GLContext: Produce and expose GLSL version as VersionNumber and version strin...
Sven Gothel
2012-10-24
1
-1
/
+17
*
GLRendererQuirks.NoDoubleBufferedPBuffer: Set if ( mesa || gallium ) && hwAccel
Sven Gothel
2012-10-02
1
-4
/
+5
*
Adding Mesa Quirk 'NoSetSwapIntervalPostRetarget': SIGSEGV on setSwapInterval...
Sven Gothel
2012-09-28
1
-14
/
+24
*
Add GLRendererQuirks; Fix shared EGL/ES resources;
Sven Gothel
2012-09-20
1
-10
/
+45
*
Seamless Integration of an FBObject based GLFBODrawable as GLOffscreenAutoDra...
Sven Gothel
2012-09-15
1
-58
/
+117
*
Robostness: GLDrawableImpl's contextMadeCurrent()/contextRealized() ; GLFBODr...
Sven Gothel
2012-08-17
1
-2
/
+19
*
SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...
Sven Gothel
2012-07-25
1
-1
/
+0
*
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
1
-57
/
+133
*
Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...
Sven Gothel
2012-07-06
1
-17
/
+83
*
GLContext adds FBO availability to profile mapping; Fix GL[Auto]Drawable/GLCo...
Sven Gothel
2012-07-05
1
-29
/
+68
*
GLContextImpl/GLDrawableImpl: More fail-safe, cleanup, mark some methods final
Sven Gothel
2012-06-29
1
-8
/
+11
*
GLContext* TRACE_SWITCH: Add GLContext instance hash value to allow tracking.
Sven Gothel
2012-06-28
1
-11
/
+13
*
Misc cleanup: Add @Override, remove trailing whitespace
Sven Gothel
2012-06-27
1
-119
/
+146
*
NativeSurface Cleanup (API Change) - Adapt to GlueGen Lock cleanup commit: 83...
Sven Gothel
2012-06-27
1
-3
/
+3
*
GLContext.destroy() error case: Lock hold > 1 - More explicit error message.
Sven Gothel
2012-05-14
1
-2
/
+2
*
GLContext*: Remove '[set/is]Synchronized(..)' - Defaults to wait for locks: 1...
Sven Gothel
2012-05-13
1
-70
/
+49
*
GLContext: Don't enable TRACE_SWITCH if DEBUG is enabled.
Sven Gothel
2012-04-03
1
-2
/
+2
*
Enhance and generalize AWT Threading* implementation; Minor changes ..
Sven Gothel
2012-03-25
1
-19
/
+9
*
Fix bug 564 - part 2 (X11 Mesa 8.0.1 GL 3.0 w/ failing GLX_ARB_create_context)
Sven Gothel
2012-03-20
1
-26
/
+34
*
GLContextImpl: Detect "llvmpipe" as a software renderer (Mesa 8.0.1)
Sven Gothel
2012-03-19
1
-1
/
+2
*
Fix bug 564 (X11 Mesa 8.0.1 GL 3.0 w/o GLX_ARB_create_context)
Sven Gothel
2012-03-18
1
-11
/
+14
*
GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...
Sven Gothel
2012-03-10
1
-0
/
+2
*
GLContextImpl: Expose GL_RENDERER for impl. / EGLContext workaround Android 4...
Sven Gothel
2012-03-07
1
-22
/
+36
*
Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove ...
Sven Gothel
2012-02-29
1
-2
/
+4
*
GLContext.isCurrentContextHardwareRasterizer(): Recognize 'softpipe' (Gallium...
Sven Gothel
2012-02-26
1
-3
/
+18
*
Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...
Sven Gothel
2012-02-25
1
-1
/
+1
*
DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...
Sven Gothel
2012-02-22
1
-17
/
+17
*
API Change [GLProfile/GLContext]: Add notion of hardware acceleration in GLPr...
Sven Gothel
2012-02-20
1
-12
/
+61
*
Fix ExtensionAvailabilityCache ; Enhance caching.
Sven Gothel
2012-02-14
1
-15
/
+24
*
Enhance ExtensionAvailabilityCache ; Expose extension count in GLContext (and...
Sven Gothel
2012-02-13
1
-25
/
+12
*
Fix JOGL GLContextImpl ProcAddressTable and Extension Caching
Sven Gothel
2012-02-13
1
-15
/
+11
*
OpenGL ES/EGL Overhaul
Sven Gothel
2012-02-13
1
-25
/
+37
*
OSX Fix: Catch releaseImpl's glFinish() exception (DebugGL); Make GLContext.r...
Sven Gothel
2012-01-13
1
-6
/
+10
*
GLContext/NativeSurface Impl's toString(): Add lock.toString()
Sven Gothel
2012-01-08
1
-5
/
+0
[next]