aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/CLContext.java
Commit message (Expand)AuthorAgeFilesLines
* Fix unit test bugs on Mac OS X 64-bit.Wade Walker2014-02-081-8/+5
* CLContext.release: Avoid 'concurrency map modify exception'Sven Gothel2013-06-251-3/+7
* Fix copyright/author tagsedgeSven Gothel2011-06-281-2/+2
* Fix merge w/ latest mbien/edgeSven Gothel2011-06-281-13/+10
|\
| * Fix last merge of mbien/masterSven Gothel2011-06-281-4/+5
| |\
| * | Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen againSven Gothel2011-05-181-10/+10
* | | - added isReleased() to CLResource, made CLObject public.Michael Bien2011-06-191-1/+2
* | | internal refactoring to use new binding interfaces in highlevel api impl.Michael Bien2011-06-151-3/+3
* | | CLContext uses now CLContextBinding interface.Michael Bien2011-05-281-16/+18
* | | LLB refactoring.Michael Bien2011-05-271-5/+6
| |/ |/|
* | clarified stream closing in javadoc, initial capacity for StringBuilder.Michael Bien2011-05-181-4/+5
|/
* switched from PointerBuffer to NativeSizeBuffer.Michael Bien2011-04-231-10/+10
* fixed bug 491 "createImage3d incorrect arguments"Michael Bien2011-04-041-4/+4
* code review using findbugsMichael Bien2011-02-271-1/+3
* fixed compiler redundant-casts warnings due to language level changes in glue...Michael Bien2011-02-131-1/+1
* fixed NPE in CLContext.release() which was indroduced in last commit.Michael Bien2011-02-091-4/+9
* CLContext and CLPlatform are now threadsafe. Updated javadocs.Michael Bien2011-02-081-43/+69
* paper work: license and file headers.Michael Bien2010-11-261-0/+28
* better toString()Michael Bien2010-10-151-1/+3
* removed CLContext factory methods with CLPlatform + CLDevice list combinations.Michael Bien2010-09-151-13/+8
* update due to changes in JDK7's ARM spec.Michael Bien2010-07-031-4/+0
* image factory methods for CLContext.Michael Bien2010-06-281-0/+60
* minor refactorings and updates.Michael Bien2010-06-271-2/+2
* added CLContext.getSupportedImageFormats() methods and unit test.Michael Bien2010-06-251-1/+47
* changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit syst...Michael Bien2010-05-311-2/+1
* status should be an direct buffer.Michael Bien2010-05-121-1/+1
* finished main functionality of ErrorHandler impl.Michael Bien2010-05-041-11/+81
* implemented low level BuildProgramCallbacks.Michael Bien2010-04-251-2/+2
* CLGLContext.create() makes GLContext current.Michael Bien2010-04-241-17/+21
* 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 n...Michael Bien2010-04-221-4/+12
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-151-3/+3
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-121-0/+504