aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added demo GPU Resolution Indep UI - Button;Rami Santina2011-04-086-1/+732
* TextRenderer - createString exposed; Renderer - added scale();Rami Santina2011-04-083-1/+13
* Fix: AABBox setLow/setHigh call resize; removes possible call errorRami Santina2011-04-081-4/+4
* Added getBounds impl to region, returning AABBoxRami Santina2011-04-083-2/+24
* Fix: DEBUG field (regression)Sven Gothel2011-04-052-3/+4
* Fix: shaderProgram.program(); glBindAttribLocation() call; dispose/disposeImp...Sven Gothel2011-04-055-13/+32
* Fix: Use new FBObject; Use shaderProgram.program() instead of shaderProgram.id()Sven Gothel2011-04-051-65/+30
* ShaderProgram: Add 'init(GL2ES2)', allowing GL program object creation before...Sven Gothel2011-04-051-0/+21
* GLContext: Added java.debug.DebugGL and java.debug.TraceGL to enable debug an...Sven Gothel2011-04-052-5/+16
* Make FBObject more generic, split FBO/tex and depth/stencil attachements. All...Sven Gothel2011-04-051-67/+174
* Fix: p1y region set to 0.5, cleaned shaderRami Santina2011-04-023-9/+6
* all.ide: add one.dir to update build/jar/Sven Gothel2011-04-021-1/+1
* Jogl build: Rebuild jar files if shaders were updatedSven Gothel2011-04-022-2/+11
* Fix: removing fragments with w=0 is producing dimples with msaaRami Santina2011-04-021-1/+1
* Fragment Shader enhancement + clean-up;Rami Santina2011-04-023-22/+20
* Rendered: +enable(GL, bool) ; dumpFontNames..Sven Gothel2011-04-014-4/+16
* archive tga resultsSven Gothel2011-04-012-0/+9
* Font Names: Expose name indices allowing user to pick all names ..Sven Gothel2011-04-016-42/+34
* Graph Unit tests must have NEWT in the name / Also added UI lockingSven Gothel2011-04-013-7/+9
* more text in text demosSven Gothel2011-04-012-51/+87
* Load fonts via File or URL .Sven Gothel2011-04-015-29/+97
* Font: +getName / +getAllNames / +isPrintableCharacterSven Gothel2011-04-015-3/+61
* Add graph shaders and fonts ..Sven Gothel2011-04-012-3/+18
* Remove HashCode util and its usageSven Gothel2011-04-012-206/+3
* integrated typecast into jogamp. treeSven Gothel2011-04-01113-172/+200
* Folded typecast into jogl folderSven Gothel2011-04-01105-0/+0
* Folded turtle2d into jogl foldersSven Gothel2011-04-01184-112/+70
* Merge turtle2d in it's subdifrectory for later relocationSven Gothel2011-04-01183-0/+26479
|\
| * Final core and demo changes for jogl mergeSven Gothel2011-04-0127-534/+700
| * Inclass Documentation cleanup of public APIRami Santina2011-03-317-31/+65
| * Fix: Outline over triangulation.Rami Santina2011-03-313-15/+16
| * Text Demo listener: Use keycode instead of keycharRami Santina2011-03-301-3/+3
| * Merge branch 'master' of ssh://jogamp.org/data/tmp/cache/jogl-turtle2dSven Gothel2011-03-303-11/+3
| |\
| | * Temp: updated Testcases to onscreenRami Santina2011-03-302-4/+2
| | * Set relative texSize to RegionDemo02Rami Santina2011-03-301-7/+1
| * | VBORegion2PGL3 -> VBORegion2PES2Sven Gothel2011-03-302-66/+73
| |/
| * Merge with sgothelRami Santina2011-03-3014-196/+188
| |\
| | * Remove generics notion of Type<Vertex>, since Vertex _is_ the lowest denomina...Sven Gothel2011-03-3014-192/+185
| * | Fix: RegionRenderer TwoPass Renderering, fix methodnames in RendererRami Santina2011-03-304-6/+10
| * | Merge branch 'master' of ssh://jogamp.org/data/tmp/cache/jogl-turtle2dRami Santina2011-03-302-6/+7
| |\|
| | * Demo/Test: Use public APISven Gothel2011-03-301-3/+2
| | * Avoid NPE in Screenshot/ReadBufferUtilSven Gothel2011-03-301-3/+5
| * | Merge chnages with sgothelRami Santina2011-03-3018-1143/+1513
| |\|
| | * Refactor: Public *Renderer / Unify Region Demos / Using own Screenshot (non A...Sven Gothel2011-03-3018-1143/+1513
| * | Added inclass documentation to AABBox; Misc changesRami Santina2011-03-304-39/+88
| * | Added inclass comments to OutlineShapeRami Santina2011-03-305-56/+136
| |/
| * Renamed Hw*Renderer -> *RendererSven Gothel2011-03-306-19/+19
| * Relocate Hw*Renderer -> opengl subpackageSven Gothel2011-03-307-13/+11
| * Import: Ubuntu Font Family 0.71.2, http://font.ubuntu.com/ - Ubuntu Font Lice...Sven Gothel2011-03-3016-0/+551
| * Font Refactoring ; Misc Changes ; Demo/Test UpdateSven Gothel2011-03-3022-328/+688