aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Bug 1036: NVidia Windows Driver 'Threaded optimization' workaround. [3/3]Sven Gothel2014-07-291-5/+9
* Bug 1037 - FBObject/GLFBODrawable: Do not assume using a TextureAttachment fo...Sven Gothel2014-07-286-69/+122
* Bug 1035 - Allow Gamma [Brightness, Contrast] settings to be performed on dis...Sven Gothel2014-07-271-0/+13
* Refine 'GLSharedContextSetter' test cases: Use 'setSharedAutoDrawable(sharedA...Sven Gothel2014-07-107-18/+17
* Bug 982: Adding test TGA file for confirmation - No bugSven Gothel2014-07-102-0/+13
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-107-85/+60
* Bug 801: Add Graph pass-2 shader for VBAA 'odd' sample countSven Gothel2014-07-092-8/+8
* Findbugs: Use inner static class where possibleSven Gothel2014-07-0810-11/+11
* Findbugs: Misc issues (Use private accessors of static fields; Use boolean op...Sven Gothel2014-07-082-5/+7
* Findbugs: Use 'float' division instead of integer for float resultsSven Gothel2014-07-083-3/+3
* Findbugs: Use AtomicInteger for synchronized increment accessSven Gothel2014-07-083-29/+38
* Findbugs: Misc minor issues (see below)Sven Gothel2014-07-088-43/+27
* Findbugs: Add comments that FB warnings are of no concern ..Sven Gothel2014-07-081-1/+1
* Findbugs: Remove dead-code / unused [temp] storage and it's assignmentSven Gothel2014-07-085-10/+12
* Findbugs.static_final_immutable: Use final qualifier for static immutable ins...Sven Gothel2014-07-0810-45/+45
* Findbugs.increment_volatile: Use AtomicInteger or add comment that operation ...Sven Gothel2014-07-086-67/+73
* Findbugs.minor: Fix 'array -> string', missing argumentSven Gothel2014-07-081-1/+1
* Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ...Sven Gothel2014-07-071-16/+65
* Fix FloatUtil.makePerspective(..): The tan(fovy/2) shall be used, not tan(fov...Sven Gothel2014-07-051-0/+2
* Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st...Sven Gothel2014-07-055-248/+1182
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-03423-8248/+8341
* Bug 1021: OVRSBSRenderer*: Add texture filtering parameter (bilinear/none), a...Sven Gothel2014-07-031-19/+41
* Bug 1021: Refine Stereo Rendering API and OculusVR implementing rendererSven Gothel2014-07-032-14/+56
* Bug 1021: Add OculusVR distortion renderer (single FBO and dual FBO); Add GLE...Sven Gothel2014-07-012-64/+308
* 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-293-1/+15
* Fix 'typo' in messages: 'Catched' -> 'Caught'Sven Gothel2014-06-287-12/+12
* 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-281-17/+17
* Enhance FloatUtil: Merge ProjectFloat features while adding optimized variati...Sven Gothel2014-06-279-200/+196
* GLU: Make ProjectFloat/ProjectDouble final and deprecate GLU.destroy() method.Sven Gothel2014-06-272-3/+1
* Fix regression due to GlueGen commit c3054a01990e55ab35756ea23ab7d7c05f24dd37...Sven Gothel2014-06-171-22/+23
* Fix Bug 826 Regression caused by commit 41190c3830157abdf9649cbf7767e57108f55...Sven Gothel2014-06-131-35/+68
* Fix NEWT EDTUtil Deadlock on EDTUtil.start()Sven Gothel2014-06-121-5/+6
* Fix Bug 1019 - Remedy of Bug 691 causes 'access/modify after free' and crashe...Sven Gothel2014-06-121-40/+40
* GraphUI Demo: Analyze issue w/ OSX and NewtCanvasAWT when rendering / animati...Sven Gothel2014-06-115-18/+53
* Graph RegionRenderer: Fix GL3 and ES3 GLSL issuesSven Gothel2014-06-112-2/+76
* GraphUI: Fix using multiple texture units w/ opt. colorTexUnit in GLRegionSven Gothel2014-06-091-2/+14
* Bug 741 HiDPI: Add ScalableSurface.getNativeSurfaceScale(..) to compute surfa...Sven Gothel2014-06-098-129/+218
* NEWT Window: Remove deprecated methods: HiDPI + reparentWindow(..)Sven Gothel2014-06-084-20/+25
* Bug 741 HiDPI: Simplify ScalableSurface (2): Add request pixelScale API entry...Sven Gothel2014-06-084-20/+28
* Bug 741 HiDPI: Simplify ScalableSurface [set|get]SurfaceScale(..) spec, which...Sven Gothel2014-06-084-24/+33
* Bug 741 HiDPI: Add ScalableSurface interface to get/set pixelScale w/ full OS...Sven Gothel2014-06-084-51/+291
* Bug 741 HiDPI: Add new NativeSurfaceHolder interface to GLDrawable and Native...Sven Gothel2014-06-0626-302/+304
* GraphUI: Fix label layout (absolute), add auto no-aa dpi threshold (200 dpi),...Sven Gothel2014-05-274-19/+237
* Bug 741 HiDPI: [Core API Change] Bring back get[Width|Height]() in NativeWind...Sven Gothel2014-05-274-14/+14
* Bug 1010 - Fix ES3.glPixelStorei and revalidate GLPixelStorageModesSven Gothel2014-05-261-23/+25
* Bug 1009: Refine test case (Add test06_GL3_Demo0Normal)Sven Gothel2014-05-261-9/+18
* Bug 741 HiDPI: Refine Monitor/Screen [virtual] Viewport Definition / Add NEWT...Sven Gothel2014-05-2628-508/+812
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-2311-354/+388