Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | the Renderer factory sets the right RenderAPI (fast or basic) for driver impls | Carsten Weisse | 2006-11-20 | 6 | -35/+48 |
| | |||||
* | sort functions | Carsten Weisse | 2006-11-20 | 1 | -19/+19 |
| | |||||
* | change to public (RenderAPI) | Carsten Weisse | 2006-11-20 | 5 | -20/+20 |
| | |||||
* | change to RenderAPI calls | Carsten Weisse | 2006-11-20 | 3 | -9/+9 |
| | |||||
* | implements RenderAPI | Carsten Weisse | 2006-11-20 | 1 | -3/+3 |
| | |||||
* | API interface for basic and fast renderer impl | Carsten Weisse | 2006-11-20 | 1 | -0/+52 |
| | |||||
* | replace AL_SOURCE_ABSOLUTE (no standard) | Carsten Weisse | 2006-11-19 | 1 | -2/+2 |
| | |||||
* | replace AL_SOURCE_ABSOLUTE (no standard) | Carsten Weisse | 2006-11-19 | 1 | -2/+2 |
| | |||||
* | 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 |