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/ ;
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Misc Cleanups
Sven Gothel
2010-09-15
8
-38
/
+16
*
Merge branch 'master' of github.com:mbien/jogl
Sven Gothel
2010-09-15
17
-118
/
+71
|
\
|
*
Merge branch 'master' of git://github.com/sgothel/jogl
Michael Bien
2010-09-10
1
-10
/
+10
|
|
\
|
*
|
trivial code cleanup in glx package.
Michael Bien
2010-09-09
17
-118
/
+71
*
|
|
Removed COPYRIGHT.txt file, which
Sven Gothel
2010-09-14
14
-350
/
+361
|
|
/
|
/
|
*
|
NEWT: Focus Fix + Cleanup
Sven Gothel
2010-09-03
1
-10
/
+10
|
/
*
minor formatting
Sven Gothel
2010-08-24
1
-2
/
+1
*
Add OpenGL 3.3, 4.0 and 4.1 language mapping.
Sven Gothel
2010-08-24
2
-1
/
+7
*
Fix file modes
Sven Gothel
2010-07-07
129
-0
/
+0
*
GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...
Sven Gothel
2010-07-07
5
-8
/
+8
*
Merge branch 'master' of github.com:sgothel/jogl
Sven Gothel
2010-06-26
8
-15
/
+19
|
\
|
*
Provide a classloader for all reflection driven classloading ops.
Michael Bien
2010-06-17
8
-15
/
+19
*
|
GLAutoDrawable: setAnimator/getAnimator/invoke/display changes; NEWT: Adding ...
Sven Gothel
2010-06-26
6
-85
/
+218
|
/
*
JOGL.GLAutoDrawable:
Sven Gothel
2010-06-16
7
-10
/
+222
*
NEWT Add: add<type>Listener(int index, <type>Listener l) ; get<type>Listener(...
Sven Gothel
2010-06-11
1
-1
/
+8
*
refactored GLProfile. Removed Clonable (Profiles are unique), added hashCode(...
Michael Bien
2010-06-10
1
-34
/
+33
*
Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...
Sven Gothel
2010-06-10
77
-2531
/
+1669
*
JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...
Sven Gothel
2010-06-04
26
-611
/
+800
*
JOGL: Sanity check in GLDrawableHelper (Context creation and initAction) ; Ad...
Sven Gothel
2010-06-02
1
-0
/
+3
*
JOGL: Unified GLContext native handle
Sven Gothel
2010-06-02
15
-361
/
+324
*
NEWT: Fix AWT Parenting ; Multithreading Issues ; Semantics: destroy(), .. ; ...
Sven Gothel
2010-05-28
6
-3
/
+18
*
Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes
Sven Gothel
2010-05-21
6
-105
/
+44
*
GlueGen/JOGL Windows x86 x86_64 Builds
Sven Gothel
2010-05-16
1
-1
/
+1
*
Missing comment for last commit 6798fc1fb008eff4179f64775a7bf33cfbfd1981:
Sven Gothel
2010-05-11
7
-103
/
+216
*
../jogl.log
Sven Gothel
2010-05-10
2
-7
/
+7
*
Remove critical path in shutdown ..
Sven Gothel
2010-05-04
2
-4
/
+10
*
Add native NEWT window parenting test. Fix some error messages
Sven Gothel
2010-04-30
2
-7
/
+7
*
- JAR Manifest: Trusted-Library: true
Sven Gothel
2010-04-28
1
-3
/
+3
*
GLProfile static init within privileged block
Sven Gothel
2010-04-28
1
-7
/
+16
*
Fix privileged access (applet)
Sven Gothel
2010-04-28
1
-1
/
+7
*
JOGL
Sven Gothel
2010-04-28
5
-8
/
+14
*
JOGL Error Handling
Sven Gothel
2010-04-27
7
-48
/
+63
*
- Fix GLProcAddressResolver regression: Use GLProcAddressResolver !
Sven Gothel
2010-04-27
10
-70
/
+147
*
modifications due to method renaming in gluegen/procaddresstable.
Michael Bien
2010-04-24
2
-4
/
+3
*
changes due to refactorings in ProcAddressTable.
Michael Bien
2010-04-24
2
-2
/
+2
*
NEWT/AWT Interoperability
Sven Gothel
2010-04-24
9
-69
/
+51
*
reviewed calls to lockSurface() and ensured propper unlocking.
Michael Bien
2010-04-23
4
-43
/
+36
*
Merge branch 'master' of github.com:mbien/jogl
Michael Bien
2010-04-22
11
-177
/
+178
|
\
|
*
Review of using isGL2() and GL2.GL*
Sven Gothel
2010-04-22
11
-177
/
+178
*
|
reviewed X11Lib.XLock/UnlockDisplay() usage:
Michael Bien
2010-04-22
4
-193
/
+213
|
/
*
Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing p...
Sven Gothel
2010-04-22
5
-31
/
+82
*
JOGL GL4 preperation (cont):
Sven Gothel
2010-04-20
32
-660
/
+1052
*
DRIHack.driHackNeeded is now initialized once in the static initializer (not ...
Michael Bien
2010-04-17
1
-17
/
+27
*
JOGL GL4 preperation (cont):
Sven Gothel
2010-04-17
6
-182
/
+271
*
Fix broken Offscreen/Pbuffer query introduced in bd4904fb04ab2168aeaf76e74385...
Sven Gothel
2010-04-16
7
-17
/
+17
*
JOGL GL4 preperation:
Sven Gothel
2010-04-16
17
-410
/
+716
*
JOGL (Windows):
Sven Gothel
2010-04-15
8
-84
/
+77
*
Further ATI (fglrx) X11Display bug workaround/cleanup
Sven Gothel
2010-04-15
14
-134
/
+361
*
ATI (fglrx) PBuffer/X11Display bug workaround/cleanup
Sven Gothel
2010-04-13
18
-122
/
+236
*
Added FIXME comment: DBLBUFOFFSCRN, to tag the impl of forcing single buffer ...
Sven Gothel
2010-04-09
4
-8
/
+8
[next]