summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLProgram.java
Commit message (Expand)AuthorAgeFilesLines
* LLB refactoring.Michael Bien2011-05-271-2/+2
* CLKernel code review.Michael Bien2011-05-151-1/+1
* missing rewind()Michael Bien2011-04-271-0/+1
* switched from PointerBuffer to NativeSizeBuffer.Michael Bien2011-04-231-14/+15
* CLProgram.getSource() should not throw CLInvalidValueException if program doe...Michael Bien2011-04-201-1/+6
* CachedBufferFactory optimization in CLCommandQueue and CLProgram.create(binar...Michael Bien2011-02-271-6/+20
* code review using findbugsMichael Bien2011-02-271-3/+5
* fixed compiler redundant-casts warnings due to language level changes in glue...Michael Bien2011-02-131-1/+1
* reverted reference lock since its not needed.Michael Bien2011-01-221-3/+1
* missing buffer rewind in source upload code (bug id: #458).Michael Bien2011-01-211-4/+9
* paper work: license and file headers.Michael Bien2010-11-261-0/+28
* update due to changes in JDK7's ARM spec.Michael Bien2010-07-031-4/+0
* minor refactorings and updates.Michael Bien2010-06-271-10/+0
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst...Michael Bien2010-05-311-12/+11
* improved concurrent load test (disabled by default) and confirmed that cl pro...Michael Bien2010-05-301-5/+18
* CLBuildListener functionality for high level bindings.Michael Bien2010-05-021-7/+77
* implemented low level BuildProgramCallbacks.Michael Bien2010-04-251-1/+1
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-22/+48
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-0/+682