aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...HEADmasterSven Gothel2023-11-261-0/+3
* Merge remote-tracking branch 'wwalker/master'v2.5.0Sven Gothel2023-07-123-3/+25
|\
| * Changing CLBuffer#create to respect the limit instead of capacity on the dire...Emily Leiviskä2016-11-161-1/+1
| * Changes CLMemory's getNIOSize() and getNIOCapacity() to use buffer.limit() in...Emily Leiviskä2016-11-161-2/+2
| * Add new kernel workgroup info functions to CLKernelWade Walker2016-04-171-0/+22
* | Adopt to GlueGen change: Drop ManualStaticInitCall, PointerBuffer.ELEMENT_SIZ...Sven Gothel2023-06-164-5/+11
* | Bug 1367: Adapt to TempFileCache & TempJarCache ChangesSven Gothel2019-04-031-1/+1
* | Merge pull request #1 from ghost/masterSven Gothel2019-03-261-1/+6
|\ \ | |/ |/|
| * added workaround to list devices in case platform only supports CL_DEVICE_TYP...Xavier Hallade2015-01-091-1/+6
* | Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47acSven Gothel2015-11-151-0/+10
* | Fix CLProgramTest for Intel OpenCLWade Walker2015-11-081-0/+8
* | Fix CLProgram build lock to work on Intel OpenCL implementationWade Walker2015-11-081-16/+21
* | Remove CLGL interfaceWade Walker2015-11-089-38/+23
* | Remove creation and all references to CL*Binding interfacesWade Walker2015-11-089-68/+47
* | Remove use of CL*Binding interfacesWade Walker2015-11-0815-177/+122
* | Add ability to access newer CLImpl versions for devicesWade Walker2015-11-083-2/+27
* | Factor out common custom C and Java code to reduce duplicationWade Walker2015-11-083-279/+3
* | Add explicit version number to original CL impl classes.Wade Walker2015-11-084-11/+11
* | JOCL QueueThread extends InterruptSource.Threadv2.3.2Sven Gothel2015-10-031-1/+2
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.*Sven Gothel2015-02-027-8/+8
|/
* Bug 978: Promote CLAbstractImpl.isAvailable() to CLPlatform, public API. isAv...Sven Gothel2014-09-032-19/+24
* Bug 1024: Add fallback for native-jar-file location via classpathv2.2.0Sven Gothel2014-07-112-1/+76
* Bug 1023, Bug 1024: Adapt to GlueGen commit 46faa59d439ef235d7691fc64d56eedc6...Sven Gothel2014-07-051-1/+1
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0360-1554/+1572
* Merge branch 'bug_1003_add_texture_interop_test'Wade Walker2014-04-132-4/+18
|\
| * Fix CL-GL interoperability tests on Mac.Wade Walker2014-04-061-3/+5
| * Finish texture sharing test.Wade Walker2014-04-062-4/+16
* | Fix transposed arguments in putCopyBufferRectWade Walker2014-04-071-1/+1
|/
* Fix crashes due to AMD driver bugs.Wade Walker2014-03-081-0/+6
* Remove Java lint warnings.Wade Walker2014-03-076-8/+19
* Pass function pointers into clEnqueueMapImage.Wade Walker2014-03-021-7/+7
* Minor editing: Remove static imports, using 'final' add some '@XXX' decoratio...Sven Gothel2014-02-214-203/+203
* Bug 979: Add 'CL_DEVICE_MEM_BASE_ADDR_ALIGN' to CLDevice and overal maximum t...Sven Gothel2014-02-214-4/+38
* Fix Bug 920 - JOCL does not work on windows with 32 bit vm (1/2)Sven Gothel2014-02-171-2/+2
* Fix unit test bugs on Mac OS X 64-bit.Wade Walker2014-02-084-19/+39
* JoclVersionActivity: Dump info on stderr for adb logcatSven Gothel2014-01-261-0/+1
* Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, Android ...Sven Gothel2014-01-267-26/+574
* Avoid sealed package violation: Move AutoCloseable to com.jogamp.openclSven Gothel2014-01-253-4/+1
* CLDynamicLibraryBundleInfo: Add libPVROCL.so lookup if Android ..v2.1.1Sven Gothel2013-10-191-3/+11
* Bug 773 - Device specific JOCL dynamic library look-up on Android - Part 1/2Sven Gothel2013-10-194-155/+176
* Bug 579: Use result value in checkForError(..) for CLGLTexture2d.createFromGL...Sven Gothel2013-10-124-29/+32
* CLCommandQueue/CLException: Remove 'import static pack.class.*' for all (Easy...Sven Gothel2013-10-122-265/+258
* Bug 552 putMapImage(..): Added variant w/ long[] imageRowPitch and long[] ima...Sven Gothel2013-10-121-1/+21
* Fix Bug 573: putCopyBuffer(..)'s src/dest offset was not passed to putCopyBuf...Sven Gothel2013-10-121-1/+1
* 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-042-4/+4
* Fix regression of commit 20a94528161909e12fdcbd06cf5affe89a37efb9: Missing po...Sven Gothel2013-06-251-1/+1
* CLContext.release: Avoid 'concurrency map modify exception'Sven Gothel2013-06-251-3/+7
* Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3dbSven Gothel2012-06-261-1/+2
* Adapt to GlueGen commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: Use ClassLo...v2.0-rc9Sven Gothel2012-05-041-1/+1