summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/gl
Commit message (Expand)AuthorAgeFilesLines
* Bug 579: Use result value in checkForError(..) for CLGLTexture2d.createFromGL...Sven Gothel2013-10-124-29/+32
* Refine 7b21b5abb6373637eeeb270de05bb7472f70b853: Add CLGL.CL_CONTEXT_PROPERTY...Sven Gothel2013-10-121-21/+29
* Fixing some argument order issues; fixing creation of CLContext on Mac OS X w...Lixo Man2013-09-041-2/+2
* Fix copyright/author tagsedgeSven Gothel2011-06-281-2/+2
* Fix merge w/ latest mbien/edgeSven Gothel2011-06-281-9/+9
|\
| * Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen againSven Gothel2011-05-181-9/+9
* | internal refactoring to use new binding interfaces in highlevel api impl.Michael Bien2011-06-151-1/+1
* | CLContext uses now CLContextBinding interface.Michael Bien2011-05-282-4/+4
* | javadoc updates.Michael Bien2011-05-271-0/+7
* | LLB refactoring.Michael Bien2011-05-275-18/+35
|/
* using CL_CGL sharegroup for context creation on mac + enabled CLGLTest on macMichael Bien2011-04-261-2/+4
* - CLGLBuffer size must now be specified when the buffer is createdMichael Bien2011-04-262-17/+54
* more acquire/releaseGLObject methods, made CLGLObject interface public.Michael Bien2011-04-261-1/+6
* switched from PointerBuffer to NativeSizeBuffer.Michael Bien2011-04-231-9/+9
* fixed compiler redundant-casts warnings due to language level changes in glue...Michael Bien2011-02-131-1/+1
* changes do to package movement in jogl.Michael Bien2011-02-091-5/+5
* paper work: license and file headers.Michael Bien2010-11-267-0/+196
* fixed javadoc warnings.Michael Bien2010-11-211-5/+0
* CLGLContext.create() no longer makes the glcontext current.Michael Bien2010-11-211-1/+4
* JOGL: getNativeWindow -> getNativeSurface; modified CLGLTest to only use JOGL...Michael Bien2010-10-151-3/+3
* CLGLContext.create() makes GLContext current (restored old behavior).Michael Bien2010-09-181-1/+1
* removed CLContext factory methods with CLPlatform + CLDevice list combinations.Michael Bien2010-09-151-18/+12
* finished CLSubBuffer, added junit testcase, perf improvements and cleanup.Michael Bien2010-07-051-1/+1
* issue 400 typo in CLGLTexture2d with texture id.Michael Bien2010-06-241-1/+1
* simplification in CLGLContext due to cleanup in GLContext (jogl commit: dd040...Michael Bien2010-06-021-10/+7
* use getDisplayHandle for linux and Surface on windows for CLGL context creation.Michael Bien2010-05-311-3/+3
* added CLGLContext sharing support for EGLContexts.Michael Bien2010-05-241-11/+27
* finished main functionality of ErrorHandler impl.Michael Bien2010-05-041-6/+8
* CLGLContext.create() makes GLContext current.Michael Bien2010-04-241-0/+18
* dynamic binding for OpenGL specific functionality.Michael Bien2010-04-241-1/+0
* code review: improved exception messages to be more verbose whenever possible.Michael Bien2010-04-152-6/+3
* renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp t...Michael Bien2010-04-127-0/+607