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
*
Fix Bug 817 (2/2): GLContextImpl's getDefaultPixelDataType()/getDefaultPixelD...
Sven Gothel
2013-08-16
1
-4
/
+8
*
GLContext: Refine API doc (CONTEXT_NOT_CURRENT.. values) / Exception message
Sven Gothel
2013-08-10
1
-2
/
+2
*
Fix OSX GL-core lack of pbuffer: GLDrawableFactory.canCreateGLPbuffer(..) add...
Sven Gothel
2013-07-17
1
-1
/
+1
*
Redefine: isGLES3Compatible() and isGL4ES3(), i.e. allow GL4ES3 usage in case...
Sven Gothel
2013-07-16
1
-1
/
+4
*
Fix BuildComposablePipeline's isGL*/getGL* ; GLBase: getDownstreamGL()/getRoo...
Sven Gothel
2013-07-15
1
-13
/
+20
*
Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717)
Sven Gothel
2013-07-15
1
-29
/
+95
*
Remove deprecated methods.
Sven Gothel
2013-07-04
1
-18
/
+2
*
Remove redundant check around Mesa quirk (that check has already occurred via...
Mark Raynsford
2013-07-03
1
-9
/
+6
*
Merge branch 'master' of ssh://jogamp.org/srv/scm/jogl into mark
Mark Raynsford
2013-07-03
1
-2
/
+2
|
\
|
*
GLContext: Rename 2-digit VersionNumber statics aligning w/ all 3-digit names...
Sven Gothel
2013-07-03
1
-2
/
+2
*
|
Bug 759:
Mark Raynsford
2013-07-02
1
-3
/
+3
|
/
*
Fix Bug 759: Add quirk GLNonCompliant for Mesa AMD GL >= 3.1 renderer.
Juan Camilo Prada
2013-06-21
1
-2
/
+6
*
GL*ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), i...
Sven Gothel
2013-06-21
1
-16
/
+0
*
Security: Apply security changes from GlueGen
Sven Gothel
2013-06-21
1
-17
/
+37
*
GLVersionNumber.createVendorVersion(): Only test match result and potentially...
Sven Gothel
2013-05-31
1
-26
/
+58
*
GLVersionNumber: Fix vendor version parser; Adapt to GlueGen commit 959d6d83e...
Sven Gothel
2013-05-31
1
-1
/
+1
*
GLSL version determination: Use static GLSL version mapping in case of GLES -...
Sven Gothel
2013-05-17
1
-1
/
+1
*
Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ...
Sven Gothel
2013-05-17
1
-3
/
+1
*
Fix GLSL Version Exposure: Type in 'static' GL -> GLSL matching, don't set GL...
Sven Gothel
2013-05-06
1
-6
/
+6
*
Complete commit e7064ece049705e013d80985eae698ce0ee3c4e3: Add getDefaultPixel...
Sven Gothel
2013-04-27
1
-29
/
+37
*
GLContext*'s ctxGLSLVersion: Use zeroVersion to denominate uninitialized Vers...
Sven Gothel
2013-04-26
1
-3
/
+3
*
Simplify GLDrawableFactory's SharedResource Query Methods; Move WindowsWGLDra...
Sven Gothel
2013-04-26
1
-21
/
+61
*
Quirk DontCloseX11Display: Only detect w/ X11 NativeWindow System.
Sven Gothel
2013-04-24
1
-5
/
+5
*
Fix Bug 720: Unify all platform specific GLContextImpl specializations; Fix B...
Sven Gothel
2013-04-18
1
-5
/
+2
*
Fix Bug 705 - Set Quirk DontCloseX11Display also if using X11 and X11Util has...
Sven Gothel
2013-04-16
1
-14
/
+26
*
Fix Bug 705 - Cleanup & Generalize Commit 5b47372590ec715647ebbd75d70c41ec7a6...
Sven Gothel
2013-04-16
1
-36
/
+26
*
Fix Bug 705 - Make Mesa X11 driver < 8.0 use new Quirk DontCloseX11DisplayCon...
Martin Hegedus
2013-04-15
1
-0
/
+32
*
Fix Bug 692: Add tracking of VERTEX_ARRAY_BINDING, and enable allowing a boun...
Sven Gothel
2013-04-14
1
-0
/
+4
*
GLContextImpl: destroy(): Fix null drawable check; makeCurrentWithinLock(): A...
Sven Gothel
2013-04-12
1
-10
/
+18
*
GLContextImpl.destroy(): Fail fast in case of invalid dawable [null, !realize...
Sven Gothel
2013-04-10
1
-14
/
+21
*
GLDrawable: Refine API doc; GLDrawableImpl: Balance createHandle()/destroyHan...
Sven Gothel
2013-04-10
1
-8
/
+4
*
OSX/CALayer: OSX/CALayer Threading Part3 - Run CALayer ops in a streaming des...
Sven Gothel
2013-03-19
1
-1
/
+1
*
Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P...
Sven Gothel
2013-03-13
1
-22
/
+37
*
Bug 548 and Bug 679: Add 'glFlush()' requirement (OSX < 10.7.3 && NVIDIA GPU)...
Sven Gothel
2013-02-21
1
-12
/
+38
*
Relax GLContextImpl.setGLFunctionAvailability(..)'s Version Matching if testi...
Sven Gothel
2013-02-21
1
-2
/
+2
*
Fix NPE of Bug 679: The ctx was released w/o fully initialized (no proper ARB...
Sven Gothel
2013-02-20
1
-1
/
+1
*
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
[next]