aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units: Re...Sven Gothel2014-05-2219-56/+68
* Bug 742 HiDPI: [Core API Change] Distinguish window-units and pixel-units; Ad...Sven Gothel2014-05-2182-247/+247
* Bug 801: Split GraphUI's TextureButton: TextureSeqButton (Base) and it's deri...Sven Gothel2014-05-1911-240/+459
* Minor edits: Fix comments / API-docsSven Gothel2014-05-191-0/+27
* TestVersionSemanticsNOUI: Derive from JunitTracerSven Gothel2014-05-141-2/+2
* Unit Test: Added Semantic Version Test (Current version agains v2.1.5)Sven Gothel2014-05-131-0/+114
* Fix MovieCube/MovieSimple Graph-Text Usage: Add Alpha Blending otherwise shad...Sven Gothel2014-05-092-4/+4
* Reduce jar-size / cleanup: Replace 1 kB test-ntsc01-57x32.png w/ 400kB test-n...Sven Gothel2014-04-105-50/+52
* Bug 801: Introd. RenderState.BITHINT_GLOBAL_DEPTH_TEST_ENABLED hinting to dea...Sven Gothel2014-04-106-0/+6
* Bug 801: LabelButton uses DEFAULT_2PASS_LABEL_ZOFFSET in any mode, due to dis...Sven Gothel2014-04-093-38/+23
* VectorUtil: Fix method names, i.e. use type-suffix in end of function for cla...Sven Gothel2014-04-091-50/+50
* Bug 801: Region Dirty Update; TextureSequence GLMediaPlayer Fix; Blending Fix ;Sven Gothel2014-04-0910-285/+586
* Add TextureSequence.isTextureAvailable(), allowing triggering action only whe...Sven Gothel2014-04-091-0/+3
* Bug 801: Fix regressions from 9c71f276d1fcc87b69b413847fd1da34b30d0932 (UISha...Sven Gothel2014-04-043-17/+18
* Bug 801: Cleanup shader-program location/data update ; Add COLORTEXTURE + Tex...Sven Gothel2014-04-0420-205/+357
* Bug 801: Reduce temp. object creation, i.e. GC loadSven Gothel2014-04-026-22/+34
* Bug 801: WIP 2/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-0220-143/+167
* Bug 801: WIP 1/2 - Add color attribute; Switch Shader instead of branching in...Sven Gothel2014-04-0123-287/+348
* Demos MovieCube/Simple: Update video URLs .. since download.blender.org seems...Sven Gothel2014-03-2615-69/+52
* MovieCube/Simple on Android/GLES: Cache FPS Region (updated only each second)...Sven Gothel2014-03-263-18/+39