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
/
com
/
sun
/
opengl
/
impl
Commit message (
Expand
)
Author
Age
Files
Lines
*
NativeWindow extends SurfaceUpdatedListener for 'surfaceUpdated' propagation....
Sven Gothel
2009-10-03
2
-14
/
+20
*
surfaceupdated:: NativeWindow: passing 'updater'; NEWT: adding event listener
Sven Gothel
2009-10-03
1
-1
/
+1
*
EGL Fix: Use the surface handle for creation, not the window handle; More fix...
Sven Gothel
2009-10-03
4
-28
/
+53
*
EGL debug fixes ..
Sven Gothel
2009-10-03
3
-10
/
+26
*
Offscreen/PBuffer capabilities cleanup ; Generic read drawable support
Sven Gothel
2009-10-03
21
-119
/
+256
*
NEWT: Offscreen integration
Sven Gothel
2009-10-02
1
-1
/
+0
*
Pbuffer GLDrawableFactory integration (2)
Sven Gothel
2009-10-02
2
-3
/
+24
*
Proper PBuffer drawable abstraction
Sven Gothel
2009-10-02
5
-67
/
+63
*
NativeWindowFactory:
Sven Gothel
2009-10-02
6
-13
/
+50
*
Oops .. fixed compile error
Sven Gothel
2009-09-25
1
-1
/
+1
*
Fix MacOSX External GLContext
Sven Gothel
2009-09-25
6
-153
/
+366
*
Let the GLCapabilityChooser run over the fallback fixed GLCapabilities [last ...
Sven Gothel
2009-09-24
1
-2
/
+13
*
Fix Offscreen/PBuffer [WGL/GLX]: No XVisual/PFD necessary here ..
Sven Gothel
2009-08-06
3
-13
/
+18
*
Update GlueGen to 7dc9c5601d5689dcbc003ca51cfe826942ea3e6b (latest)
Sven Gothel
2009-08-05
5
-31
/
+55
*
WGL 3.2: No need for 'jogl.GLContext.3_2' - just works.
Sven Gothel
2009-08-03
2
-35
/
+22
*
Doc: OpenGL 3.1 .. 3.2 profile clarification
Sven Gothel
2009-08-03
3
-50
/
+108
*
Fix GLX/WGL GraphicsConfigurationFactory: Be more relaxed in error handling -...
Sven Gothel
2009-08-02
2
-8
/
+34
*
Fix doc bug @arg -> @param
Sven Gothel
2009-08-02
1
-1
/
+1
*
Update documentation (OpenGL 3.0, 3.1 specifics); Fix ExtensionAvailabilityCa...
Sven Gothel
2009-08-02
1
-9
/
+6
*
Fix: updateGLProcAddressTable() call order - child before parent, broke WGL
Sven Gothel
2009-08-01
4
-4
/
+4
*
GL3 Related:
Sven Gothel
2009-08-01
3
-35
/
+173
*
Gluegen:
Sven Gothel
2009-07-31
7
-106
/
+181
*
Fix SwapInterval (return value, check ctx current, egl), add getSwapInterval.
sg215889
2009-07-30
7
-35
/
+44
*
eglBindAPI optional
sg215889
2009-07-29
1
-2
/
+9
*
Fix: doxygen-all-pub.cfg; Add NativeWindow: surfaceSwap() and surfaceUpdated(...
sg215889
2009-07-29
12
-58
/
+62
*
Refine debug message
sg215889
2009-07-29
1
-2
/
+7
*
NEWT: Remove loading of non-existing nativewindow lib; BroadcomEGL: use libEG...
sg215889
2009-07-28
1
-2
/
+0
*
Use getNativeWindowType(custom=true) for factory selection; Don't fail is non...
sg215889
2009-07-28
1
-1
/
+1
*
Cleanup ..
sg215889
2009-07-28
3
-33
/
+6
*
Fix BroadcomEGL: Proper EGLGraphicsConfiguration at creation time
sg215889
2009-07-28
1
-2
/
+3
*
EGL changes for device
Morris Meyer
2009-07-28
4
-6
/
+35
*
Add Custom NativeWindow Type 'BroadcomEGL' (-Dnativewindow.ws.name=BroadcomEG...
sg215889
2009-07-27
2
-11
/
+46
*
Add: Extended support for CVM crosscompile:
sg215889
2009-07-24
23
-607
/
+657
*
Using commont JAWTUtil for final locking
sg215889
2009-07-20
1
-5
/
+5
*
Add: Extended support for CVM:
sg215889
2009-07-12
9
-31
/
+88
*
Push custom loadLibrary handling down to NativeWindow NativeLibLoaderBase; X1...
Sven Gothel
2009-07-04
2
-110
/
+34
*
Local property access package-private (no qualifiers)
Sven Gothel
2009-07-04
1
-4
/
+4
*
Fix property query. Thx to Ken pointing this out.
Sven Gothel
2009-07-03
5
-22
/
+57
*
Fix property handling ; Adding jnlp. aliasing for properties
Sven Gothel
2009-07-03
7
-29
/
+31
*
- Removed useless GLX synchronized hacks in X11GLXGraphicsConfiguration
Sven Gothel
2009-06-18
1
-6
/
+3
*
- Fix: X11 locking
Sven Gothel
2009-06-18
5
-87
/
+51
*
- Fix: Native X11 Display deadlock (Linux x86_64 32bit on 64bit)
Sven Gothel
2009-06-17
2
-112
/
+76
*
- Add: GLProfile.get(name) return default if name=="GL" as well (or if null)
Sven Gothel
2009-06-17
1
-30
/
+34
*
Copied JOGL_2_SANDBOX r1957 on to trunk; JOGL_2_SANDBOX branch is now closed
Kenneth Russel
2009-06-15
182
-0
/
+42846