aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix: RenderingDemo with MULTI_PASS doesnt uses MSAARami Santina2011-03-253-8/+3
| * Fix: GPUTextnewtDemo02 showing r2t algo outputRami Santina2011-03-251-2/+4
| * Refactored Vertex Point PointTex GraphPoint namingsRami Santina2011-03-2530-276/+238
| * updated file namesSven Gothel2011-03-251-5/+5
| * Make com.jogamp.graph.geom.plane non public: jogamp.graph.geom.plane, this in...Sven Gothel2011-03-2514-30/+74
| * Add LICENSE fileSven Gothel2011-03-251-0/+90
| * Add initial GPU based curve rendering implementation, utilizing TTF fonts and...Rami Santina2011-03-2523-0/+4637
| * Add com.jogamp.graph.geom typesSven Gothel2011-03-258-0/+874
| * Add generic Font and impl TypecastFont.Sven Gothel2011-03-258-0/+999
| * Fitting of jogamp.graph.geom.plane: double -> float, package location, use Po...Sven Gothel2011-03-256-392/+325
| * Imported part of Harmony's awt.geom impl. 6.0-r991881, http://harmony.apache....Sven Gothel2011-03-257-0/+2277
| * Minor changes, OTGlyph: remove redundant/errorneous add-on points (origin, ad...Sven Gothel2011-03-252-14/+32
| * Import Typecast r106, http://typecast.dev.java.net/ - Apache License, Version...Sven Gothel2011-03-25105-0/+15812
* Newt X11: keyPress/Release must use upper case XP_ values to match VK_ ; Set ...Sven Gothel2011-03-301-50/+65
* ShaderCode: Remove redundant code (Use proper Locator variant)Sven Gothel2011-03-302-16/+5
* JAWTUtil: Just use 'sunToolkitClass' in local blockSven Gothel2011-03-271-6/+3
* Merge remote-tracking branch 'wwalker/2011-03-24-fix-Eclipse-jogl'Sven Gothel2011-03-271-3/+3
|\
| * Make jogl builder order match gluegen builder order.Wade Walker2011-03-261-3/+3
* | Merge remote-tracking branch 'wwalker/2011-03-24-fix-JAWTUtil-NPE'Sven Gothel2011-03-271-2/+2
|\ \
| * | Fix NPE caused by refactoring on 2/26/2011.Wade Walker2011-03-261-2/+2
| |/
* | Merge remote-tracking branch 'wwalker/2011-03-26-fix-classpath'Sven Gothel2011-03-271-1/+0
|\ \
| * | Remove platform-specific JAR from Eclipse classpath.Wade Walker2011-03-261-1/+0
| |/
* / FPSAnimator: Poor attempt to wait for threads EOL after pause/stopSven Gothel2011-03-271-0/+6
|/
* Promote GLDrawableFactory.getOrCreateSharedContext(..) to public.Sven Gothel2011-03-262-1/+101
* Fix unnecessary NPE in case of unrealized GLCanvas (getRequestedCapabilities())Sven Gothel2011-03-261-1/+1
* Fix Bug460 testSven Gothel2011-03-261-30/+7
* FPSAnimator: Avoid NPESven Gothel2011-03-251-6/+15
* Eclipse: Add swt-debug.jar to .classpathSven Gothel2011-03-251-0/+1
* Merge remote-tracking branch 'barcsikattila/bug_481'Sven Gothel2011-03-2115-0/+3201
|\
| * Fixing build errors on Solaris systems. FIX: 481Barcsik Attila2011-03-1215-0/+3201
* | Fix Bug #460 - GLCanvas NPESven Gothel2011-03-212-1/+84
* | Fix Bug #480 (attempt) - ATI + WinXP: make context current for ARB PFD querie...Sven Gothel2011-03-215-57/+169
* | Fix bug #479 - typoSven Gothel2011-03-201-1/+1
* | Refine getAvailableGLCapabilitiesImpl (XGL, WGL and EGL): Sort only if size > 1Sven Gothel2011-03-204-7/+5
* | Refine WGL_PIXEL_TYPE_ARB and GLX_RENDER_TYPE:Sven Gothel2011-03-204-19/+32
* | - LinkedList -> ArrayList (using tail) for O(1) operationSven Gothel2011-03-191-19/+23
* | Add @OverrideSven Gothel2011-03-192-0/+6
* | Cleanup JNI/JAWT C Header with copyright statementSven Gothel2011-03-1815-5496/+147
|/
* GLStateTracker code review:Michael Bien2011-03-051-23/+25
* Revert Gears: Remove static main, since junit tries to load references (AWT);...Sven Gothel2011-03-051-44/+0
* Fix MemoryObject: Remove unnecessary and slow hash collision actionSven Gothel2011-03-051-23/+3
* junit Gears: remove AWT GLCanvas from importSven Gothel2011-03-051-3/+2
* Fix GLStateTracker PixelStore popAttrib(): Only write new state if correspond...Sven Gothel2011-03-051-9/+19
* Sync Gears (jogl-demos)Sven Gothel2011-03-041-5/+66
* Add Version Applet/ linkSven Gothel2011-03-031-0/+4
* Merge remote-tracking branch 'remotes/mbien/master'v2.0-rc2Sven Gothel2011-03-022-355/+511
|\
| * added GL reference pages crawler script for automatic native-taglet.propertie...Michael Bien2011-02-282-355/+511
* | Fix public javadoc (add all com.jogamp.* packages)Sven Gothel2011-03-011-1/+1
* | tests for native SWTSven Gothel2011-03-012-2/+9
* | Tolerate pending/lazy native context creation at 1st makeCurrent (OSX).Sven Gothel2011-03-011-14/+29