aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'github-mark/master' (Bug 1023/Bug 1024)Sven Gothel2014-07-0519-75/+79
|\
| * Attempt to remove aliasing from native libraries.Mark Raynsford2014-06-3018-75/+75
| * Produce duplicate natives in the build, in preparation for removingMark Raynsford2014-06-261-0/+18
* | Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov...Sven Gothel2014-07-056-75/+71
* | Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st...Sven Gothel2014-07-0524-1395/+2845
* | build: Add oculusvr java-doc ; Add jogl-test-java-src.zip in 7z archiveSven Gothel2014-07-032-1/+3
* | HowToBuild: Add 'libudev-devel' for oculusvr-sdk sub-module compilationSven Gothel2014-07-031-3/+5
* | Bug 1021: Fix remaining build issues if sub-module oculusvr-sdk is missingSven Gothel2014-07-032-0/+2
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031068-19440/+19597
* | FloatUtil.makePick(..): Refine API doc, incl. PMVMatrix.gluPickMatrix(..)Sven Gothel2014-07-032-17/+26
* | Bug 1021: OVRSBSRenderer*: Add texture filtering parameter (bilinear/none), a...Sven Gothel2014-07-033-57/+124
* | Bug 1021: OVRDistortion.getSBSUpstreamPMV(..): Use all cached eye parameter (...Sven Gothel2014-07-031-5/+4
* | Bug 1021: OVRDistortion.getSBSUpstreamPMV(..): Use generic perspective matrix...Sven Gothel2014-07-031-5/+4
* | Bug 1021: Refine Stereo Rendering API and OculusVR implementing rendererSven Gothel2014-07-0314-169/+585
* | Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...Sven Gothel2014-07-0123-133/+1975
* | Fix (c) header: Due to copy & paste, wrong header was used for certain files ...Sven Gothel2014-07-015-343/+378
* | Bug 1027: Fix usage of atomic jar files (NEWT)Sven Gothel2014-06-297-14/+43
* | OculusVR: Add in eclipse classpath, and jogl-java-src.zip; Also create jogl-t...Sven Gothel2014-06-292-1/+10
* | Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-2833-53/+53
* | WIP: Add Matrix4 OO wraper for FloatUtil matrix operationsSven Gothel2014-06-281-0/+151
* | Add missing FloatUtil.invertMatrix(..) unit test, which impl. changed w/ comm...Sven Gothel2014-06-281-0/+262
* | Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450...Sven Gothel2014-06-286-594/+581
* | Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati...Sven Gothel2014-06-2719-1239/+2096
* | GLU: Make ProjectFloat/ProjectDouble final and deprecate GLU.destroy() method.Sven Gothel2014-06-276-16/+10
|/
* Fix build if oculusvr-sdk submodule is missingSven Gothel2014-06-251-1/+1
* Bug 1021: OVR GlueGen Mapping: Handle non-existent native oculusvr lib gracef...Sven Gothel2014-06-252-20/+35
* Bug 1021: OVR GlueGen Mapping: Compile all generated C files, add missing C o...Sven Gothel2014-06-253-0/+9
* Bug 1021: Enhance OVR GlueGen Mapping / Adapt to GlueGen commit 9ee44e1a289ec...Sven Gothel2014-06-255-24/+86
* www .. c3d desc (2)Sven Gothel2014-06-201-1/+1
* www: shorten c3d desc.Sven Gothel2014-06-201-1/+1
* WWW: Update CCT's C3D EntrySven Gothel2014-06-203-12/+13
* Bug 1021: Add note about 'Oculus VR Rift SDK Software License' in LICENSE.txtSven Gothel2014-06-201-0/+16
* Bug 1021: Add OculusSDK binding (Bring-up on OSX w/ clang/clang++ ; Split nat...Sven Gothel2014-06-202-21/+55
* Bug 1021: Add OculusSDK binding / Basic OVR support (Bring-up on Windows w/ M...Sven Gothel2014-06-208-112/+74
* Bug 1021: Add OculusSDK binding / Basic OVR support (HowtoBuild.xml: Mention ...Sven Gothel2014-06-201-0/+5
* Bug 1021: Add OculusSDK binding / Basic OVR support (Refine build exclusion)Sven Gothel2014-06-193-5/+22
* Bug 1021: Add OculusSDK binding / Basic OVR supportSven Gothel2014-06-1917-34/+1130
* Bug 1021: Adding submodule oculusvr-sdk and adjust HowToBuild (git clone --re...Sven Gothel2014-06-193-1/+4
* Minor refinements: .gitignore HowToBuildSven Gothel2014-06-192-3/+3
* Adapt to GlueGen commit 2f6586292cd298bbc19d8acda0f7cf303c82078b (compount ca...Sven Gothel2014-06-187-7/+8
* Fix regression due to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37...Sven Gothel2014-06-178-26/+43
* Adapt to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37 (compount ca...Sven Gothel2014-06-173-71/+8
* Fix Bug 826 Regression caused by commit 41190c3830157abdf9649cbf7767e57108f55...Sven Gothel2014-06-134-62/+106
* Fix NEWT EDTUtil Deadlock on EDTUtil.start()Sven Gothel2014-06-126-26/+24
* Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...Sven Gothel2014-06-129-225/+254
* GraphUI Demo: Analyze issue w/ OSX and NewtCanvasAWT when rendering / animati...Sven Gothel2014-06-116-20/+55
* Graph RegionRenderer: Fix GL3 and ES3 GLSL issuesSven Gothel2014-06-115-33/+111
* Graph: Fix GLSL issue w/ ES3, add 'const float sample_count', since define SA...Sven Gothel2014-06-113-5/+7
* Bug 1011 / Bug 1012: GLMediaPlayer Audio/Video stuttering w/ OSX and OpenAL/J...Sven Gothel2014-06-117-16/+75
* Remove explicit xcode.clang property filesSven Gothel2014-06-111-30/+0