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
/
make
Commit message (
Expand
)
Author
Age
Files
Lines
*
test script
Sven Gothel
2011-11-23
1
-2
/
+4
*
Add Unit Test TestGearsAWTAnalyzeBug455 to analyze bug455 - inconclusive
Sven Gothel
2011-11-21
1
-1
/
+2
*
Fix GLDrawableFactory: Move 'GLContext getOrCreateSharedContext(..)' to non p...
Sven Gothel
2011-11-21
1
-2
/
+3
*
Enable FreeBSD x86_64 builds (and add swt.jar)
Jacob Senglea
2011-11-21
2
-0
/
+3
*
minor edits: test, scripts
Sven Gothel
2011-11-20
2
-3
/
+4
*
NEWT build: Add jogamp/newt/driver/* to core
Sven Gothel
2011-11-19
1
-1
/
+1
*
Fix Reloc AttachJAWTSurfaceLayer() (commit d644e9321dceeecdd94a1797e25e6e356d...
Sven Gothel
2011-11-18
1
-0
/
+1
*
NEWT/AWT Focus Traversal / Deadlock Fix (Windows) ; Harmonized NEWT KeyListen...
Sven Gothel
2011-11-18
2
-10
/
+6
*
test script
Sven Gothel
2011-11-12
1
-3
/
+11
*
OS X Layered View Part8: Generalize OffscreenLayerSurface ; Use local JAWT in...
Sven Gothel
2011-11-12
2
-56
/
+30
*
OS X Layered View: Part6 (native) Using a root CALayer where we attach/detach...
Sven Gothel
2011-11-10
1
-0
/
+2
*
OS X Layered View: Part5 NEWT/AWT Interaction ; Fix NSOpenGLLayer pos ; Cleanup
Sven Gothel
2011-11-09
1
-2
/
+3
*
OS X Layered View: Part2 Java/Native MacOSXCGLContext / MacOSXPbufferCGLContext
Sven Gothel
2011-11-09
1
-1
/
+3
*
JOGL: GLBase Add 'isNPOTTextureAvailable()' for convenience
Sven Gothel
2011-11-08
1
-0
/
+5
*
JOGL: Add 'struct timespec' (POSIX) utils for native time handling
Sven Gothel
2011-11-08
1
-0
/
+4
*
OS X Layered View: Use pbuffer method (pbuffer w/ dbl buffer)
Sven Gothel
2011-11-06
4
-6
/
+9
*
Cleanup ; JAWT* version flag setting based whether
Sven Gothel
2011-11-05
2
-16
/
+21
*
OSX: CGL type cleanup ; layeredSurface impl.
Sven Gothel
2011-11-05
9
-46
/
+76
*
Merge branch 'master' into osx_jawt_calayers
Sven Gothel
2011-10-29
1
-3
/
+7
|
\
|
*
test script
Sven Gothel
2011-10-29
1
-3
/
+7
*
|
MacOsX/JAWT_SurfaceLayers/CALayers: Kick off / JAWT_getAWT() CALAYER version ...
Sven Gothel
2011-10-29
4
-5
/
+61
|
/
*
OSX: Enable OpenGL profile support, ie OpenGL 3.2 -> GL3 for OSX >= 10.7
Sven Gothel
2011-10-26
1
-1
/
+11
*
MacOSX: Pull down (and fix releaseContext) NSOPENGL/CGL mode/impl, fixes SWT ...
Sven Gothel
2011-10-25
1
-14
/
+16
*
Proper self containing NV Cg location
Sven Gothel
2011-10-22
10
-8
/
+9
*
test script
Sven Gothel
2011-10-22
1
-4
/
+2
*
Cleanup JARs: Add jogl_cg native jar (atomic only); Move newt.event.jar to at...
Sven Gothel
2011-10-21
2
-9
/
+18
*
Only revert ScreenMode (destroy/shutdown) if owner (Screen) changed it
Sven Gothel
2011-10-19
1
-2
/
+2
*
Exclude SWT tests on platforms w/o SWT runtime
Sven Gothel
2011-10-18
2
-4
/
+17
*
bump swt to version 3.7.1
Sven Gothel
2011-10-18
10
-1
/
+3
*
use jvmDataModel.arg set by gluegen
Sven Gothel
2011-10-18
1
-10
/
+8
*
Fix Solaris gcc args ; Cleanup dependencies and linker args; Adding JVM arch ...
Sven Gothel
2011-10-18
9
-57
/
+184
*
NEWT/OSX: Send events direct w/o EDT queue (like X11 and Win32)
Sven Gothel
2011-10-16
1
-2
/
+2
*
test script
Sven Gothel
2011-10-16
1
-2
/
+2
*
Tests/OSX: NEWT is supported. Disable swt.awt for OSX, test currently freezes.
Sven Gothel
2011-10-13
1
-6
/
+4
*
OSX/SWT: Adding OSXUtil: RunOnMainThread(), IsMainThread() / Utilizing those ...
Sven Gothel
2011-10-13
2
-7
/
+16
*
MacOSX: Fix shared ctx release [onMainThread]; Make GLContextShareSet lifecyc...
Sven Gothel
2011-10-13
1
-1
/
+1
*
JOGL/OSX: Properly utilize NSOpenGLContext update() via ContextUpdater, which...
Sven Gothel
2011-10-13
1
-0
/
+1
*
NEWT Pointer Feature: Add Windows impl. ; Fix test (warp action) ; Minor clea...
Sven Gothel
2011-10-10
1
-2
/
+2
*
Android Demos GearsES2 + RedSquareES2: Add tracing .. and no vsync (doesn't w...
Sven Gothel
2011-10-07
1
-0
/
+4
*
Android Elektron/RedSquare use bpp 5/6/5
Sven Gothel
2011-10-07
2
-2
/
+3
*
Android test launcher manifest: add external storrage permission for trace
Sven Gothel
2011-10-07
1
-0
/
+2
*
NEWT/Android: Add TRANSLUCENT feature / Demo: 'GearsES2T'
Sven Gothel
2011-10-06
4
-0
/
+42
*
test script
Sven Gothel
2011-10-06
1
-2
/
+2
*
Android: launcher manifest: adding INTERNET permission for NV's perfhud
Sven Gothel
2011-10-06
1
-0
/
+1
*
adb scripts: pass through '$*' for device naming, ie '-s device00:5555' or '-...
Sven Gothel
2011-10-04
3
-10
/
+10
*
Graph Shader Simplification, 'a'/'b' redefined; GraphUI 2-pass demo;
Sven Gothel
2011-10-04
3
-8
/
+24
*
Graph: Reflect shader name change in impl. TODO: Use/switch to 2nd pass shader
Sven Gothel
2011-10-02
1
-2
/
+2
*
scripts ..
Sven Gothel
2011-10-01
2
-2
/
+2
*
Android launcher manifest: Commented out feature glEsVersion per application
Sven Gothel
2011-09-30
1
-0
/
+4
*
Merge branch 'android-tegra-playground' of git://github.com/sgothel/jogl into...
Rami Santina
2011-09-30
1
-1
/
+5
|
\
[next]