aboutsummaryrefslogtreecommitdiffstats
path: root/make/scripts
Commit message (Expand)AuthorAgeFilesLines
* Refine test ff5dba28610b4f680c9320e9e52669ed54d4de43: Perform context switch ...Sven Gothel2014-07-301-2/+2
* Bug 830 - Add Heuristics for to query whether GLDrawableUtil.swapGLContextAnd...Sven Gothel2014-07-302-5/+7
* Bug 1038 - Fix: Allow skipping detection of certain GLProfiles: Skip 'ARB_cre...Sven Gothel2014-07-301-2/+2
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip 'ARB_create_c...Sven Gothel2014-07-303-3/+7
* Bug 1038 - Allow skipping detection of certain GLProfiles: Skip native core p...Sven Gothel2014-07-291-2/+3
* Fix ShaderCode.es3_default_precision_fp: ES 3.x requires same precision for u...Sven Gothel2014-07-291-2/+2
* BuildComposablePipeline: Handle synthetic isGL* and getGL* more generic, allo...Sven Gothel2014-07-291-2/+7
* Bug 1036: NVidia Windows Driver 'Threaded optimization' workaround. [3/3]Sven Gothel2014-07-294-7/+12
* Bug 1016 - GLJPanel Offscreen FBO size may exceed GL MAX TEXTURE SIZE, only u...Sven Gothel2014-07-281-4/+5
* Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo...Sven Gothel2014-07-281-2/+2
* Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...Sven Gothel2014-07-272-4/+4
* Bug 1033: Guarantee atomicity of high-level GLAutoDrawable operations, avoidi...Sven Gothel2014-07-271-2/+3
* Bug 1024: Add fallback for native-jar-file location via classpathSven Gothel2014-07-111-2/+2
* Refine 'GLSharedContextSetter' test cases: Use 'setSharedAutoDrawable(sharedA...Sven Gothel2014-07-101-5/+3
* Bug 982: Adding test TGA file for confirmation - No bugSven Gothel2014-07-101-1/+2
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-101-3/+3
* Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ...Sven Gothel2014-07-071-0/+1
* Merge remote-tracking branch 'github-mark/master' (Bug 1023/Bug 1024)Sven Gothel2014-07-052-3/+3
|\
| * Attempt to remove aliasing from native libraries.Mark Raynsford2014-06-302-3/+3
* | Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st...Sven Gothel2014-07-051-1/+2
* | Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...Sven Gothel2014-07-011-1/+7
* | Bug 1027: Fix usage of atomic jar files (NEWT)Sven Gothel2014-06-292-9/+17
* | Enhance FloatUtil: More optimizations, concludes commit 0bded476868c5fdfe4450...Sven Gothel2014-06-281-0/+1
|/
* Bug 1021: Add OculusSDK binding / Basic OVR support (Bring-up on Windows w/ M...Sven Gothel2014-06-206-6/+7
* Bug 1021: Add OculusSDK binding / Basic OVR supportSven Gothel2014-06-191-1/+4
* Fix regression due to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37...Sven Gothel2014-06-171-2/+2
* Fix Bug 826 Regression caused by commit 41190c3830157abdf9649cbf7767e57108f55...Sven Gothel2014-06-132-4/+4
* Fix NEWT EDTUtil Deadlock on EDTUtil.start()Sven Gothel2014-06-121-2/+3
* Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...Sven Gothel2014-06-121-2/+2
* GraphUI Demo: Analyze issue w/ OSX and NewtCanvasAWT when rendering / animati...Sven Gothel2014-06-111-2/+2
* Graph RegionRenderer: Fix GL3 and ES3 GLSL issuesSven Gothel2014-06-111-11/+3
* Bug 1011 / Bug 1012: GLMediaPlayer Audio/Video stuttering w/ OSX and OpenAL/J...Sven Gothel2014-06-113-9/+20
* Remove explicit xcode.clang property filesSven Gothel2014-06-111-30/+0
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-091-1/+4
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-081-2/+2
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-083-4/+5
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-081-4/+12
* GraphUI: Fix label layout (absolute), add auto no-aa dpi threshold (200 dpi),...Sven Gothel2014-05-271-2/+4
* Bug 741 HiDPI: Add missing window -> pixel unit conversion in AWTNewtEventFac...Sven Gothel2014-05-271-3/+3
* Bug 741 HiDPI: Fix regression MIN_MONITOR_DEVICE_PROPERTIES: Adding missing '...Sven Gothel2014-05-272-4/+4
* Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModesSven Gothel2014-05-261-2/+8
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-231-3/+3
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-211-1/+2
* Bug 742 HiDPI: Add prelim HiDPI support to GLJPanel w/o API change and w/o fi...Sven Gothel2014-05-201-3/+6
* Bug 801: Split GraphUI's TextureButton: TextureSeqButton (Base) and it's deri...Sven Gothel2014-05-191-3/+3
* Unit Test: Added Semantic Version Test (Current version agains v2.1.5)Sven Gothel2014-05-132-7/+10
* JAWTWindow: Non intrusive workaround for Bug 1004 and providing AppContextInf...Sven Gothel2014-05-121-4/+4
* Add generic manual build script to test against distribution's default openjd...Sven Gothel2014-05-091-0/+29
* FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val...Sven Gothel2014-05-092-5/+5
* manual tests: Add exp. gluegen-rt-alt.jar to 'ALT' classpathSven Gothel2014-05-092-1/+6