index
:
users/mraynsford/jogl.git
mark
master
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
Commit message (
Expand
)
Author
Age
Files
Lines
*
GLContext: Don't enable TRACE_SWITCH if DEBUG is enabled.
Sven Gothel
2012-04-03
2
-3
/
+3
*
Texture: Ignore enable/disable for GL_TEXTURE_EXTERNAL_OES; TextureCoords: Ad...
Sven Gothel
2012-04-03
2
-4
/
+53
*
EGLConfig2Capabilities: Add flag 'forceTransparentFlag' allowing to pass thro...
Sven Gothel
2012-04-03
4
-22
/
+25
*
Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing Andr...
Sven Gothel
2012-04-02
12
-545
/
+993
*
ProjectFloat: Promote to public, exposing general matrix/vector math, custom ...
Sven Gothel
2012-04-02
2
-325
/
+362
*
Adapt to gluegen commit 1c03dfd6d1939a46018583419956e350e531f4fe - Fix Bug 566
Sven Gothel
2012-03-26
8
-13
/
+43
*
Fix EGLConfig re-use w/ different EGLDisplay handle (Triggered w/ Mesa EGL/ES)
Sven Gothel
2012-03-25
4
-17
/
+32
*
X11GLXContext: Remove DEBUG_GLX_MAKECURRENT
Sven Gothel
2012-03-25
1
-7
/
+0
*
Enhance and generalize AWT Threading* implementation; Minor changes ..
Sven Gothel
2012-03-25
11
-375
/
+309
*
Mark JOGL/GlueGen NativeSignature*Emitter 'to be reviewed' and adapt it to Gl...
Sven Gothel
2012-03-22
2
-7
/
+12
*
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
*
Cleanup: Use getThreadName() and validateCurrent() to remove redundancy and t...
Sven Gothel
2012-03-20
3
-51
/
+49
*
Fix / Cleanup AWT related Threading code: Using enums, properly disable singl...
Sven Gothel
2012-03-19
4
-47
/
+46
*
X11GLXContext: X11Util.setX11ErrorHandler( .., DEBUG ? verbose : quiet )
Sven Gothel
2012-03-19
1
-3
/
+3
*
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
3
-19
/
+26
*
Reduce Thread.dumpStack() in debug mode where no negative behavior appears or...
Sven Gothel
2012-03-18
7
-9
/
+7
*
Adapt to GlueGen IO resource changes URL -> URLConnection for effeciency; API...
Sven Gothel
2012-03-17
7
-88
/
+335
*
Adapt to gluegen Properties/Security commits f4ac27e177f6deb444280d3b375e7d34...
Sven Gothel
2012-03-13
15
-127
/
+51
*
GL/GLContext: Properly define swapInterval incl. default value for EGL (1) an...
Sven Gothel
2012-03-10
6
-28
/
+63
*
Minor changes: DefaultGLCapabilitiesChooser + GearsES1/2 and Android demos
Sven Gothel
2012-03-10
1
-14
/
+15
*
ShaderState: Use a HashMap instead of a HashSet for enabled attribute states,...
Sven Gothel
2012-03-10
1
-17
/
+19
*
Stabilize open InputStream's / Closeable's: Decorate w/ try-finally and close...
Sven Gothel
2012-03-10
1
-30
/
+39
*
GLContextImpl: Expose GL_RENDERER for impl. / EGLContext workaround Android 4...
Sven Gothel
2012-03-07
2
-24
/
+47
*
NativeWindow public* reorg 3/3 ; NativeVisualID -> VisualIDHolder incl. prope...
Sven Gothel
2012-03-06
8
-132
/
+82
*
NativeWindow public-spec to public-impl reorg (javax.media.nativewindow.<impl...
Sven Gothel
2012-03-06
23
-62
/
+83
*
X11 Fix NativeVisualID regression (commit 90c46b1ef1f199ceb63e85c85e9ebeb919d...
Sven Gothel
2012-03-05
3
-34
/
+5
*
Fix GLWindow/SWT-GLCanvas: set context synchronized ; Misc Changes
Sven Gothel
2012-03-05
2
-2
/
+6
*
Complete LOCK_SURFACE_CHANGED ; Introduce NativeVisualID (Daisy chaining *Gra...
Sven Gothel
2012-03-05
14
-203
/
+369
*
Fix GLArrayDataServer.destroy(GL): vboName was cleared by super class before ...
Sven Gothel
2012-03-05
1
-3
/
+6
*
NEWT/GLWindow.display(): No explicit surface locking/unlocking for GLDrawable...
Sven Gothel
2012-03-04
3
-7
/
+26
*
Software Rasterizer: Add 'Mesa X11' to GL_RENDERER list. EGLDrawable: Remove ...
Sven Gothel
2012-02-29
2
-9
/
+11
*
GLContext.isCurrentContextHardwareRasterizer(): Recognize 'softpipe' (Gallium...
Sven Gothel
2012-02-26
1
-3
/
+18
*
Include GraphicsConfigurationFactory in lifecycle (initSingleton/shutdown) - ...
Sven Gothel
2012-02-25
1
-1
/
+9
*
X11: Fix unavailable GLX (Server): Use fallback GraphicsConfigurationFactory ...
Sven Gothel
2012-02-25
3
-18
/
+29
*
Cleanup DEBUG flags of *GraphicsConfigurationFactory (Use the common 'nativew...
Sven Gothel
2012-02-25
4
-7
/
+0
*
X11/GLX: Query X Server whether GLX is available (X11/SharedResourceRunner) ;...
Sven Gothel
2012-02-25
5
-26
/
+36
*
Fix commit 9e66972c193399d6dcdf9e6662f4335bdf15736a
Sven Gothel
2012-02-25
1
-1
/
+1
*
Fix GLProfile/GLDrawableFactory bug: Recursion on default desktop device, sin...
Sven Gothel
2012-02-25
7
-31
/
+71
*
JoglVersion: Avoid NPE if no caps are available.
Sven Gothel
2012-02-25
1
-3
/
+5
*
Min. Graph Parameter type change: texSize/width/.. for multipass-renderer: in...
Sven Gothel
2012-02-25
8
-29
/
+43
*
Add GLProfile.getGL2GL3() meta profile getter completing getGL2ES[12]()
Sven Gothel
2012-02-24
1
-0
/
+32
*
MemoryObject: Use proper generics style
Sven Gothel
2012-02-23
1
-2
/
+2
*
Enhance GLProfile's profile tests - compare the final String references, inst...
Sven Gothel
2012-02-23
1
-19
/
+19
*
Fix GLProfile.isGL2ES2(): "isGL2() || isGL3()" -> "isGL2GL3()"
Sven Gothel
2012-02-23
1
-14
/
+14
*
EGL Display Lifecycle Robustness Patch (impl. workaround)
Sven Gothel
2012-02-22
4
-7
/
+115
*
Fix commit 33249b6eca519947b02f3bfbf05b73d73c936094
Sven Gothel
2012-02-22
1
-4
/
+0
*
DEBUG Output: More thread-names to drawable/context lifecycle; Remove massive...
Sven Gothel
2012-02-22
22
-108
/
+115
*
GraphicsConfigurationFactory: Add DEBUG dump @ chooser
Sven Gothel
2012-02-22
1
-0
/
+1
*
ExtensionAvailabilityCache: Remove 'XXX_NV_vertex_array_range' hack
Sven Gothel
2012-02-22
1
-11
/
+1
[next]