Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add explicit version number to original CL impl classes. | Wade Walker | 2015-11-08 | 1 | -2/+2 |
| | | | | | This makes all three versions (1.1, 1.2, and 2.0) use the same naming convention, and sets me up to use the unversioned name to factor out code common to all three. | ||||
* | JOCL QueueThread extends InterruptSource.Threadv2.3.2 | Sven Gothel | 2015-10-03 | 1 | -1/+2 |
| | |||||
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* | Sven Gothel | 2015-02-02 | 1 | -2/+2 |
| | |||||
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting ↵ | Sven Gothel | 2014-07-03 | 14 | -196/+197 |
| | | | | | | | | | | | | | 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 | ||||
* | Fix CL-GL interoperability tests on Mac. | Wade Walker | 2014-04-06 | 1 | -3/+5 |
| | | | | | | | | Fixed detection of compatible interoperability platforms (was silently skipping platform because GL vendor was Nvidia, but CL vendor was Apple). Also fixed CL kernel syntax error about signed-unsigned comparison that ATI's driver on Windows didn't find, and fixed the CL memory object to be write-only instead of read-only (which ATI's Windows driver just ignored). | ||||
* | Finish texture sharing test. | Wade Walker | 2014-04-06 | 2 | -4/+16 |
| | | | | | Make the test modify a GL texture with a CL kernel, then loop over the texture afterwards to check each texel has the right value. Also make the test loop over all platforms and devices that support sharing. | ||||
* | Remove Java lint warnings. | Wade Walker | 2014-03-07 | 3 | -6/+12 |
| | | | | | | Remove all Java lint warnings, by fixing the code if possible, and if not possible then by inserting @SuppressWarnings. Some of these @SuppressWarnings can be replaced later with @SafeVarargs if we eventually drop support for Java 6. | ||||
* | Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, Android ↵ | Sven Gothel | 2014-01-26 | 1 | -23/+9 |
| | | | | | | | | | | | | | | | | | | JoclVersionActivity Cleanup Build: - Move gluegen config files into make/config (cleanup) - Move stub_includes into respective folder make/stub_includes and keep resources 'clean' JoclVersion: - Analoge to JoglVersion, replaces JOCLVersion (deprecated for now) - Added text based CL info dump. JoclVersionActivity: - Analog to JoclVersionActivity - Added full launch .. tested on Android (but no OpenCL avail.) | ||||
* | prepare for linux/armv7 ; Adapt to gluegen changes | Sven Gothel | 2011-07-28 | 1 | -2/+2 |
| | |||||
* | Fix copyright/author tagsedge | Sven Gothel | 2011-06-28 | 1 | -2/+2 |
| | |||||
* | Fix merge w/ latest mbien/edge | Sven Gothel | 2011-06-28 | 1 | -1/+1 |
|\ | |||||
| * | Synced w/ mbien's JOCL branch - Making it compatible w/ GlueGen again | Sven Gothel | 2011-05-18 | 1 | -1/+1 |
| | | |||||
* | | - added isReleased() to CLResource, made CLObject public. | Michael Bien | 2011-06-19 | 3 | -0/+27 |
| | | | | | | - a CLResource will throw an Exception if released twice. | ||||
* | | added another factory method to CLMultiContext. | Michael Bien | 2011-06-18 | 2 | -5/+14 |
| | | |||||
* | | javadoc updates. | Michael Bien | 2011-05-27 | 2 | -0/+14 |
| | | |||||
* | | LLB refactoring. | Michael Bien | 2011-05-27 | 4 | -7/+7 |
|/ | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | added submitAll() utility method | Michael Bien | 2011-05-09 | 3 | -9/+41 |
| | | | | junit test now covering queue contexts switching improved javadoc. | ||||
* | concurrent utils bugfixes and improvements. | Michael Bien | 2011-05-09 | 4 | -22/+71 |
| | | | | | | - more utility methods - generics fixes - basic junit test for CLCommandQueuePool - javadoc and argument validation | ||||
* | added context switching functionality. | Michael Bien | 2011-05-08 | 2 | -10/+41 |
| | |||||
* | introduced CLQueueContext and its factory - WIP. | Michael Bien | 2011-05-07 | 4 | -38/+147 |
| | |||||
* | one context per device to workaround driver bugs - may change in future. | Michael Bien | 2011-05-07 | 1 | -2/+5 |
| | |||||
* | worker threads should be deamons and should have a name (like all evil things) | Michael Bien | 2011-05-06 | 1 | -3/+5 |
| | |||||
* | added finish action and several utility methods, WIP. | Michael Bien | 2011-05-04 | 1 | -8/+68 |
| | |||||
* | initial import of CLCommandQueuePool and CLTask. | Michael Bien | 2011-05-04 | 2 | -0/+149 |
| | |||||
* | initial import of CLMultiContext utility and test. | Michael Bien | 2011-05-03 | 1 | -0/+144 |
| | |||||
* | added glSharing(GLContext context) filter utitlity + code cleanup | Michael Bien | 2011-04-26 | 2 | -6/+26 |
| | |||||
* | switched from PointerBuffer to NativeSizeBuffer. | Michael Bien | 2011-04-23 | 1 | -1/+1 |
| | |||||
* | CLBuildConfiguration.save(..) should store device index and not the device id. | Michael Bien | 2011-04-19 | 1 | -0/+8 |
| | | | updated javadoc. | ||||
* | added queueMode to filter utilities. | Michael Bien | 2011-04-04 | 2 | -0/+31 |
| | |||||
* | added CLDeviceFilters utility api. | Michael Bien | 2011-03-29 | 2 | -2/+109 |
| | |||||
* | modifications due to cleanup in gluegen. | Michael Bien | 2011-02-26 | 1 | -15/+2 |
| | |||||
* | device names no longer corrupted on windows. | Michael Bien | 2011-02-04 | 1 | -3/+8 |
| | |||||
* | initialize JOCLVersion as privileged action to be able to find trusted ↵ | Michael Bien | 2011-02-04 | 1 | -10/+40 |
| | | | | libraries when launched via webstart. | ||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 9 | -0/+252 |
| | |||||
* | adaptions due to chages in gluegen (VersionUtil). | Michael Bien | 2010-11-26 | 1 | -1/+2 |
| | |||||
* | fixed javadoc warnings. | Michael Bien | 2010-11-21 | 2 | -3/+3 |
| | |||||
* | added JOCLVersion utility and integrated in CLPlatform. | Michael Bien | 2010-11-18 | 2 | -17/+88 |
| | | | | added spec version to manifest, updated CLInfo. | ||||
* | initial import of utility API for filtering platforms. | Michael Bien | 2010-09-21 | 2 | -0/+66 |
| | |||||
* | wait(timeout) should return boolean. | Michael Bien | 2010-09-18 | 1 | -3/+3 |
| | |||||
* | added com.jogamp.util.CLInfo. | Michael Bien | 2010-09-07 | 2 | -67/+139 |
| | | | | | introduced CLProperty annotation for CLDevice and CLPlatform properties. fixed bug in CLVersion. | ||||
* | misc OpenCL 1.1 HLB updates. ImageFormats, getters, javadoc. | Michael Bien | 2010-07-04 | 1 | -2/+3 |
| | |||||
* | added CLVersion utility class and corresponding API. | Michael Bien | 2010-06-24 | 1 | -1/+2 |
| | | | | | version checks in unit tests. GLProfile.initSingleton() workaround in CLGLTest. | ||||
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 3 | -0/+38 |
| | | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 4 | -0/+415 |
team player ;). |