index
:
java3d/java3d-core.git
1.6-master
dev1.7.0
dev1.7.1
master
shadowmap
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #2 from etsinko/fix-to-multiscreen-query
1.6-master
Philip Jordan
2019-09-15
1
-8
/
+7
|
\
|
*
Fixed error that happened in multi-screen environments
Egor Tsinko
2019-08-29
1
-8
/
+7
|
/
*
The Renderer now wraps a use/release context call pair around any of the
phil
2019-06-09
2
-0
/
+61
*
j3dcore: update version to 1.6.2
1.6.2
Harvey Harrison
2019-01-04
1
-2
/
+2
*
j3dcore: only build j3dcore files
Harvey Harrison
2019-01-04
1
-36
/
+4
*
Merge GeometryService implementation
Harvey Harrison
2019-01-04
3
-25
/
+64
|
\
|
*
Include META-INF directory in j3dutils.jar
Curtis Rueden
2015-11-25
1
-2
/
+2
|
*
Font3D: use the GeometryService as appropriate
Curtis Rueden
2015-11-25
1
-28
/
+15
|
*
Add a service interface for external routines
Curtis Rueden
2015-11-25
1
-0
/
+40
|
*
Font3D: refactor island triangulation logic
Curtis Rueden
2015-10-06
1
-17
/
+27
|
*
Font3D: declare local variables when they are used
Curtis Rueden
2015-10-06
1
-2
/
+2
|
*
Font3D: tweak whitespace
Curtis Rueden
2015-10-06
1
-1
/
+1
|
*
Font3D: count points in a separate loop
Curtis Rueden
2015-10-06
1
-1
/
+3
*
|
j3d-core: update version to 1.6.1
1.6.1
Harvey Harrison
2018-09-30
1
-1
/
+1
*
|
j3d-core: Fix HiDPI issues on Windows
Ian Brown
2018-09-30
2
-4
/
+17
*
|
j3dcore: update to source/target 1.6 for now, no point in 1.5
Harvey Harrison
2018-06-15
1
-2
/
+2
*
|
j3dcore: remove useless updatelocaltoVworld method
Harvey Harrison
2018-06-14
2
-14
/
+0
*
|
j3dcore: ignore stricter doclint settings in JDK8 to allow javadoc build to s...
Harvey Harrison
2018-06-14
1
-0
/
+1
*
|
j3dcore: update for the final 1.6.0 release
1.6.0
Harvey Harrison
2016-11-07
1
-7
/
+7
*
|
build: add a trivial javadoc building target for vecmath/java3d/java3d-utils
Harvey Harrison
2016-10-30
1
-5
/
+21
*
|
j3dcore: JoglPipeline.resetRenderingAttributes does not call gl.glDisable(GL....
Phil Jordan
2016-10-30
1
-0
/
+2
*
|
j3dcore: fix leftover texture mapping coords when some attributes unset
Emmanuel Puybaret
2016-10-30
1
-1
/
+5
*
|
j3dcore: add handling for the new j3d.numSamples property
Emmanuel Puybaret
2016-10-30
2
-8
/
+24
*
|
j3dcore: avoid calls to glColor4f in material reset paths
Emmanuel Puybaret
2016-10-30
1
-4
/
+6
*
|
j3dcore: allow Java3D to operate in headless mode when using the noop renderer
Harvey Harrison
2016-10-28
2
-7
/
+5
*
|
build: flatten directory names in j3d-util repo
Harvey Harrison
2016-10-28
1
-5
/
+5
|
/
*
j3dcore: flatten the directory structure a bit
Harvey Harrison
2015-04-19
449
-3
/
+3
*
j3dcore: remove an old ant build file in the source tree
Harvey Harrison
2015-04-19
1
-416
/
+0
*
build: remove separate generated manifest files
Harvey Harrison
2015-04-19
2
-24
/
+24
*
j3dcore: update version to 1.6.0-pre12
1.6.0-pre12
Harvey Harrison
2015-04-19
1
-1
/
+1
*
README: expand the build instructions to include the jogl jars
Harvey Harrison
2015-04-19
2
-5
/
+8
*
j3dcore: fix up compile to build with JOGL release 2.3.1
Julien Gouesse
2015-04-19
5
-34
/
+34
*
Fix the remote repository URLs
Curtis Rueden
2015-04-19
2
-10
/
+9
*
j3dcore: update version to 1.6.0-pre11
1.6.0-pre11
Harvey Harrison
2014-08-07
1
-1
/
+1
*
j3dcore: fix up compile to build with JOGL release 2.2.0
Harvey Harrison
2014-08-07
2
-3
/
+3
*
j3dcore: avoid lazy enum array creation, do it unconditionally
Harvey Harrison
2014-08-06
1
-21
/
+13
*
j3dcore: cannot lock an object using its own reference
Harvey Harrison
2014-08-06
1
-18
/
+15
*
j3dcore: remove an unused fog state variable from Canvas3D
Harvey Harrison
2014-08-05
1
-6
/
+0
*
j3dcore: remove some unused imports, mark the caps chooser class as static
Harvey Harrison
2014-08-05
1
-3
/
+1
*
j3dcore: add an enum for the capabilities to try and disable
Harvey Harrison
2014-08-05
1
-53
/
+43
*
j3dcore: removed dead code
Kavon Farvardin
2014-08-05
1
-252
/
+0
*
j3dcore: initial fix for stereoscopic and double buffering graphics configura...
Kavon Farvardin
2014-08-05
1
-119
/
+201
*
j3dcore: update version to 1.6.0-pre10
1.6.0-pre10
Harvey Harrison
2014-05-03
1
-1
/
+1
*
j3dcore: prepare to refactor the Font3D tesselation code, move variables next...
Harvey Harrison
2014-05-03
1
-16
/
+15
*
j3dcore: kill use of SUN_global_alpha
Harvey Harrison
2014-05-03
10
-128
/
+4
*
j3dcore: small style change to do an early return when the appContext does no...
Harvey Harrison
2014-05-03
1
-18
/
+19
*
j3dcore: move fixup for null apcontext into the JOGLPipeline implementation
Saeid Nourian
2014-05-03
1
-0
/
+36
*
j3dcore: update version to 1.6.0-pre9
1.6.0-pre9
Harvey Harrison
2013-12-07
1
-1
/
+1
*
j3dcore: fix typo in updateTexture3DBoundary in JoglPipeline
Harvey Harrison
2013-12-07
1
-1
/
+1
*
j3dcore: use the context() helper in one more place in JoglPipeline
Harvey Harrison
2013-11-09
1
-1
/
+1
[next]