summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLContext.java
Commit message (Collapse)AuthorAgeFilesLines
* implemented low level BuildProgramCallbacks.Michael Bien2010-04-251-2/+2
| | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest
* CLGLContext.create() makes GLContext current.Michael Bien2010-04-241-17/+21
| | | | | made CLContext.release() more bulletproof. added CLGLTest.
* dynamic binding for OpenGL specific functionality.Michael Bien2010-04-241-1/+1
|
* CLContext should not throw NPE in create(...) if a device or device type is ↵Michael Bien2010-04-221-4/+12
| | | | null.
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-3/+3
| | | | began with CLKernel testcase.
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+504
team player ;).