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
/
make
/
build.xml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added libjogl_drihack.so to dist native library jars
Kenneth Russel
2006-02-16
1
-3
/
+3
*
Fixed problems with lack of hardware acceleration on Linux
Kenneth Russel
2006-02-16
1
-11
/
+35
*
Issue number:
gfxadmin
2006-02-16
1
-1
/
+15
*
Added GlueGen sources, LICENSEs and READMEs to JOGL dist's jogl-src.zip
Kenneth Russel
2006-02-13
1
-1
/
+1
*
Added checking of whether the correct GLContext is current to the
Kenneth Russel
2006-02-12
1
-13
/
+20
*
Completion of initial work on FBO support in Java2D/JOGL bridge.
Kenneth Russel
2006-02-11
1
-18
/
+17
*
Made loading of GLU library lazier, partially in the hope that this
Kenneth Russel
2006-02-10
1
-4
/
+4
*
Changed syslibset for Xxf86vm to be non-static to work around apparent
Kenneth Russel
2006-02-07
1
-3
/
+3
*
Issue number: Various issues are covered by this -- I will update them
gfxadmin
2006-01-31
1
-6
/
+42
*
Fixed Issue 173: Adjust gamma, brightness and contrast
Kenneth Russel
2006-01-22
1
-1
/
+3
*
Cleaned up how declarations for Mac OS X window system wrapper
Kenneth Russel
2006-01-22
1
-0
/
+2
*
Moved GlueGen out of the JOGL workspace and into its own project.
Kenneth Russel
2006-01-15
1
-192
/
+66
*
Revised JOGL's build.xml to look more like JOAL's with autodetection
Kenneth Russel
2006-01-14
1
-224
/
+279
*
Renamed com.sun.opengl.utils to com.sun.opengl.util. Moved
Kenneth Russel
2006-01-13
1
-5
/
+3
*
Fixed build issue with MingW compiler pointed out by Justin Couch
Kenneth Russel
2006-01-05
1
-14
/
+3
*
Added contribution from user mabraham on JOGL forum with Microsoft
Kenneth Russel
2006-01-03
1
-18
/
+45
*
Fixed bugs in struct layout introduced during recent rewrite to
Kenneth Russel
2005-12-31
1
-9
/
+9
*
Fixed bug in render-to-texture support on Windows
Kenneth Russel
2005-12-23
1
-1
/
+0
*
Issue number:
gfxadmin
2005-11-19
1
-1
/
+30
*
Submitted by: Travis
gfxadmin
2005-11-11
1
-1
/
+6
*
Issue number:
gfxadmin
2005-11-10
1
-1
/
+1
*
Fixed dist build problem pointed out by Travis
Kenneth Russel
2005-11-10
1
-5
/
+5
*
Refactored JOGL's use of the JAWT to enable it to be more lazily
Kenneth Russel
2005-11-09
1
-17
/
+42
*
Added error checking for "dist" builds to validate that all expected
Kenneth Russel
2005-11-09
1
-2
/
+85
*
Changed Javadoc footer to bottom
Kenneth Russel
2005-11-02
1
-5
/
+5
*
Added Javadoc footer with copyright and license information
Kenneth Russel
2005-11-02
1
-5
/
+9
*
Merged JSR-231 branch on to the main JOGL trunk. The main trunk now
Kenneth Russel
2005-10-24
1
-114
/
+87
*
show macosxfat as one of the available targets
Gerard Ziemski
2005-10-07
1
-1
/
+1
*
add support for Mac OS X fat library (ppc and i386)
Gerard Ziemski
2005-10-06
1
-1
/
+14
*
Added CgGL.cgCreateProgramFromStream and updated JOGL Cg demos to use
Kenneth Russel
2005-05-13
1
-1
/
+2
*
Added Solaris/x86 support to build.xml
Kenneth Russel
2005-05-10
1
-4
/
+2
*
Fixed Issue 156: Patch to add linux.ia64 target
Kenneth Russel
2005-04-24
1
-1
/
+25
*
Fixed Issue 126: Patch to allow building native driver on BSD
Kenneth Russel
2005-01-28
1
-0
/
+27
*
Partial fix for Issue 88: Add Linux amd64 support to JOGL
Kenneth Russel
2005-01-27
1
-3
/
+33
*
Fixed MinGW build option after conversion to cpptasks
Kenneth Russel
2004-11-08
1
-4
/
+12
*
libjogl_cg.jnilib was missing in jogl-natives-macosx.jar in dist target
Kenneth Russel
2004-11-06
1
-1
/
+1
*
Added build support for Cg library on Mac OS X
Kenneth Russel
2004-10-26
1
-1
/
+10
*
Updated Cg definitions to Cg 1.3 beta 2 headers
Kenneth Russel
2004-10-22
1
-1
/
+1
*
Fixed missing linker type of suncc in Solaris build
Kenneth Russel
2004-10-04
1
-1
/
+1
*
Removed debug info from native libraries after CPPTask cutover
Kenneth Russel
2004-08-05
1
-1
/
+1
*
Added acknowledgment of Alex Radeski to build.xml
Kenneth Russel
2004-08-04
1
-1
/
+2
*
Fixed Solaris portion of cpptasks port; needed to add a new suncc
Kenneth Russel
2004-08-04
1
-2
/
+3
*
Incorporated changes by Alex Radeski <
[email protected]
> from the
Kenneth Russel
2004-08-04
1
-338
/
+259
*
Bug fix from user GKW on the JOGL forums for problems reported by
Kenneth Russel
2004-08-03
1
-2
/
+2
*
Fixed cygwin / mingw compilation issues pointed out by user cylab on
Kenneth Russel
2004-07-28
1
-1
/
+1
*
Fixed Issue 85: Weekly builds / source
Kenneth Russel
2004-07-16
1
-0
/
+7
*
Fixed build problems on Linux after addition of OpenGL 1.5 support.
Kenneth Russel
2004-04-22
1
-3
/
+6
*
Fixed Issue 73: build.xml needs "-L/usr/X11R6/lib" for Linux.
Kenneth Russel
2004-04-19
1
-1
/
+1
*
Fixed Javadoc problems
Kenneth Russel
2004-04-12
1
-2
/
+2
*
Removed debugging code from declare.macosx rule
Kenneth Russel
2004-04-12
1
-6
/
+0
[next]