| Commit message (Expand) | Author | Age | Files | Lines |
* | OMX cleanup | Sven Gothel | 2008-12-01 | 2 | -21/+32 |
* | Add MovieCube | Sven Gothel | 2008-11-29 | 4 | -16/+607 |
* | Adding OpenMAX ES2 demo | Sven Gothel | 2008-11-27 | 6 | -0/+353 |
* | Reflect JOGL2 NEWT changes | Sven Gothel | 2008-11-26 | 10 | -71/+72 |
* | Incooperate cleaned up path | Sven Gothel | 2008-11-21 | 2 | -2/+2 |
* | Commented out reference to HDR demo to get JRefract to compile | Kenneth Russel | 2008-11-21 | 1 | -13/+16 |
* | Fixed bugs in extension query and exception reporting | Kenneth Russel | 2008-11-21 | 1 | -8/+7 |
* | Changed gleem to explicitly declare AWT dependencies. Updated all | Kenneth Russel | 2008-11-21 | 18 | -94/+115 |
* | Applied second jogl-demos patch from Michael Bien. Adjusted build.xml | Kenneth Russel | 2008-11-20 | 35 | -333/+358 |
* | GLInfo: Print drawable capabilities | Sven Gothel | 2008-11-19 | 1 | -0/+2 |
* | Added details to GLInfo / some function availibility checks | Sven Gothel | 2008-11-14 | 1 | -0/+11 |
* | Incorporated patch from Michael Bien fixing roughly 80% of compilation errors | Kenneth Russel | 2008-10-30 | 63 | -1748/+2238 |
* | Perftst: Texture (GL2 ok, ES2 ok) | Sven Gothel | 2008-09-02 | 1 | -2/+4 |
* | Perftst: Texture (GL2 ok, ES2 nok) | Sven Gothel | 2008-09-02 | 5 | -32/+44 |
* | PerfTextLoad (wip) | Sven Gothel | 2008-08-30 | 4 | -85/+132 |
* | Angeles VBO interleave test, 1 VBO per object; PerfTest Texture; misc changes | Sven Gothel | 2008-08-29 | 7 | -89/+1263 |
* | ES2.PerfTst: Uni - fix | Sven Gothel | 2008-08-21 | 1 | -1/+2 |
* | ES2.PerfTst: VBO-1-obj - skip enable/disable | Sven Gothel | 2008-08-21 | 1 | -3/+9 |
* | ES2.PerfTst: Fix avg fps | Sven Gothel | 2008-08-21 | 2 | -12/+14 |
* | Fix ES2 PerfTst for APX | Sven Gothel | 2008-08-21 | 4 | -9/+20 |
* | ES2 performance test: 1st draft | Sven Gothel | 2008-08-21 | 15 | -23/+769 |
* | Some performance test changes | Sven Gothel | 2008-08-19 | 3 | -17/+39 |
* | Fix Angeles blend and no-blend mode, .. | Sven Gothel | 2008-08-14 | 5 | -58/+116 |
* | Working: Angeles on ES2 | Sven Gothel | 2008-08-13 | 3 | -116/+106 |
* | Proper ES2 demo with precompiled shader (adding script) | Sven Gothel | 2008-08-12 | 1 | -0/+9 |
* | Proper ES2 demo with precompiled shader | Sven Gothel | 2008-08-12 | 7 | -479/+106 |
* | Ragdoll: lil tuning | Sven Gothel | 2008-08-12 | 4 | -7/+9 |
* | Ragdoll: drop gnu/trove; All: Enabling perf logging | Sven Gothel | 2008-08-12 | 8 | -91/+41 |
* | Added wince startup files, fixed jbullet for cdc | Sven Gothel | 2008-08-11 | 4 | -15/+30 |
* | update Cube and jbullet to work with ES20 fixed function pipeline | Sven Gothel | 2008-08-04 | 9 | -70/+593 |
* | Cube@ES2: use the texture shader, always | Sven Gothel | 2008-07-25 | 1 | -2/+2 |
* | ES 2: | Sven Gothel | 2008-07-25 | 11 | -83/+529 |
* | Initial jbullet commit - workin ragdoll for profiles (GLES1, GL2ES12 and GL2) | Sven Gothel | 2008-07-21 | 56 | -0/+10610 |
* | Initial jbullet commit - workin ragdoll for profiles (GLES1, GL2ES12 and GL2) | Sven Gothel | 2008-07-21 | 127 | -0/+18111 |
* | sync with new profile, more generic shell-script | Sven Gothel | 2008-07-21 | 1 | -0/+1 |
* | Sync against JOGL2 changes | Sven Gothel | 2008-07-18 | 4 | -25/+25 |
* | adding Info | Sven Gothel | 2008-07-11 | 1 | -0/+83 |
* | cubefbo working | Sven Gothel | 2008-07-11 | 7 | -420/+353 |
* | cubefbo clean | Sven Gothel | 2008-07-10 | 4 | -179/+131 |
* | Adding Angeles demo (ES1 and GL2ES1) | Sven Gothel | 2008-07-10 | 4 | -221/+868 |
* | Converted RedSquare demo to GLEventListener structure using Newt GLWindow | Kenneth Russel | 2008-06-30 | 1 | -132/+93 |
* | optional forced newt-awt usage | Sven Gothel | 2008-06-28 | 1 | -3/+19 |
* | Periodically release the OpenGL context to allow the AWT to dispatch | Kenneth Russel | 2008-06-27 | 1 | -0/+15 |
* | Added error checking during startup | Kenneth Russel | 2008-06-26 | 1 | -1/+6 |
* | show GL context | Sven Gothel | 2008-06-26 | 1 | -0/+1 |
* | This commit was manufactured by cvs2svn to create branch | First Last | 2008-06-25 | 1 | -2/+2 |
* | Fixes; Auto GL profile selection | Sven Gothel | 2008-06-25 | 1 | -2/+2 |
* | JOGL2 GLES1 NEWT X11 - RedSquare - working | Sven Gothel | 2008-06-25 | 3 | -20/+28 |
* | added fps 2 stdout, changed reshape .. | Sven Gothel | 2008-06-02 | 2 | -9/+32 |
* | Added CubeFBO demo | Kenneth Russel | 2008-06-02 | 8 | -0/+1322 |