Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update due to changes in JDK7's ARM spec. | Michael Bien | 2010-07-03 | 1 | -4/+0 |
| | | | | | added AutoCloseable dummy for backwards compatibility (won't be loaded when used with JDK7) can be further improved as soon we have extension methods. | ||||
* | image factory methods for CLContext. | Michael Bien | 2010-06-28 | 1 | -0/+60 |
| | |||||
* | minor refactorings and updates. | Michael Bien | 2010-06-27 | 1 | -2/+2 |
| | |||||
* | added CLContext.getSupportedImageFormats() methods and unit test. | Michael Bien | 2010-06-25 | 1 | -1/+47 |
| | |||||
* | changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵ | Michael Bien | 2010-05-31 | 1 | -2/+1 |
| | | | | systems are now supported again. | ||||
* | status should be an direct buffer. | Michael Bien | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | finished main functionality of ErrorHandler impl. | Michael Bien | 2010-05-04 | 1 | -11/+81 |
| | | | | | | - using event listener add/remove pattern instead add on context creation - context -> error handler object global reference mapping(TM) using LongLongMap in CLImpl - global ref is deleted on context release | ||||
* | implemented low level BuildProgramCallbacks. | Michael Bien | 2010-04-25 | 1 | -2/+2 |
| | | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest | ||||
* | CLGLContext.create() makes GLContext current. | Michael Bien | 2010-04-24 | 1 | -17/+21 |
| | | | | | made CLContext.release() more bulletproof. added CLGLTest. | ||||
* | dynamic binding for OpenGL specific functionality. | Michael Bien | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | CLContext should not throw NPE in create(...) if a device or device type is ↵ | Michael Bien | 2010-04-22 | 1 | -4/+12 |
| | | | | null. | ||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 1 | -3/+3 |
| | | | | began with CLKernel testcase. | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+504 |
team player ;). |