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
/
javax
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed Issue 213: Expose GLCaps from GLDrawable
Kenneth Russel
2006-11-19
3
-0
/
+34
*
Fixed Issue 248: GLJPanel crashes
Kenneth Russel
2006-11-15
1
-4
/
+21
*
Revised Java2D/JOGL bridge to support new share context argument to
Kenneth Russel
2006-08-01
1
-1
/
+1
*
Issue number:
gfxadmin
2006-07-21
3
-3
/
+33
*
Added code to support new entry points in
Kenneth Russel
2006-07-10
1
-2
/
+11
*
Added workarounds for exceptions being thrown in NetBeans GUI builder
Kenneth Russel
2006-06-19
1
-0
/
+9
*
Cleanup of fboTextureTarget variable based on Chris Campbell's feedback
Kenneth Russel
2006-06-19
1
-4
/
+4
*
Added support to Java2D/JOGL bridge for GL_ARB_texture_rectangle
Kenneth Russel
2006-06-19
1
-6
/
+11
*
Fixed Issue 220: Gears demo throws exceptions with -Dsun.java2d.opengl=true
Kenneth Russel
2006-05-29
2
-31
/
+32
*
Improved debugging output from DefaultGLCapabilitiesChooser
Kenneth Russel
2006-05-03
1
-0
/
+2
*
Added detection to JOGLAppletLauncher of whether DRIHack library is
Kenneth Russel
2006-04-19
2
-1
/
+18
*
Disabled GLWorkerThread optimization on X11 platforms because of
Kenneth Russel
2006-04-19
1
-6
/
+15
*
Fixed potential problem in implementation of GLCanvas.removeNotify()
Kenneth Russel
2006-03-26
1
-1
/
+1
*
Fixed extreme slowdown with Java2D/OpenGL pipeline and FBO case on ATI
Kenneth Russel
2006-03-23
1
-0
/
+31
*
Fixed Issue 210: Crashes on Mac OS X related to GLWorkerThread
Kenneth Russel
2006-03-22
1
-4
/
+11
*
Fixed general bug in GLJPanel where the offscreen image was being
Kenneth Russel
2006-03-19
1
-2
/
+7
*
Restructured how GLObjectTracker destroys tracked objects during
Kenneth Russel
2006-03-08
1
-3
/
+0
*
Fixed new bug associated with GLObjectTracker and context destruction
Kenneth Russel
2006-03-03
1
-0
/
+3
*
Fixed Issue 191: Add new opengl.1thread=new or similar
Kenneth Russel
2006-02-24
1
-6
/
+8
*
Added optimized path to GLDrawableHelper for situation where
Kenneth Russel
2006-02-21
2
-6
/
+35
*
Added exception propagation from GLWorkerThread
Kenneth Russel
2006-02-21
1
-1
/
+7
*
Added GLWorkerThread for moving OpenGL-related work onto a different
Kenneth Russel
2006-02-21
1
-29
/
+69
*
Issue number:
gfxadmin
2006-02-16
1
-17
/
+28
*
Reorganized and cleaned up FBO-related workarounds needed only on
Kenneth Russel
2006-02-16
1
-31
/
+45
*
Renamed "offscreen" capability bits in GLCapabilities to "pbuffer"
Kenneth Russel
2006-02-16
1
-30
/
+26
*
Added note on limitations of OpenGL context sharing to spec overview
Kenneth Russel
2006-02-15
4
-8
/
+18
*
Added workaround for apparent driver problem when FBOs are enabled in
Kenneth Russel
2006-02-13
1
-0
/
+16
*
Added more verbose debugging output to GLJPanel
Kenneth Russel
2006-02-13
1
-0
/
+24
*
Completion of initial work on FBO support in Java2D/JOGL bridge.
Kenneth Russel
2006-02-11
1
-32
/
+110
*
Further work on FBO support in Java2D/JOGL bridge. Upgraded JOGL's
Kenneth Russel
2006-02-11
1
-8
/
+25
*
Issue number:
gfxadmin
2006-02-10
3
-12
/
+16
*
Further work on FBO support in Java2D/JOGL bridge. Recast how
Kenneth Russel
2006-02-06
1
-0
/
+57
*
Fixed Issue 193: antialiasing querying using GLCapabilitiesChooser no
Kenneth Russel
2006-01-20
1
-0
/
+2
*
Removed references to JOGL from javax.media.opengl.Threading class
Kenneth Russel
2005-12-28
1
-29
/
+31
*
Fixed bug in render-to-texture support on Windows
Kenneth Russel
2005-12-23
2
-2
/
+2
*
Added thrown exception information for GLDrawableFactory's
Kenneth Russel
2005-12-05
1
-3
/
+15
*
Made throws clause for chooseGraphicsConfiguration follow documented
Kenneth Russel
2005-12-03
1
-1
/
+2
*
Made GLContext.setCurrent() protected based on feedback from user zero
Kenneth Russel
2005-12-03
1
-5
/
+4
*
Added GLCapabilitiesChooser argument (currently ignored) to
Kenneth Russel
2005-11-27
2
-5
/
+9
*
Minor javadoc changes to GLDrawableFactory.
Kenneth Russel
2005-11-12
1
-4
/
+11
*
Cleaned up wording in GLCanvas and GLJPanel javadoc about
Kenneth Russel
2005-11-12
2
-6
/
+2
*
Made public API changes discussed with expert group to make core JOGL
Kenneth Russel
2005-11-09
7
-90
/
+303
*
Removed RI-specific method descriptions from addNotify(), update(),
Kenneth Russel
2005-10-28
2
-23
/
+60
*
Made spec changes suggested by Chris Campbell on javagaming.org forums
Kenneth Russel
2005-10-28
2
-7
/
+7
*
Updated spec based on comments from rexguo on javagaming.org forums
Kenneth Russel
2005-10-28
3
-5
/
+47
*
Merged JSR-231 branch on to the main JOGL trunk. The main trunk now
Kenneth Russel
2005-10-24
18
-0
/
+3476