aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLProgram.java
Commit message (Collapse)AuthorAgeFilesLines
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵Michael Bien2010-05-311-12/+11
| | | | systems are now supported again.
* improved concurrent load test (disabled by default) and confirmed that cl ↵Michael Bien2010-05-301-5/+18
| | | | | | programs can't be built concurrently. CLProgram uses ReentrantLock to put synchronous and asynchronous calls to clBuildProgram(...) in a squence.
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-021-7/+77
| | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds
* implemented low level BuildProgramCallbacks.Michael Bien2010-04-251-1/+1
| | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-22/+48
| | | | began with CLKernel testcase.
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+682
team player ;).