Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove use of CL*Binding interfaces | Wade Walker | 2015-11-08 | 1 | -13/+11 |
| | | | In preparation for removing the interfaces themselves | ||||
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting ↵ | Sven Gothel | 2014-07-03 | 1 | -95/+96 |
| | | | | | | | | | | | | | c47bc86ae2ee268a1f38c5580d11f93d7f8d6e74) - Change non static accesses to static members using declaring type - Change indirect accesses to static members to direct accesses (accesses through subtypes) - Add final modifier to private fields - Add final modifier to method parameters - Add final modifier to local variables - Remove unnecessary casts - Remove unnecessary '$NON-NLS$' tags - Remove trailing white spaces on all lines | ||||
* | Minor editing: Remove static imports, using 'final' add some '@XXX' ↵ | Sven Gothel | 2014-02-21 | 1 | -67/+62 |
| | | | | | | decorations to remove warnings. Note 'static import' is evil .. :) | ||||
* | Bug 979: Add 'CL_DEVICE_MEM_BASE_ADDR_ALIGN' to CLDevice and overal maximum ↵ | Sven Gothel | 2014-02-21 | 1 | -0/+11 |
| | | | | | | to CLContext - Split CLBufferTest and use alignment. See Bug 979 for remaining issues and discussion. | ||||
* | Fix unit test bugs on Mac OS X 64-bit. | Wade Walker | 2014-02-08 | 1 | -8/+5 |
| | | | | | | | | This commit fixes bugs 959 (local work size set incorrectly), 960 (concurrencyTest() throws ConcurrentModificationException) 963 (programBinariesTest() causes SIGSEGV) and 964 (builderTest() cases CL_INVALID_VALUE). After this commit, all JOCL tests should pass on 64-bit Mac OS X. | ||||
* | CLContext.release: Avoid 'concurrency map modify exception' | Sven Gothel | 2013-06-25 | 1 | -3/+7 |
| | |||||
* | Fix copyright/author tagsedge | Sven Gothel | 2011-06-28 | 1 | -2/+2 |
| | |||||
* | Fix merge w/ latest mbien/edge | Sven Gothel | 2011-06-28 | 1 | -13/+10 |
|\ | |||||
| * | Fix last merge of mbien/master | Sven Gothel | 2011-06-28 | 1 | -4/+5 |
| |\ | |||||
| * | | Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again | Sven Gothel | 2011-05-18 | 1 | -10/+10 |
| | | | |||||
* | | | - added isReleased() to CLResource, made CLObject public. | Michael Bien | 2011-06-19 | 1 | -1/+2 |
| | | | | | | | | | - a CLResource will throw an Exception if released twice. | ||||
* | | | internal refactoring to use new binding interfaces in highlevel api impl. | Michael Bien | 2011-06-15 | 1 | -3/+3 |
| | | | |||||
* | | | CLContext uses now CLContextBinding interface. | Michael Bien | 2011-05-28 | 1 | -16/+18 |
| | | | |||||
* | | | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -5/+6 |
| |/ |/| | | | | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | | clarified stream closing in javadoc, initial capacity for StringBuilder. | Michael Bien | 2011-05-18 | 1 | -4/+5 |
|/ | |||||
* | switched from PointerBuffer to NativeSizeBuffer. | Michael Bien | 2011-04-23 | 1 | -10/+10 |
| | |||||
* | fixed bug 491 "createImage3d incorrect arguments" | Michael Bien | 2011-04-04 | 1 | -4/+4 |
| | |||||
* | code review using findbugs | Michael Bien | 2011-02-27 | 1 | -1/+3 |
| | | | keyset iterations, typos, @Override, synchronization, varargs | ||||
* | fixed compiler redundant-casts warnings due to language level changes in ↵ | Michael Bien | 2011-02-13 | 1 | -1/+1 |
| | | | | gluegen-rt. | ||||
* | fixed NPE in CLContext.release() which was indroduced in last commit. | Michael Bien | 2011-02-09 | 1 | -4/+9 |
| | |||||
* | CLContext and CLPlatform are now threadsafe. Updated javadocs. | Michael Bien | 2011-02-08 | 1 | -43/+69 |
| | |||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | better toString() | Michael Bien | 2010-10-15 | 1 | -1/+3 |
| | |||||
* | removed CLContext factory methods with CLPlatform + CLDevice list combinations. | Michael Bien | 2010-09-15 | 1 | -13/+8 |
| | | | | | | | | | | | | justification: - information is now no longer needed since every CLDevice knows its CLPlatform - OpenCL device IDs are not portable between CLPlatforms changes: - Context factories will throw CLInvalidPlatformException if the platform of all CLDevices does not match related changes: - [persistance] CLProgramBuilder stores now the ICD suffix to be later able to map binaries back to the platform + device | ||||
* | update due to changes in JDK7's ARM spec. | Michael Bien | 2010-07-03 | 1 | -4/+0 |
| | | | | | added AutoCloseable dummy for backwards compatibility (won't be loaded when used with JDK7) can be further improved as soon we have extension methods. | ||||
* | image factory methods for CLContext. | Michael Bien | 2010-06-28 | 1 | -0/+60 |
| | |||||
* | minor refactorings and updates. | Michael Bien | 2010-06-27 | 1 | -2/+2 |
| | |||||
* | added CLContext.getSupportedImageFormats() methods and unit test. | Michael Bien | 2010-06-25 | 1 | -1/+47 |
| | |||||
* | changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵ | Michael Bien | 2010-05-31 | 1 | -2/+1 |
| | | | | systems are now supported again. | ||||
* | status should be an direct buffer. | Michael Bien | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | finished main functionality of ErrorHandler impl. | Michael Bien | 2010-05-04 | 1 | -11/+81 |
| | | | | | | - using event listener add/remove pattern instead add on context creation - context -> error handler object global reference mapping(TM) using LongLongMap in CLImpl - global ref is deleted on context release | ||||
* | implemented low level BuildProgramCallbacks. | Michael Bien | 2010-04-25 | 1 | -2/+2 |
| | | | | | - removed userdata arguments from createContext* and buildProgram bindings - updated LowLevelBindingTest | ||||
* | CLGLContext.create() makes GLContext current. | Michael Bien | 2010-04-24 | 1 | -17/+21 |
| | | | | | made CLContext.release() more bulletproof. added CLGLTest. | ||||
* | dynamic binding for OpenGL specific functionality. | Michael Bien | 2010-04-24 | 1 | -1/+1 |
| | |||||
* | CLContext should not throw NPE in create(...) if a device or device type is ↵ | Michael Bien | 2010-04-22 | 1 | -4/+12 |
| | | | | null. | ||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 1 | -3/+3 |
| | | | | began with CLKernel testcase. | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+504 |
team player ;). |