summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/util/CLUtil.java
Commit message (Collapse)AuthorAgeFilesLines
* LLB refactoring.Michael Bien2011-05-271-1/+1
| | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes
* device names no longer corrupted on windows.Michael Bien2011-02-041-3/+8
|
* paper work: license and file headers.Michael Bien2010-11-261-0/+28
|
* added com.jogamp.util.CLInfo.Michael Bien2010-09-071-67/+80
| | | | | introduced CLProperty annotation for CLDevice and CLPlatform properties. fixed bug in CLVersion.
* misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc.Michael Bien2010-07-041-2/+3
|
* added CLVersion utility class and corresponding API.Michael Bien2010-06-241-1/+2
| | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest.
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵Michael Bien2010-04-121-0/+119
team player ;).