index
:
jogamp/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
/
make
/
config
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move implementation private files from com.jogamp.<module>.impl. to jogamp.<m...
Sven Gothel
2011-02-09
32
-75
/
+75
*
Fix: GLX exception message / sorted imports
Sven Gothel
2011-01-31
1
-1
/
+1
*
Cleanup (removed obsolete class / imports) ; Cg fix
Sven Gothel
2010-12-13
1
-3
/
+3
*
NativeWindow: Move RegisteredClass to private impl package
Sven Gothel
2010-12-12
1
-2
/
+0
*
Windows RegisterClass: Use new RegisteredClassFactory (window class), Misc.
Sven Gothel
2010-12-12
2
-13
/
+48
*
GDI: Fix CreateDummyWindow: Use local getModuleHandle(NULL) and synchronize f...
Sven Gothel
2010-12-09
2
-11
/
+9
*
X11 DummyWindow: Pass size and set size in proxy
Sven Gothel
2010-12-04
1
-1
/
+1
*
JOGL: Proper handling of Read Drawable Support (if not supported), add query.
Sven Gothel
2010-11-28
1
-1
/
+1
*
NativeWindow/Windows: Fix CreateDummyWindow gluegen and usage
Sven Gothel
2010-11-22
4
-11
/
+19
*
Fix bug#414, missing back conversion (using gluegen 992dcea3e94eead998942127a...
Sven Gothel
2010-11-19
1
-3
/
+30
*
Moving NEWT X11Window GetRelativeLocation() native implementation to NativeWi...
Sven Gothel
2010-11-17
2
-1
/
+6
*
Move GDI GlueGen wrapping from JOGL -> NativeWindow (following X11). Moving N...
Sven Gothel
2010-11-17
4
-74
/
+61
*
remove redundant semicolon in gluegen Cg cfg file
Sven Gothel
2010-11-15
1
-3
/
+3
*
Fix GL profile sets for gluegen code generation according to the updated head...
Sven Gothel
2010-11-06
10
-28
/
+96
*
Fix: Changed variable names according to new GL header
Sven Gothel
2010-11-06
1
-2
/
+2
*
EGL: Fix gluegen usage
Sven Gothel
2010-11-06
1
-6
/
+6
*
Fix buffer size: 64bit GLBufferSizeTracker, hash over addr+size, save fail-fa...
Sven Gothel
2010-11-06
6
-135
/
+101
*
Complete switching over to std X11 Xinerama started with f47e8be170731d75a8b6...
Sven Gothel
2010-11-06
1
-1
/
+1
*
JOGL: HashMap ProcAddressTable for all GL profiles incl GLX/WGL/CGL/EGL
Sven Gothel
2010-10-29
3
-507
/
+0
*
JOGL: Reenable Applet/Webstart/RCP support for JOGL + AWT + X11
Sven Gothel
2010-10-14
1
-3
/
+0
*
Add OpenGL 3.3, 4.0 and 4.1 language mapping.
Sven Gothel
2010-08-24
24
-118
/
+267
*
Fix OSX 1: Add empty define of APIENTRY, if undefined (CG)
Sven Gothel
2010-07-19
1
-0
/
+4
*
Fix file modes
Sven Gothel
2010-07-07
31
-0
/
+0
*
Provide a classloader for all reflection driven classloading ops.
Michael Bien
2010-06-17
2
-3
/
+3
*
Fix: Locking/Threading; Common IntIntHashMap and Buffers; Fix: glMap*Buffer*;...
Sven Gothel
2010-06-10
30
-459
/
+259
*
JOGL: Unify library loading (impl and binding), incl. lookup ; GLAutoDrawable...
Sven Gothel
2010-06-04
4
-44
/
+3
*
Fix NativeWindow JAWT Code Generation and Bounds Access
Sven Gothel
2010-05-27
4
-49
/
+29
*
Changed NEWT NativeWindow creation contract - AWT/NEWT Parenting - Misc Fixes
Sven Gothel
2010-05-21
1
-0
/
+1
*
- Fix GLProcAddressResolver regression: Use GLProcAddressResolver !
Sven Gothel
2010-04-27
2
-1
/
+5
*
modifications due to method renaming in gluegen/procaddresstable.
Michael Bien
2010-04-24
3
-3
/
+3
*
changes due to refactorings in ProcAddressTable.
Michael Bien
2010-04-24
4
-8
/
+8
*
Bring back GL2ES12 impl. for GL2ES1 and GL2ES2 desktop j2se and cdc. Fixing p...
Sven Gothel
2010-04-22
6
-451
/
+79
*
JOGL GL4 preperation (cont):
Sven Gothel
2010-04-20
26
-811
/
+419
*
JOGL GL4 preperation:
Sven Gothel
2010-04-16
9
-2
/
+108
*
Further ATI (fglrx) X11Display bug workaround/cleanup
Sven Gothel
2010-04-15
4
-246
/
+23
*
ATI (fglrx) PBuffer/X11Display bug workaround/cleanup
Sven Gothel
2010-04-13
3
-2
/
+69
*
removed duplicated imports in config files due to changes in gluegen.
Michael Bien
2010-04-08
4
-7
/
+0
*
modifications due to class movement in gluegen.
Michael Bien
2010-03-31
1
-1
/
+1
*
changes due to BufferFactory -> Buffers renaming in gluegen.
Michael Bien
2010-03-29
2
-4
/
+4
*
final large refactoring to move to com.jogamp.*.
Michael Bien
2010-03-28
9
-29
/
+29
*
Merge branch 'master' of github.com:mbien/jogl
Sven Gothel
2010-03-28
32
-85
/
+85
|
\
|
*
refactoring part 5, (renaming com.sun.opengl->com.jogamp.opengl)
Michael Bien
2010-03-27
7
-20
/
+20
|
*
refactoring: renamed com.sun.opengl -> com.jogamp.opengl.
Michael Bien
2010-03-27
32
-69
/
+64
|
*
refactoring due to gluegen changes.
Michael Bien
2010-03-27
6
-5
/
+10
*
|
Adaption for gluegen a41f4d504d2f8cf58114d570d23f757ab2659cfc
Sven Gothel
2010-03-28
1
-1
/
+1
|
/
*
Drop PointerBuffer.wrapNative2Java(..)
Sven Gothel
2010-03-19
1
-1
/
+1
*
variable renaming in config files due to changes in gluegen.
Michael Bien
2010-02-03
2
-2
/
+2
*
refactoring: new struct accessor method naming conventions.
Michael Bien
2009-11-11
1
-1
/
+1
*
Add missing file .. sorry
Sven Gothel
2009-10-19
3
-0
/
+623
*
imageSizeInBytes .. leaving out the dirt/padding last line
Sven Gothel
2009-10-19
2
-10
/
+9
[next]