Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added CLVersion utility class and corresponding API. | Michael Bien | 2010-06-24 | 1 | -0/+2 |
| | | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest. | ||||
* | improved concurrent load test (disabled by default) and confirmed that cl ↵ | Michael Bien | 2010-05-30 | 1 | -0/+2 |
| | | | | | | programs can't be built concurrently. CLProgram uses ReentrantLock to put synchronous and asynchronous calls to clBuildProgram(...) in a squence. | ||||
* | enabled CLGLTest again... give it another try with hudson. | Michael Bien | 2010-05-23 | 1 | -4/+6 |
| | |||||
* | dissabled CLGL test since there is currently no way to relyable determine if ↵ | Michael Bien | 2010-05-23 | 1 | -3/+4 |
| | | | | GLCL obj sharing is supported. | ||||
* | disabled callbacks temporary to be able to build on windows. | Michael Bien | 2010-05-12 | 1 | -0/+2 |
| | | | | fixed a few compiler warnings. | ||||
* | CLGLContext.create() makes GLContext current. | Michael Bien | 2010-04-24 | 1 | -0/+95 |
made CLContext.release() more bulletproof. added CLGLTest. |