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
Commit message (
Expand
)
Author
Age
Files
Lines
*
new navbar to match color scheme. Not so fruity as the purple nav bar (sorry ...
athomas
2003-11-15
1
-33
/
+27
*
use USE_GL_TEXTURE_RECTANGLE_EXT for PBuffers - needed for GLJPanel
Gerard Ziemski
2003-11-08
1
-17
/
+36
*
added Mac OS X specific compiler and linker options - prebinding. jogl.jnilib...
Gerard Ziemski
2003-11-04
1
-3
/
+3
*
Print error messages when nsview is not a valid drawable and return NULL from...
Gerard Ziemski
2003-11-04
1
-5
/
+23
*
Implemented a per-thread GLContext stack, which gives a thread
Kenneth Russel
2003-11-04
5
-45
/
+306
*
Disabling the context updater for now - not thread safe yet.
Gerard Ziemski
2003-10-12
5
-2
/
+31
*
Implemented PBuffers (available in >= Panther). Reimplemented window resizing...
Gerard Ziemski
2003-10-12
9
-183
/
+570
*
fixed link to forums to eliminate IE bug
athomas
2003-10-11
1
-2
/
+1
*
Added missing implementation of dispatch_glMapBufferARB on Linux after
Kenneth Russel
2003-10-03
1
-0
/
+15
*
Added Gerard Ziemski's changes to the build process on OS X to look
Kenneth Russel
2003-09-10
3
-12
/
+31
*
Updated binaries with ARB_vertex_buffer_object support, latest Mac OS
Kenneth Russel
2003-09-06
5
-0
/
+0
*
Added contribution from user GKW on community.java.net forums to fix
Kenneth Russel
2003-09-05
3
-33
/
+40
*
Ported JOGL's Cg support to Linux; fixed capitalization and other
Kenneth Russel
2003-09-05
6
-13
/
+13
*
Added Gerard Ziemski's new sources for faster dynamic symbol lookup on
Kenneth Russel
2003-09-05
2
-35
/
+42
*
Applied bug fix to GLU tesselator supplied by Pepijn Van Eeckhoudt.
Kenneth Russel
2003-08-27
1
-25
/
+25
*
Fixed Mac OS X build after recent JAWT changes in 10.3 (which are
Kenneth Russel
2003-08-24
8
-17
/
+23
*
GLU tesselator port by Pepijn Van Eeckhoudt and Nathan Parker Burg.
Kenneth Russel
2003-08-21
27
-15
/
+6530
*
GKW on the community.java.net forums pointed out that the
Kenneth Russel
2003-08-17
1
-30
/
+38
*
Applied suggestion from GKW on community.java.net forums to use
Kenneth Russel
2003-08-17
1
-1
/
+1
*
Added SGI .rgb image reader. Fixed typos in javadoc.
Kenneth Russel
2003-08-15
2
-3
/
+3
*
Issue number:
albanc
2003-08-13
2
-0
/
+12
*
Fixed bug in offscreen contexts' pending resize logic pointed out by
Kenneth Russel
2003-08-13
2
-2
/
+2
*
Added link to user's guide to main page
Kenneth Russel
2003-08-12
1
-0
/
+2
*
Added hardware acceleration TODO for GLJPanel
Kenneth Russel
2003-08-10
1
-0
/
+2
*
Made glBufferDataARB and glBufferSubDataARB non-NIOOnly. Added support
Kenneth Russel
2003-08-08
1
-2
/
+0
*
Fixed bug abies pointed out in ARBVBOKey where it was necessary to
Kenneth Russel
2003-08-07
3
-2
/
+28
*
Changed glMapBufferARB's implementation to return the same ByteBuffer
Kenneth Russel
2003-08-07
11
-27
/
+182
*
Fixed (?) build problem on X11 and Mac OS X
Kenneth Russel
2003-08-06
3
-12
/
+14
*
Changed behavior of ManuallyImplement to not emit GLEmitter's dispatch
Kenneth Russel
2003-08-06
11
-32
/
+143
*
Attempted fix to jogl and Gears JNLP files after java.net transition to https
Kenneth Russel
2003-08-04
1
-1
/
+1
*
Updated TODO and fixed bug in default build.xml rule
Kenneth Russel
2003-08-04
2
-11
/
+17
*
Fixed bug pointed out by
[email protected]
where impl classes
Kenneth Russel
2003-07-31
2
-2
/
+4
*
Added ANTLR and Ant links to JOGL web page
Kenneth Russel
2003-07-18
1
-205
/
+238
*
Added JNLP files for demos to jogl-demos home page. Added more links
Kenneth Russel
2003-07-18
1
-92
/
+282
*
Undid change to host.properties
Kenneth Russel
2003-07-16
1
-2
/
+2
*
Trying to fix issue with gears.jnlp
Kenneth Russel
2003-07-16
1
-2
/
+2
*
Added Java Web Start binaries for JOGL and the JOGL demos.
Kenneth Russel
2003-07-16
6
-0
/
+34
*
Added workaround for 4845371 to NativeLibLoader.
Kenneth Russel
2003-07-16
1
-0
/
+7
*
Fixed bug in Animator where it would hang upon stopping if exception
Kenneth Russel
2003-07-15
4
-29
/
+33
*
Undid changes to host.properties
Kenneth Russel
2003-07-15
1
-2
/
+2
*
Added ContextVariableName configuration option to GLEmitter because of
Kenneth Russel
2003-07-15
3
-8
/
+21
*
Fixed issue 13: Readable names for function arguments
Kenneth Russel
2003-07-15
3
-3
/
+20
*
Fixed issue 12: Better tracing output
Kenneth Russel
2003-07-15
2
-2
/
+60
*
Fixed issue 1: GLCanvas flickers when using repaint
Kenneth Russel
2003-07-15
1
-0
/
+6
*
Fixed issue 16: Accessibility breaks jogl
Kenneth Russel
2003-07-15
1
-1
/
+9
*
Fixed problem where loadLibrary calls needed to be done inside
Kenneth Russel
2003-07-15
1
-5
/
+12
*
Fixed default antlr.jar property
Kenneth Russel
2003-07-14
1
-3
/
+2
*
Fixed bugs in Solaris build.
Kenneth Russel
2003-07-14
3
-7
/
+16
*
Added "dist" target to assemble one jogl.jar out of platform-specific
Kenneth Russel
2003-07-14
1
-0
/
+51
*
Fixed dangling references to platform-dependent stub_includes versions
Kenneth Russel
2003-07-14
1
-3
/
+3
[next]