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
/
classes
/
com
/
sun
/
opengl
/
impl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Preliminary fix for
Kenneth Russel
2006-05-28
1
-3
/
+26
*
Fixed another deadlock caused by introduction of FBO support in
Kenneth Russel
2006-05-16
1
-0
/
+10
*
Fixed apparent deadlock in object tracking code provoked by GE Medical
Kenneth Russel
2006-05-11
1
-45
/
+53
*
Fixed Issue 221: Fixing stereo capability in WindowsGLDrawable
Kenneth Russel
2006-05-09
1
-0
/
+3
*
Fixed apparent bug pointed out by user EdwinOlson on jogl forum where
Kenneth Russel
2006-04-25
1
-0
/
+1
*
Fixed Issue 215: Enhancement for NativeLibLoader
Kenneth Russel
2006-04-17
1
-60
/
+90
*
Added workaround for apparent problem with ATI's proprietary drivers
Kenneth Russel
2006-04-03
2
-0
/
+23
*
Made internal methods which fetch the platform-dependent context out
Kenneth Russel
2006-04-02
3
-3
/
+3
*
Replaced absolute path to libGL.so.1 with relative path to presumably
Kenneth Russel
2006-04-02
1
-1
/
+17
*
Forced enabling of DRI hack on all Linux distributions
Kenneth Russel
2006-04-01
1
-1
/
+4
*
Deleted obsolete MacOSXDummyGLContext.java
Kenneth Russel
2006-03-29
1
-87
/
+0
*
Removed workaround for sharing textures and display lists between
Kenneth Russel
2006-03-29
2
-7
/
+5
*
Worked around spurious SetPixelFormat failures seen on Intel 82855
Kenneth Russel
2006-03-28
1
-1
/
+11
*
Fixed lurking problem associated with on-screen contexts' makeCurrent
Kenneth Russel
2006-03-28
3
-5
/
+9
*
Fixed bug pointed out by Matt Abraham where a thrown exception from
Kenneth Russel
2006-03-26
1
-1
/
+3
*
Fixed bugs in implementation of -Djogl.GLContext.noopt flag
Kenneth Russel
2006-03-26
3
-11
/
+23
*
Made MacOSXOnscreenGLContext obey disabling of optimized context
Kenneth Russel
2006-03-19
1
-2
/
+14
*
Added fallback path in GLContext optimization code to be able to
Kenneth Russel
2006-03-19
3
-2
/
+43
*
Fixed resizing bug on Mac OS X which was a consequence of leaving the
Kenneth Russel
2006-03-10
2
-0
/
+13
*
Dummy putback to fix previous incorrect checkin comment:
Kenneth Russel
2006-03-08
1
-1
/
+1
*
Restructured how GLObjectTracker destroys tracked objects during
Kenneth Russel
2006-03-08
1
-3
/
+10
*
Restructured how GLObjectTracker destroys tracked objects during
Kenneth Russel
2006-03-08
3
-31
/
+175
*
Use try/finally in X11GLContext.destroyImpl() to avoid any potential
Kenneth Russel
2006-03-06
1
-14
/
+17
*
Added mechanism for kicking the current context off the
Kenneth Russel
2006-02-23
3
-13
/
+84
*
Attempted fix for Issue 206: glTexImage2D fails on external context
Kenneth Russel
2006-02-23
1
-0
/
+1
*
Added optimized path to GLDrawableHelper for situation where
Kenneth Russel
2006-02-21
3
-33
/
+167
*
Fixed bug in GLDrawableHelper.invokeGL() where the previous initAction
Kenneth Russel
2006-02-21
1
-0
/
+1
*
Added support for calling makeCurrent() over and over again with
Kenneth Russel
2006-02-21
1
-0
/
+15
*
Added exception propagation from GLWorkerThread
Kenneth Russel
2006-02-21
1
-8
/
+16
*
Added GLWorkerThread for moving OpenGL-related work onto a different
Kenneth Russel
2006-02-21
1
-0
/
+155
*
Changed locking protocol for on-screen surfaces to only use the JAWT's
Kenneth Russel
2006-02-20
8
-85
/
+64
*
Renamed "offscreen" capability bits in GLCapabilities to "pbuffer"
Kenneth Russel
2006-02-16
7
-25
/
+25
*
Fixed problems with lack of hardware acceleration on Linux
Kenneth Russel
2006-02-16
3
-0
/
+133
*
expose JOGL built-in gl pixel format to users
Gerard Ziemski
2006-02-15
1
-3
/
+20
*
Completion of initial work on FBO support in Java2D/JOGL bridge.
Kenneth Russel
2006-02-11
4
-4
/
+17
*
Issue number:
gfxadmin
2006-02-11
1
-2
/
+4
*
Further work on FBO support in Java2D/JOGL bridge. Upgraded JOGL's
Kenneth Russel
2006-02-11
7
-64
/
+183
*
Added more debugging output on X11 side to track down Linux problems
Kenneth Russel
2006-02-10
2
-2
/
+27
*
Made loading of GLU library lazier, partially in the hope that this
Kenneth Russel
2006-02-10
4
-6
/
+25
*
Further work on FBO support in Java2D/JOGL bridge. Recast how
Kenneth Russel
2006-02-06
4
-53
/
+170
*
Intermediate checkin for FBO support in Java2D/JOGL bridge. Needed to
Kenneth Russel
2006-02-05
5
-9
/
+834
*
Fixed problem with pbuffers on X11 with ATI hardware; workaround was
Kenneth Russel
2006-02-02
1
-3
/
+4
*
Added profiling support to WindowsOnscreenGLDrawable to figure out why
Kenneth Russel
2006-01-29
1
-0
/
+56
*
Fixed Issue 195: Pbuffer support broken on X11 platforms
Kenneth Russel
2006-01-24
1
-1
/
+4
*
Fixed Issue 173: Adjust gamma, brightness and contrast
Kenneth Russel
2006-01-22
4
-11
/
+336
*
Fixed Issue 193: antialiasing querying using GLCapabilitiesChooser no
Kenneth Russel
2006-01-20
1
-85
/
+94
*
Fixed bug in WindowsGLDrawable.iattributes2GLCapabilities pointed out
Kenneth Russel
2006-01-20
1
-4
/
+4
*
Renamed com.sun.opengl.utils to com.sun.opengl.util. Moved
Kenneth Russel
2006-01-13
2
-3
/
+3
*
Fixed problem with X11ExternalGLContext pointed out by m.engelhardt on
Kenneth Russel
2006-01-10
1
-0
/
+25
*
Fixed more problems related to recent restructuring of glue code
Kenneth Russel
2006-01-01
2
-4
/
+4
[next]