summaryrefslogtreecommitdiffstats
path: root/src/demos
Commit message (Expand)AuthorAgeFilesLines
* Accomodate JOGL changes up to ce24d32178106baa16e84f016192441ce45845a7Sven Gothel2010-10-2912-25/+25
* Fix/Syn with JOGL 774138544e1eec3330309ad682fa05154a07ab8d ; Notably add: App...Sven Gothel2010-10-1442-225/+376
* syn with JOGL 018c7e8660dc0af68bd129be9af5094d04d0b431Sven Gothel2010-10-082-3/+3
* Picking unsigned integer handling fix.Sven Gothel2010-09-241-2/+2
* Sync with JOGL: 1c02f0eeb539ff5de7259b822893ab63a9cc3ab0Sven Gothel2010-09-2322-59/+59
* Add GL 3.3, 4.0 and 4.1 info - JOGL: ca119c97340caf325cd682c5fdbe8f794a35ac0eSven Gothel2010-08-241-0/+73
* Fixes against JOGL a4b16ad544f3f7872f15e52d7ada7dc1e506d333Sven Gothel2010-07-1611-30/+20
* Adding GLProfile.initSingleton() call, ensuring [multithreading] intitializat...Sven Gothel2010-06-1037-2/+143
* Changes according to JOGL 811bd23ed37e392abb349f850a0b1dac635d021eSven Gothel2010-05-286-6/+6
* Fixes for JOGL changes 6e599a2696f878786783e0fea17534e67655a5c9Sven Gothel2010-05-2112-12/+12
* Fix NewtFactory usageSven Gothel2010-05-051-1/+1
* Adaption to JOGL 1ad8c39df6b097c80ba7a85badf555e7f669cc3fSven Gothel2010-04-2418-19/+16
* Fix: delete Newt window completly (deep)Sven Gothel2010-04-232-2/+9
* Add win32 script, misc stuff ..Sven Gothel2010-04-213-1/+8
* Show GLContext GL VersionSven Gothel2010-04-161-0/+2
* Fixes to match JOGL 2ae28d54858ff684bc2368e0476a7a357dc63432Sven Gothel2010-04-157-13/+35
* fixed imports to fix build.Michael Bien2010-04-0810-10/+10
* Adaptions to jogl:1a2a54a83a9adb95b4bfe9c337751acbef0cb0d3 gluegen:7220416bce...Sven Gothel2010-03-301-0/+7
* modifications due to refactorings in gluegen and jogl.Michael Bien2010-03-2920-111/+99
* changes due to package rename in jogl.Michael Bien2010-03-2923-54/+37
* fixed jogl-demos since we moved some packages in jogl.Michael Bien2010-03-2823-44/+44
* modifications due to refactorings: com.sun.opengl -> com.jogamp.opengl.Michael Bien2010-03-2775-156/+156
* Adapted JOGL TextureData API changes (138a5b057e39a4738a2e82f370424a9a21aceea9)Sven Gothel2010-03-268-15/+23
* Tweak read buffer demoAwayFromSunSven Gothel2009-10-161-5/+8
* JOGLNewtAppletBase et al - no dispose event at destruction, since it's critic...Sven Gothel2009-10-124-8/+24
* ReadBuffer: Use temp file ; Use TextureIO ; JOGL 8f76db4364f66c36780e762e086a...Sven Gothel2009-10-113-8/+16
* JOGL changes ..Sven Gothel2009-10-105-95/+91
* demos.readbuffer.Main: Allow setting a booleanSven Gothel2009-10-051-1/+1
* Fix ReadBuffer ..Sven Gothel2009-10-053-5/+24
* ReadBuffer Demos: Use NetPbmTextureWriterSven Gothel2009-10-044-9/+16
* Add ReadBuffer Demos/ModuleTests; Incl. SurfaceUpdated Listener, ReadPixel to...Sven Gothel2009-10-0410-38/+814
* GLNewtRun: Add parenting re-pos/re-size test; JOGLNewtAppletBase: Remove GLPr...Sven Gothel2009-09-293-5/+28
* Fix generic no awt test caseSven Gothel2009-09-251-0/+1
* Add SWT exampleSven Gothel2009-09-241-0/+141
* Add tests ..Sven Gothel2009-09-141-1/+1
* Fixes and tested JOGLNewtApplet1Run/JOGLNewtAppletBaseSven Gothel2009-09-145-21/+41
* NEWT Applet work ..Sven Gothel2009-09-144-34/+337
* GLNewtRun: Added window/parent position/size testingSven Gothel2009-09-121-0/+31
* Test (demos.GLNewtRun) NEWT: Native window parenting (X11: OK); AWTWindow ext...Sven Gothel2009-09-123-2/+203
* Fix for NEWT Changes: GLWindow: remove ambigous create functions, ie with Win...Sven Gothel2009-09-1210-12/+33
* add JOGL_ALL_NOAWT configSven Gothel2009-09-111-0/+1
* GLInfo: Add nice OpenGL 3.[012] informationSven Gothel2009-08-051-5/+61
* RedSquare: '-debug' option enables Debug/Trace using new GLPipelineFactorySven Gothel2009-08-022-11/+42
* Fix windows start scripts (CVM/J2SE)Sven Gothel2009-07-312-4/+17
* RedSquare: Param '-vsync' -> '-swapi <integer>' ; Show getSwapInterval()sg2158892009-07-302-9/+20
* RedSquare: Add '-vsync' param; Use proper default GL2ES[12] profile.sg2158892009-07-302-5/+18
* Add CDC/CVM support ..sg2158892009-07-131-0/+33
* Improved interaction in ExaminerViewer to match Maya's cameraKenneth Russel2009-06-196-12/+12
* Fix pumpMessages() in NEWT demosSven Gothel2009-06-183-10/+11
* RedSquare: single thread / one-pump testSven Gothel2009-06-172-49/+156