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
/
classes
/
com
/
sun
/
opengl
/
impl
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed NullPointerException in new cached GLCapabilities code on X11
Kenneth Russel
2006-12-19
1
-2
/
+4
*
Fixed another performance problem related to buffer objects pointed
Kenneth Russel
2006-11-26
4
-1
/
+412
*
Optimized buffer binding checks for glVertexPointer and similar calls
Kenneth Russel
2006-11-24
1
-19
/
+32
*
Removed native code for DRIHack and replaced it with code using the
Kenneth Russel
2006-11-24
2
-34
/
+16
*
Fixed Issue 213: Expose GLCaps from GLDrawable
Kenneth Russel
2006-11-19
12
-37
/
+382
*
Fixed Issue 240: Exceptions thrown in GLCapabilitiesChooser don't function pr...
Kenneth Russel
2006-11-13
1
-4
/
+11
*
Removed spurious printStackTrace call left over in
Kenneth Russel
2006-11-13
1
-1
/
+0
*
Removed spurious printStackTrace call left over in
Kenneth Russel
2006-11-13
1
-1
/
+1
*
Fixed bug pointed out by user zero on JOGL forum where gluErrorString
Kenneth Russel
2006-10-05
1
-2
/
+3
*
Fixed Issue 242: Unable to select single-buffered visual
Kenneth Russel
2006-08-14
1
-3
/
+16
*
Fixed crash triggered by Java 3D's JoglPipeline in off-screen
Kenneth Russel
2006-08-11
1
-0
/
+4
*
Fixed build breakage on X11 platforms after introduction of
Kenneth Russel
2006-08-02
1
-1
/
+1
*
Revised Java2D/JOGL bridge to support new share context argument to
Kenneth Russel
2006-08-01
6
-14
/
+39
*
Issue number:
gfxadmin
2006-07-21
63
-18
/
+648
*
Added support for sharing of textures, etc. between GLPbuffers and
Kenneth Russel
2006-07-21
8
-16
/
+423
*
Fixed potential deadlock on OS X where JOGL could leave the surface
Kenneth Russel
2006-07-19
1
-0
/
+6
*
Added hack workaround to Java2D class to assume that FBO support in
Kenneth Russel
2006-07-11
1
-0
/
+3
*
Stubbed out setSwapInterval in MacOSXJava2DGLContext to fix crashes
Kenneth Russel
2006-07-11
1
-3
/
+4
*
Added code to support new entry points in
Kenneth Russel
2006-07-10
7
-0
/
+304
*
Fixed Issue 230: gluBuild2DMipmaps modifies Buffer positions
Kenneth Russel
2006-06-22
1
-121
/
+166
*
Added support to Java2D/JOGL bridge for GL_ARB_texture_rectangle
Kenneth Russel
2006-06-19
1
-0
/
+35
*
Changed default sense of GLContext optimization flag to false. Now
Kenneth Russel
2006-06-02
1
-1
/
+10
*
Removed debugging println
Kenneth Russel
2006-05-29
1
-2
/
+6
*
Fixed Issue 220: Gears demo throws exceptions with -Dsun.java2d.opengl=true
Kenneth Russel
2006-05-29
2
-0
/
+5
*
Fixed Issue 224: External context dosen't work with GLCanvas
Kenneth Russel
2006-05-28
3
-0
/
+54
*
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
[next]