index
:
jogamp/jocl.git
b22x
edge
java11
master
rc
JOCL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...
HEAD
master
Sven Gothel
2023-11-26
1
-0
/
+3
*
Merge remote-tracking branch 'wwalker/master'
v2.5.0
Sven Gothel
2023-07-12
3
-3
/
+25
|
\
|
*
Changing CLBuffer#create to respect the limit instead of capacity on the dire...
Emily Leiviskä
2016-11-16
1
-1
/
+1
|
*
Changes CLMemory's getNIOSize() and getNIOCapacity() to use buffer.limit() in...
Emily Leiviskä
2016-11-16
1
-2
/
+2
|
*
Add new kernel workgroup info functions to CLKernel
Wade Walker
2016-04-17
1
-0
/
+22
*
|
Adopt to GlueGen change: Drop ManualStaticInitCall, PointerBuffer.ELEMENT_SIZ...
Sven Gothel
2023-06-16
4
-5
/
+11
*
|
Bug 1367: Adapt to TempFileCache & TempJarCache Changes
Sven Gothel
2019-04-03
1
-1
/
+1
*
|
Merge pull request #1 from ghost/master
Sven Gothel
2019-03-26
1
-1
/
+6
|
\
\
|
|
/
|
/
|
|
*
added workaround to list devices in case platform only supports CL_DEVICE_TYP...
Xavier Hallade
2015-01-09
1
-1
/
+6
*
|
Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47ac
Sven Gothel
2015-11-15
1
-0
/
+10
*
|
Fix CLProgramTest for Intel OpenCL
Wade Walker
2015-11-08
1
-0
/
+8
*
|
Fix CLProgram build lock to work on Intel OpenCL implementation
Wade Walker
2015-11-08
1
-16
/
+21
*
|
Remove CLGL interface
Wade Walker
2015-11-08
9
-38
/
+23
*
|
Remove creation and all references to CL*Binding interfaces
Wade Walker
2015-11-08
9
-68
/
+47
*
|
Remove use of CL*Binding interfaces
Wade Walker
2015-11-08
15
-177
/
+122
*
|
Add ability to access newer CLImpl versions for devices
Wade Walker
2015-11-08
3
-2
/
+27
*
|
Factor out common custom C and Java code to reduce duplication
Wade Walker
2015-11-08
3
-279
/
+3
*
|
Add explicit version number to original CL impl classes.
Wade Walker
2015-11-08
4
-11
/
+11
*
|
JOCL QueueThread extends InterruptSource.Thread
v2.3.2
Sven Gothel
2015-10-03
1
-1
/
+2
*
|
Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.*
Sven Gothel
2015-02-02
7
-8
/
+8
|
/
*
Bug 978: Promote CLAbstractImpl.isAvailable() to CLPlatform, public API. isAv...
Sven Gothel
2014-09-03
2
-19
/
+24
*
Bug 1024: Add fallback for native-jar-file location via classpath
v2.2.0
Sven Gothel
2014-07-11
2
-1
/
+76
*
Bug 1023, Bug 1024: Adapt to GlueGen commit 46faa59d439ef235d7691fc64d56eedc6...
Sven Gothel
2014-07-05
1
-1
/
+1
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
60
-1554
/
+1572
*
Merge branch 'bug_1003_add_texture_interop_test'
Wade Walker
2014-04-13
2
-4
/
+18
|
\
|
*
Fix CL-GL interoperability tests on Mac.
Wade Walker
2014-04-06
1
-3
/
+5
|
*
Finish texture sharing test.
Wade Walker
2014-04-06
2
-4
/
+16
*
|
Fix transposed arguments in putCopyBufferRect
Wade Walker
2014-04-07
1
-1
/
+1
|
/
*
Fix crashes due to AMD driver bugs.
Wade Walker
2014-03-08
1
-0
/
+6
*
Remove Java lint warnings.
Wade Walker
2014-03-07
6
-8
/
+19
*
Pass function pointers into clEnqueueMapImage.
Wade Walker
2014-03-02
1
-7
/
+7
*
Minor editing: Remove static imports, using 'final' add some '@XXX' decoratio...
Sven Gothel
2014-02-21
4
-203
/
+203
*
Bug 979: Add 'CL_DEVICE_MEM_BASE_ADDR_ALIGN' to CLDevice and overal maximum t...
Sven Gothel
2014-02-21
4
-4
/
+38
*
Fix Bug 920 - JOCL does not work on windows with 32 bit vm (1/2)
Sven Gothel
2014-02-17
1
-2
/
+2
*
Fix unit test bugs on Mac OS X 64-bit.
Wade Walker
2014-02-08
4
-19
/
+39
*
JoclVersionActivity: Dump info on stderr for adb logcat
Sven Gothel
2014-01-26
1
-0
/
+1
*
Cleanup Build: GlueGen config files, stub_includes; Add JoclVersion, Android ...
Sven Gothel
2014-01-26
7
-26
/
+574
*
Avoid sealed package violation: Move AutoCloseable to com.jogamp.opencl
Sven Gothel
2014-01-25
3
-4
/
+1
*
CLDynamicLibraryBundleInfo: Add libPVROCL.so lookup if Android ..
v2.1.1
Sven Gothel
2013-10-19
1
-3
/
+11
*
Bug 773 - Device specific JOCL dynamic library look-up on Android - Part 1/2
Sven Gothel
2013-10-19
4
-155
/
+176
*
Bug 579: Use result value in checkForError(..) for CLGLTexture2d.createFromGL...
Sven Gothel
2013-10-12
4
-29
/
+32
*
CLCommandQueue/CLException: Remove 'import static pack.class.*' for all (Easy...
Sven Gothel
2013-10-12
2
-265
/
+258
*
Bug 552 putMapImage(..): Added variant w/ long[] imageRowPitch and long[] ima...
Sven Gothel
2013-10-12
1
-1
/
+21
*
Fix Bug 573: putCopyBuffer(..)'s src/dest offset was not passed to putCopyBuf...
Sven Gothel
2013-10-12
1
-1
/
+1
*
Refine 7b21b5abb6373637eeeb270de05bb7472f70b853: Add CLGL.CL_CONTEXT_PROPERTY...
Sven Gothel
2013-10-12
1
-21
/
+29
*
Fixing some argument order issues; fixing creation of CLContext on Mac OS X w...
Lixo Man
2013-09-04
2
-4
/
+4
*
Fix regression of commit 20a94528161909e12fdcbd06cf5affe89a37efb9: Missing po...
Sven Gothel
2013-06-25
1
-1
/
+1
*
CLContext.release: Avoid 'concurrency map modify exception'
Sven Gothel
2013-06-25
1
-3
/
+7
*
Adapt to gluegen commit 9a71703904ebfec343fb2c7266343d37a2e4c3db
Sven Gothel
2012-06-26
1
-1
/
+2
*
Adapt to GlueGen commit cc76889a6fe96cffb91c9a3aa7934878c0ecd97e: Use ClassLo...
v2.0-rc9
Sven Gothel
2012-05-04
1
-1
/
+1
[next]