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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix window mode attribute bit FBO_BIT usage in platform dependent code (map i...
Sven Gothel
2012-09-08
12
-236
/
+442
*
NEWT AWT Driver: Remove flashing (clear background @ update/paint method) ; P...
Sven Gothel
2012-09-07
4
-25
/
+129
*
NEWT EDTUtil: Complete AWT and SWT impl. w/ Newt event dequeue thread (NEDT)
Sven Gothel
2012-09-07
7
-92
/
+477
*
Cleanup shutdown mechanism ; Fix X11/ATI SIGV at shutdown ; EGLDisplayUtil: C...
Sven Gothel
2012-09-07
19
-419
/
+237
*
Fix Capabilities ambiguity and explosion of queried available-list; Add FBO a...
Sven Gothel
2012-09-07
21
-455
/
+841
*
Fix Android Power-suspend and Power-resume
Sven Gothel
2012-08-23
2
-9
/
+14
*
Fix Android/NEWT WindowDriver: Add missing eglDestroySurface() in closeNative...
Sven Gothel
2012-08-23
1
-9
/
+27
*
GLContext: Remove integer-key based attach/detach object - use String based (...
Sven Gothel
2012-08-23
1
-27
/
+5
*
Fix/Workaround: For BCM_VC_IV EGL (alpha) configuration
Sven Gothel
2012-08-21
1
-1
/
+8
*
Fix EGLDrawableFactory ES1/ES2 detection for !pbuffer ; Misc robustness chang...
Sven Gothel
2012-08-21
8
-53
/
+173
*
NEWT Windows.closeNativeImpl(): Remove 'GDI.SetParent(windowHandleClose, 0)' ...
Sven Gothel
2012-08-19
1
-1
/
+0
*
Fix missing NEWT driver class name change - regression of a694cadca4ab72481e7...
Sven Gothel
2012-08-18
1
-1
/
+1
*
Fix bcm_vc_iv.h: redefinition of typedef ‘DISPMANX_ELEMENT_HANDLE_T
Sven Gothel
2012-08-18
1
-2
/
+0
*
NativeWindowFactory.getNativeWindowType(..): Return canonical string represen...
Sven Gothel
2012-08-18
10
-70
/
+76
*
NEWT Platform Driver: Uniform impl. class names [DisplayDriver, ScreenDriver,...
Sven Gothel
2012-08-18
49
-414
/
+393
*
GLProfile/NativeWindowFactory: Remove deprecated argument 'firstUIActionOnPro...
Sven Gothel
2012-08-18
12
-97
/
+57
*
Fix GLCanvas's JAWTWindow reference ; Add ES2 test in TestAWT01GLn ; Ubuntu 1...
Sven Gothel
2012-08-18
2
-36
/
+35
*
Fix EGLDrawableFactory.createOffscreenDrawableImpl(NativeSurface): Validate p...
Sven Gothel
2012-08-17
1
-1
/
+1
*
GLDrawableFactory.createGLDrawable() offscreen: Fix caps - set double-buffer ...
Sven Gothel
2012-08-17
3
-185
/
+178
*
Robostness FBObject / GLReadBufferUtil: Ignore pre-existing GL errors - remov...
Sven Gothel
2012-08-17
3
-5
/
+10
*
Fix EGLDrawableFactory.getEGLSurface(..): Catch WrappedSurface case w/ EGLDev...
Sven Gothel
2012-08-17
1
-1
/
+8
*
Robustness: FBObject or reset(..)
Sven Gothel
2012-08-17
1
-37
/
+69
*
Robostness: GLDrawableImpl's contextMadeCurrent()/contextRealized() ; GLFBODr...
Sven Gothel
2012-08-17
3
-4
/
+39
*
Fix FFMPEGMediaPlayer: Use GL_ALPHA (texture format intern/data) instead of G...
Sven Gothel
2012-08-16
3
-12
/
+34
*
EGLGraphicsConfigurationFactory: Fix platform w/o GLX but X11 window handle.
Sven Gothel
2012-08-16
1
-5
/
+12
*
EGLDisplayUtil: Workaround (latest) PVR 540 EGL regression where 3nd EGLDispl...
Sven Gothel
2012-08-16
5
-66
/
+127
*
NEWT: Adding support for BCM VC IV (Broadcom VideoCodec 4) and Linux console ...
Sven Gothel
2012-08-16
10
-11
/
+925
*
Resolve conflict
Sven Gothel
2012-08-07
7
-25
/
+24
|
\
|
*
Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passing
Xerxes Rånby
2012-07-10
7
-24
/
+24
|
*
Rename jogamp.newt.driver.kd.* classes to allow OpenKODE testing by passing
Xerxes Rånby
2012-07-10
3
-0
/
+0
*
|
Fix X11 Display Connection leak w/ new GLAutoDrawableBase code when used w/ o...
v2.0-rc10
Sven Gothel
2012-08-03
11
-29
/
+61
*
|
Add property: 'jogl.disable.opengles' to disable querying and using OpenGL ES
Sven Gothel
2012-07-25
1
-2
/
+9
*
|
SWT Update: SWT GLCanvas creates lazy when resource is ready; Create new Newt...
Sven Gothel
2012-07-25
25
-448
/
+2038
*
|
Fix GraphicsConfigurationFactory: Map factory to device-type _and_ capabiliti...
Sven Gothel
2012-07-24
29
-143
/
+419
*
|
Align TestSWTAccessor02GLn w/ TestSWTJOGLGLCanvas01GLn, dropping the canvas c...
Sven Gothel
2012-07-22
2
-14
/
+2
*
|
Fix Bug 606 - New AWT threading implementation breaks .. ; Fix GLAutoDrawable...
Sven Gothel
2012-07-22
11
-426
/
+649
*
|
Fix TestSWTAccessor02GLn regression .. forgot to: canvas.addControlListener(s...
Sven Gothel
2012-07-20
1
-3
/
+7
*
|
Fix OSX OffscreenLayerSurface (OLS) regressions (pbuffer based)
Sven Gothel
2012-07-20
5
-15
/
+40
*
|
Fix OSX regression of commit 20bf031db719f7baa4c6e74734fc999061e08fe2 - handl...
Sven Gothel
2012-07-20
6
-2
/
+38
*
|
Fix TestFocus01SwingAWTRobot failure duer to RedSquareES2's setFullscreen() t...
Sven Gothel
2012-07-20
3
-25
/
+10
*
|
Minor edits
Sven Gothel
2012-07-20
2
-12
/
+10
*
|
GLCapabilities Native Aquisition: Set alpha bits at last - due to it's auto s...
Sven Gothel
2012-07-20
12
-63
/
+82
*
|
Fix NEWT exception handling in event dispatching: Catch and fwd to caller
Sven Gothel
2012-07-20
3
-24
/
+47
*
|
Bug 599 - FBObject / Offscreen Support - Part 1
Sven Gothel
2012-07-19
140
-2152
/
+6019
*
|
GLCapabilities*: Add 'isFBO()' and 'setFBO(boolean)', allowing upcoming impl....
Sven Gothel
2012-07-09
2
-9
/
+44
*
|
EGLGraphicsDevice adds desctruction callback and nativeDisplayID; EGLDisplayU...
Sven Gothel
2012-07-09
10
-127
/
+182
|
/
*
Fix commit dfee8c58d4915f78f57545c26a492668b2b68a87
Sven Gothel
2012-07-06
2
-6
/
+0
*
Fix SWT GLCanvas threading. Note: On OSX _only_ it's main thread is valid!
Sven Gothel
2012-07-06
7
-126
/
+132
*
C code: remove warnings
Sven Gothel
2012-07-06
3
-11
/
+11
*
Enhance Bootsrapping of JOGL around 37% - 40% (1st start in new JVM) - GLProf...
Sven Gothel
2012-07-06
11
-87
/
+220
[next]