Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adapt to latest JOGL changes (commit: ↵ | Sven Gothel | 2012-02-24 | 5 | -17/+12 |
| | | | | a4c7bf0420e369e71561d2847f2fc444ce5abafa, d97c54896d349e8a22c9cafec75c62476c16fdd1) | ||||
* | Seperate dualDepthPeeling obj data; Add data anchor class | Sven Gothel | 2012-02-18 | 4 | -4/+11 |
| | |||||
* | JOGL'fy dualDepthPeeling demo (Using JOGL ShaderState/Code/Program) | Sven Gothel | 2012-02-18 | 4 | -461/+265 |
| | |||||
* | unify shader names(2) | Sven Gothel | 2012-02-18 | 26 | -0/+0 |
| | |||||
* | unify shader names | Sven Gothel | 2012-02-18 | 26 | -0/+0 |
| | |||||
* | Merge pull request #2 from abokinsky/master | Sven Gothel | 2012-02-15 | 30 | -0/+1751340 |
|\ | | | | | Dual Depth Peeling Dragon Demo | ||||
| * | Package and load path changes | Alexandra Bokinsky | 2011-03-15 | 3 | -3/+15 |
| | | |||||
| * | Port of NVIDIA OpenGL Dual Depth Peeling demo. | Alexandra Bokinsky | 2011-03-15 | 30 | -0/+1751328 |
| | | | | | | | | http://developer.download.nvidia.com/SDK/10.5/opengl/samples.html | ||||
* | | Gears: Remove initSingleton() | Sven Gothel | 2012-01-22 | 1 | -3/+0 |
| | | |||||
* | | Adding Tennis Demo | Alexey Fofonov | 2012-01-19 | 6 | -0/+920 |
| | | |||||
* | | Remove JOGLNewtApplet1Run/Base - Promoted to JOGL | Sven Gothel | 2011-12-20 | 2 | -402/+0 |
| | | |||||
* | | Adapt to JOGL commit bafd9b99816f55c105230a59211caf13f0315910v2.0-rc4 | Sven Gothel | 2011-11-27 | 1 | -1/+1 |
| | | |||||
* | | Add pos/size/translucency/above to JOGL Applet Runner | Sven Gothel | 2011-09-15 | 2 | -14/+80 |
| | | |||||
* | | Adapt to JOGL commit 7f2da7bb878813817efab0eb01bbf274065ef6c6 | Sven Gothel | 2011-08-30 | 5 | -11/+11 |
| | | |||||
* | | Adapt to commit 55dae6968075cd082f7a9b8060f0912669e7aa78 | Sven Gothel | 2011-08-22 | 2 | -6/+6 |
| | | |||||
* | | Adapt to latest jogl commit 6c346d98f04e2355210960fe9ffde47432f04d62 | Sven Gothel | 2011-08-22 | 4 | -13/+13 |
| | | |||||
* | | FixedFuncUtil.getFixedFuncImpl() -> FixedFuncUtil.wrapFixedFuncEmul() | Sven Gothel | 2011-08-01 | 8 | -8/+8 |
| | | |||||
* | | Fixes for latest jogl/gluegen (FileUtil/Locator -> IOUtil) | Sven Gothel | 2011-06-26 | 5 | -11/+13 |
| | | |||||
* | | sync w/ JOGL 526ea7a3fb579f88a0c0a1e597387aae29d5aa06 | Sven Gothel | 2011-05-17 | 2 | -10/+12 |
| | | |||||
* | | sync w/ jogl e007bb306124411e0232e51d16aa493cbd361f74 | Sven Gothel | 2011-04-26 | 35 | -197/+198 |
| | | |||||
* | | Adapt to FBObject jogl changes b44288b26e8ac6de0593db349725c2a288bb520a | Sven Gothel | 2011-04-05 | 3 | -55/+131 |
|/ | |||||
* | Adapt impl namespace change jogl: 360b6716f68b44b28fd8c4f8e61ab86d5a56738b | Sven Gothel | 2011-02-09 | 6 | -8/+8 |
| | |||||
* | Adapt CapabilitiesChooser.chooseCapabilities() changes of JOGL ↵ | Sven Gothel | 2011-01-31 | 2 | -11/+13 |
| | | | | 8adc04788a6d9dd44de5a4636b46d14dbb70b799 | ||||
* | Add NEWT WindowListener.windowDestroyed() ↵ | Sven Gothel | 2010-12-23 | 8 | -8/+18 |
| | | | | e7778124162aef7004e040dded5de1eaf5e1ece4 | ||||
* | Unique ZIP archive name ; Gears main init sequence | Sven Gothel | 2010-12-19 | 1 | -11/+20 |
| | |||||
* | Fix joal/gears applet demo | Sven Gothel | 2010-12-16 | 2 | -2/+10 |
| | |||||
* | Update GearsJOALApplet: Depending on joal build; incl joal snippet, remove ↵ | Sven Gothel | 2010-12-13 | 2 | -2/+293 |
| | | | | joal/joal-demos jar files. | ||||
* | Add GearsApplet applet lifecycle message | Sven Gothel | 2010-12-12 | 1 | -0/+10 |
| | |||||
* | Adapt JOGL API Cleanup: 4b9ad2508ff31a03d3bc4482d812a6cbc0c5c33b | Sven Gothel | 2010-12-03 | 5 | -9/+10 |
| | |||||
* | Fix context sharing demo, ie the shared context must be available ↵ | Sven Gothel | 2010-12-03 | 1 | -25/+15 |
| | | | | (addNotify) before it can be retrieved. | ||||
* | Adapt to JOGL 597007fc23fbf86e036629b6c6b157e0e0506715 | Sven Gothel | 2010-11-28 | 1 | -1/+1 |
| | |||||
* | Adapt to JOGL 7262641429b542929efc699e392f410f1dee2187 | Sven Gothel | 2010-11-23 | 9 | -19/+22 |
| | |||||
* | Accomodate JOGL changes up to ce24d32178106baa16e84f016192441ce45845a7 | Sven Gothel | 2010-10-29 | 12 | -25/+25 |
| | |||||
* | Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: ↵ | Sven Gothel | 2010-10-14 | 42 | -225/+376 |
| | | | | Applet's with native NEWT support, ie jogl-newt-applet-runner-gears.html | ||||
* | syn with JOGL 018c7e8660dc0af68bd129be9af5094d04d0b431 | Sven Gothel | 2010-10-08 | 2 | -3/+3 |
| | |||||
* | Picking unsigned integer handling fix. | Sven Gothel | 2010-09-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Julien Gouesse send me this patch to the jogamp ML on 2010-09-09 16:24 Thu +0200: Picking.java is a provided example of JOGL 2 here: http://jogamp.org/jogl-demos/src/demos/misc/Picking.java http://jogamp.org/jogl-demos/src/demos/misc/Picking.java The both lines above are wrong: z1 = (float) buffer.get(offset) / 0x7fffffff; offset++; z2 = (float) buffer.get(offset) / 0x7fffffff; offset++; Actually, the select buffer contains 32-bits unsigned integers stored into 32-bits signed integers. Then, the last digit is wrongly used as a sign bit. As Java has no unsigned type, at least 33 bits are required to store these positive values with their sign. Therefore, the long type (64 bits) should be used. The both lines above often work correctly except when the depth values are bigger than 2^31. I assume that they have been copied from an example written in C++. We should rather do this: z1 = (float) (buffer.get(offset)& 0xffffffffL) / 0x7fffffff; offset++; z2 = (float) (buffer.get(offset)& 0xffffffffL) / 0x7fffffff; offset++; | ||||
* | Sync with JOGL: 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0 | Sven Gothel | 2010-09-23 | 22 | -59/+59 |
| | |||||
* | Add GL 3.3, 4.0 and 4.1 info - JOGL: ca119c97340caf325cd682c5fdbe8f794a35ac0e | Sven Gothel | 2010-08-24 | 1 | -0/+73 |
| | |||||
* | Fixes against JOGL a4b16ad544f3f7872f15e52d7ada7dc1e506d333 | Sven Gothel | 2010-07-16 | 11 | -30/+20 |
| | |||||
* | Adding GLProfile.initSingleton() call, ensuring [multithreading] ↵ | Sven Gothel | 2010-06-10 | 37 | -2/+143 |
| | | | | intitialization can be done in time | ||||
* | Changes according to JOGL 811bd23ed37e392abb349f850a0b1dac635d021e | Sven Gothel | 2010-05-28 | 6 | -6/+6 |
| | |||||
* | Fixes for JOGL changes 6e599a2696f878786783e0fea17534e67655a5c9 | Sven Gothel | 2010-05-21 | 12 | -12/+12 |
| | |||||
* | Fix NewtFactory usage | Sven Gothel | 2010-05-05 | 1 | -1/+1 |
| | |||||
* | Adaption to JOGL 1ad8c39df6b097c80ba7a85badf555e7f669cc3f | Sven Gothel | 2010-04-24 | 18 | -19/+16 |
| | |||||
* | Fix: delete Newt window completly (deep) | Sven Gothel | 2010-04-23 | 2 | -2/+9 |
| | |||||
* | Add win32 script, misc stuff .. | Sven Gothel | 2010-04-21 | 3 | -1/+8 |
| | |||||
* | Show GLContext GL Version | Sven Gothel | 2010-04-16 | 1 | -0/+2 |
| | |||||
* | Fixes to match JOGL 2ae28d54858ff684bc2368e0476a7a357dc63432 | Sven Gothel | 2010-04-15 | 7 | -13/+35 |
| | |||||
* | fixed imports to fix build. | Michael Bien | 2010-04-08 | 10 | -10/+10 |
| | |||||
* | Adaptions to jogl:1a2a54a83a9adb95b4bfe9c337751acbef0cb0d3 ↵ | Sven Gothel | 2010-03-30 | 1 | -0/+7 |
| | | | | gluegen:7220416bcef3140883d3966d921442feae3107c4 ; Fix build.xml: using rootrel.build |