Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | patch removed | Carsten Weisse | 2006-10-18 | 1 | -1/+0 |
| | |||||
* | switch to joal 1.0b01 (new libraries, API changes, tested on MacBook Pro ↵ | Carsten Weisse | 2006-10-18 | 21 | -187/+40 |
| | | | | (univeral binaries)) TODO * joal via webstart from sun | ||||
* | (only for testing and history) | Carsten Weisse | 2006-10-07 | 11 | -0/+8858 |
| | |||||
* | changed compiler settings and eclipse code style warnings | Carsten Weisse | 2006-10-07 | 2 | -4/+4 |
| | |||||
* | add the jsr231/jogl.jar to classpath | Carsten Weisse | 2006-10-07 | 1 | -1/+2 |
| | |||||
* | jsr231 1.0.0 libs (alias jogl) | Carsten Weisse | 2006-10-07 | 11 | -0/+0 |
| | |||||
* | add a second library path | Carsten Weisse | 2006-10-07 | 1 | -0/+1 |
| | |||||
* | only for testing | Carsten Weisse | 2006-10-07 | 1 | -0/+815 |
| | |||||
* | merge with current HEAD | Carsten Weisse | 2005-12-25 | 89 | -6454/+7269 |
| | |||||
* | use a hash map to find the images by name (faster) | Carsten Weisse | 2005-11-19 | 1 | -26/+19 |
| | |||||
* | moved to opengl package | Carsten Weisse | 2005-11-15 | 2 | -0/+617 |
| | |||||
* | using the fast renderer impl | Carsten Weisse | 2005-11-15 | 3 | -6/+6 |
| | | | | TODO extract an interface | ||||
* | this is the refactored (old lwjgl) renderer impl | Carsten Weisse | 2005-11-15 | 11 | -0/+9134 |
| | |||||
* | package removed | Carsten Weisse | 2005-11-15 | 25 | -18672/+0 |
| | |||||
* | package removed and replaced with render.basic | Carsten Weisse | 2005-11-15 | 12 | -9759/+0 |
| | |||||
* | moved to render.opengl | Carsten Weisse | 2005-11-15 | 9 | -2603/+0 |
| | |||||
* | new render drivers (alpha see TODO) | Carsten Weisse | 2005-11-14 | 4 | -54/+571 |
| | |||||
* | this is the refactored (old jogl) renderer impl | Carsten Weisse | 2005-11-14 | 12 | -0/+9683 |
| | |||||
* | OpenGL driver implementations for jogl, lwjgl and jsr231 | Carsten Weisse | 2005-11-14 | 9 | -0/+2430 |
| | |||||
* | new jogl libs (jsr231 build 12.11.2005) | Carsten Weisse | 2005-11-13 | 7 | -0/+0 |
| | | | | with current API changes | ||||
* | code cleanup. use Defines instead of Globals | Carsten Weisse | 2005-11-13 | 4 | -22/+23 |
| | | | | (Defines contains all constants) | ||||
* | experimental jsr231 (javax.media.opengl API) | Carsten Weisse | 2005-10-31 | 5 | -0/+0 |
| | |||||
* | use the JoglGL instance and jogl code path | Carsten Weisse | 2005-10-24 | 1 | -2/+2 |
| | |||||
* | use the JoglGL instance | Carsten Weisse | 2005-10-24 | 1 | -2/+2 |
| | |||||
* | only for tests (fastjogl code path with lwjgl impl) | Carsten Weisse | 2005-10-24 | 1 | -2/+2 |
| | |||||
* | now JoglGL works with JoglBase | Carsten Weisse | 2005-10-24 | 4 | -143/+174 |
| | |||||
* | now uses QGL interface for OpenGL calls | Carsten Weisse | 2005-10-24 | 10 | -384/+414 |
| | |||||
* | add R_Init() with default xpos, ypos to 0, 0 | Carsten Weisse | 2005-10-24 | 1 | -1/+5 |
| | |||||
* | copy only what's needed | Carsten Weisse | 2005-10-24 | 1 | -4/+4 |
| | |||||
* | code cleanup | Carsten Weisse | 2005-10-24 | 1 | -5/+5 |
| | |||||
* | old code removed | Carsten Weisse | 2005-10-24 | 1 | -5/+1 |
| | |||||
* | modified to use the QGL interface | Carsten Weisse | 2005-07-16 | 9 | -460/+419 |
| | |||||
* | gl call delegation | Carsten Weisse | 2005-07-16 | 10 | -453/+452 |
| | |||||
* | new factory method | Carsten Weisse | 2005-07-16 | 1 | -67/+91 |
| | |||||
* | this impl counts the OpenGL calls per frame | Carsten Weisse | 2005-07-16 | 1 | -0/+309 |
| | | | | (output after glFlush()) | ||||
* | extends the LWJGLBase | Carsten Weisse | 2005-07-16 | 1 | -2/+2 |
| | |||||
* | implementation of QGL | Carsten Weisse | 2005-07-16 | 1 | -1/+27 |
| | |||||
* | this is now an interface | Carsten Weisse | 2005-07-16 | 1 | -382/+78 |
| | |||||
* | GL constants | Carsten Weisse | 2005-07-16 | 1 | -0/+308 |
| | |||||
* | all renderers are using the same code path | Carsten Weisse | 2005-07-10 | 4 | -51/+24 |
| | | | | (currently experimental) | ||||
* | modifications to use the QGL interface. | Carsten Weisse | 2005-07-10 | 11 | -685/+662 |
| | | | | all lwjgl specific code is removed | ||||
* | set a default value (version 1.1) | Carsten Weisse | 2005-07-10 | 1 | -2/+6 |
| | | | | if parsing fails too | ||||
* | sub set of OpenGL and the impls (jogl, lwjgl) | Carsten Weisse | 2005-07-10 | 4 | -0/+1301 |
| | |||||
* | ignore directory doc (javadoc) | Carsten Weisse | 2005-07-10 | 1 | -0/+1 |
| | |||||
* | my eclipse3.1 settings | Carsten Weisse | 2005-07-10 | 2 | -0/+309 |
| | |||||
* | This commit was manufactured by cvs2svn to create branch 'render- | cvs2svn | 2005-07-01 | 0 | -0/+0 |
|\ | | | | | refactoring'. | ||||
| * | This commit was manufactured by cvs2svn to create branch 'hoz'. | cvs2svn | 2005-06-24 | 38 | -1700/+1505 |
| |\ | |||||
| * | | This commit was manufactured by cvs2svn to create branch 'r_0_9_4'. | cvs2svn | 2005-05-17 | 0 | -0/+0 |
| | | | |||||
* | | | new build requirements | Holger Zickner | 2005-07-01 | 2 | -3/+5 |
| | | | |||||
* | | | remove timer hack and use new Timer classes | Holger Zickner | 2005-07-01 | 12 | -67/+46 |
| | | |