commit dc1424050e47cd239ad26c4f12fb3a0e4289d682 Author: Sven Gothel Date: Fri Jun 16 03:17:28 2023 +0200 Adopt to GlueGen change: Drop ManualStaticInitCall, PointerBuffer.ELEMENT_SIZE -> AbstractBuffer.POINTER_SIZE commit 5e957ba84836011400d9664785797ba6bdef449c Author: Sven Gothel Date: Sun May 7 19:59:08 2023 +0200 Update Windows build scripts commit 73be130aa5fee622b37e3ca8296e02d102e6be7f Author: Sven Gothel Date: Sun May 7 19:58:34 2023 +0200 JOCL File Layout: Have *-java-src.zip inside jar folder commit 01f69625995299262c11ae6bcbf345119c7b892f Author: Emily Leiviskä Date: Wed Nov 16 17:10:00 2016 +0100 Changing CLBuffer#create to respect the limit instead of capacity on the direct buffer that the CLBuffer is being created for as this more closely represents the users intention about the buffer size. commit cf5340c0bfc1914073ea1f4fc3ccad83f50dc57d Author: Emily Leiviskä Date: Wed Nov 16 16:55:30 2016 +0100 Changes CLMemory's getNIOSize() and getNIOCapacity() to use buffer.limit() instead of capacity() in order to respect the user's desired buffer size in memory operations. commit feb8b2646c8d85e2533dd1dcd7ff3c3b3718bea4 Author: Wade Walker Date: Sat Apr 30 14:29:39 2016 -0500 Remove non-functional CL_KERNEL_GLOBAL_WORK_SIZE test This test didn't work properly, since that property only applies to custom devices and built-in kernels. commit 7a26673570fd77839672d472b04dbd509395de5b Author: Wade Walker Date: Sun Apr 17 19:30:53 2016 -0500 Add new kernel workgroup info functions to CLKernel Added workgroup info functions for OpenCL 1.1, since that's the version the CL Java objects currently wraps. Also added a test that shows how to query values from version 1.2 and later.