Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 3 | -10/+25 |
| | | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds | ||||
* | fixed CLProgramTest on AMD platform + GPU device. | Michael Bien | 2010-05-01 | 1 | -5/+12 |
| | |||||
* | continued with callbacks. | Michael Bien | 2010-04-26 | 1 | -1/+1 |
| | | | | | - started with context error callback - finished build program callback | ||||
* | implemented low level BuildProgramCallbacks. | Michael Bien | 2010-04-25 | 1 | -5/+22 |
| | | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest | ||||
* | clGetExtensionFunctionAddress returns now a long. | Michael Bien | 2010-04-24 | 1 | -2/+2 |
| | |||||
* | CLGLContext.create() makes GLContext current. | Michael Bien | 2010-04-24 | 1 | -0/+95 |
| | | | | | made CLContext.release() more bulletproof. added CLGLTest. | ||||
* | CLContext should not throw NPE in create(...) if a device or device type is ↵ | Michael Bien | 2010-04-22 | 1 | -0/+27 |
| | | | | null. | ||||
* | fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized ↵ | Michael Bien | 2010-04-16 | 1 | -1/+5 |
| | | | | buffer size on 32bit systems, enabled test. | ||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 2 | -0/+35 |
| | | | | began with CLKernel testcase. | ||||
* | enabled LowLevelBindingTest again. | Michael Bien | 2010-04-13 | 1 | -99/+110 |
| | |||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 7 | -0/+1382 |
team player ;). |