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
/
native
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deleted obsolete source code in preparation for copying JOGL_2_SANDBOX
Kenneth Russel
2009-06-15
11
-1943
/
+0
*
Fixed Issue 341: JNI Global Reference in native code prevents clean applet te...
Kenneth Russel
2008-02-03
1
-30
/
+1
*
Fixed Issue 259: need a copy context
Kenneth Russel
2007-01-07
1
-0
/
+6
*
Fixes for building with Visual Studio .NET 2003 (Service Pack 1)
Kenneth Russel
2007-01-03
1
-2
/
+2
*
Added parameter validation for stereo bit in particular to fix problem
Kenneth Russel
2006-12-20
1
-31
/
+25
*
Removed native code for DRIHack and replaced it with code using the
Kenneth Russel
2006-11-24
1
-59
/
+0
*
Fixed Issue 213: Expose GLCaps from GLDrawable
Kenneth Russel
2006-11-19
1
-61
/
+101
*
Fixed build problems on Solaris with Xinerama support for Issue 216;
Kenneth Russel
2006-05-28
1
-7
/
+5
*
Preliminary fix for
Kenneth Russel
2006-05-28
6
-0
/
+992
*
Added patch from user mabraham on javagaming.org forums for building
Kenneth Russel
2006-04-14
1
-1
/
+1
*
Support for building on HP/UX from user metasim on JOGL forum
Kenneth Russel
2006-04-13
2
-3
/
+9
*
Changed locking protocol for on-screen surfaces to only use the JAWT's
Kenneth Russel
2006-02-20
1
-5
/
+5
*
Fixed build breakage on 10.4 after last checkin
Kenneth Russel
2006-02-16
1
-3
/
+19
*
Fixed problems with lack of hardware acceleration on Linux
Kenneth Russel
2006-02-16
1
-0
/
+59
*
progress on gl pixel format enumeration mechanism
Gerard Ziemski
2006-02-15
1
-143
/
+393
*
Fixed Issue 173: Adjust gamma, brightness and contrast
Kenneth Russel
2006-01-22
1
-0
/
+9
*
Fixed build breakage on 10.4 after last checkin
Kenneth Russel
2006-01-20
1
-6
/
+2
*
Fixed build breakage on 10.3 after last checkin
Kenneth Russel
2006-01-19
1
-0
/
+9
*
add support for availability macros and use them to substitue values in case ...
Gerard Ziemski
2006-01-18
1
-11
/
+19
*
Fixed build breakage after last checkin; silenced compiler warning,
Kenneth Russel
2006-01-18
1
-11
/
+6
*
clamp the passed in values to their max if necessary - fixes InfiniteShadowVo...
Gerard Ziemski
2006-01-18
1
-4
/
+118
*
Refactored code on Windows and X11 constructing attribute lists for
Kenneth Russel
2005-12-06
1
-2
/
+4
*
Made public API changes discussed with expert group to make core JOGL
Kenneth Russel
2005-11-09
2
-9
/
+9
*
Refactored computations of sizes of data types and offsets of fields
Kenneth Russel
2005-11-09
1
-4
/
+6
*
Merged JSR-231 branch on to the main JOGL trunk. The main trunk now
Kenneth Russel
2005-10-24
4
-60
/
+22
*
Made pbuffer code and in particular floating-point pbuffer code more
Kenneth Russel
2005-06-02
1
-3
/
+11
*
Cleaned up Mac OS X context handling. Removed incorrect retain call on
Kenneth Russel
2005-06-01
1
-151
/
+144
*
Removed bogus test against frame size = (0,0) which was breaking
Kenneth Russel
2005-05-24
1
-8
/
+1
*
Added first-cut support for floating-point pbuffers on Mac OS X
Kenneth Russel
2005-05-20
1
-3
/
+3
*
Fixed race conditions in Mac OS X onscreen context creation that
Kenneth Russel
2005-05-10
1
-2
/
+6
*
Fixed Issue 92: Platform Independent VSync functionality
Kenneth Russel
2005-04-24
1
-0
/
+6
*
Added double-buffer argument to Mac OS X OpenGL context creation
Kenneth Russel
2005-02-04
1
-0
/
+1
*
Fixed Issue 99: intptr_t undefined compiling with VS .NET 2003 VC++
Kenneth Russel
2005-01-31
2
-4
/
+4
*
Fixed Issue 126: Patch to allow building native driver on BSD
Kenneth Russel
2005-01-28
1
-1
/
+1
*
Fixed compiler warning in updateContextRegister
Kenneth Russel
2004-08-05
1
-0
/
+1
*
Fixed Issue 79: PBuffers on macintosh fail to glCopyTexSubImage2D
Kenneth Russel
2004-04-29
1
-92
/
+15
*
Updated context creation code to unpack GLCapabilities object in Java
Kenneth Russel
2004-04-21
1
-47
/
+21
*
Removed debugging printfs
Kenneth Russel
2004-03-15
1
-4
/
+4
*
Updated for OSX custom pixel format.
gregorypierce
2004-02-28
1
-8
/
+48
*
implemented GLJPanel for Mac OS X
Gerard Ziemski
2003-11-19
1
-6
/
+11
*
use USE_GL_TEXTURE_RECTANGLE_EXT for PBuffers - needed for GLJPanel
Gerard Ziemski
2003-11-08
1
-17
/
+36
*
Print error messages when nsview is not a valid drawable and return NULL from...
Gerard Ziemski
2003-11-04
1
-5
/
+23
*
Disabling the context updater for now - not thread safe yet.
Gerard Ziemski
2003-10-12
1
-0
/
+8
*
Implemented PBuffers (available in >= Panther). Reimplemented window resizing...
Gerard Ziemski
2003-10-12
3
-87
/
+342
*
Added Gerard Ziemski's new sources for faster dynamic symbol lookup on
Kenneth Russel
2003-09-05
1
-18
/
+39
*
Fixed bug abies pointed out in ARBVBOKey where it was necessary to
Kenneth Russel
2003-08-07
1
-1
/
+1
*
Changed glMapBufferARB's implementation to return the same ByteBuffer
Kenneth Russel
2003-08-07
1
-0
/
+54
*
Changed behavior of ManuallyImplement to not emit GLEmitter's dispatch
Kenneth Russel
2003-08-06
1
-0
/
+54
*
Added sharing of display lists and textures among OpenGL contexts
Kenneth Russel
2003-07-08
1
-2
/
+3
*
Initial Mac OS X port of Jogl by Gerard Ziemski and Kenneth Russell,
Kenneth Russel
2003-06-26
1
-0
/
+94
[next]