commit 056e8808a5ab3076c5a48c75b1ec7f811122caf9 Author: Wade Walker Date: Mon Jul 6 14:50:58 2015 -0500 Fix radix sort on Mac Fixes a __local variable which must be declared at __kernel function scope (only the Mac complains about this, but it seems to be that way in the spec too). Has the nice effect of removing a Mac-specific ifdef from the kernel code which wasn't being used correctly. Also added some code to check allowed work group sizes. commit 219b5de483ab1f50317be6af537120ce1d4a740b Author: Wade Walker Date: Mon Jul 6 14:47:23 2015 -0500 Add debug build targets to match those in gluegen and jogl commit e935256bf1ad44ceb2d9e3e63810f8d5017733be Author: Wade Walker Date: Sun Jul 5 17:11:38 2015 -0500 Fixed a variety of compilation and runtime errors Fixed package change from javax.media to com.jogamp; fixed problems with generics; fixed dead-code and similar warnings; fixed problem with struct accessor on Julia3d using element offsets where it should have used byte offsets; updated Eclipse project files commit 858dbcb36211e743559070acc49043c21cde6636 Author: Wade Walker Date: Sun Jul 5 12:55:00 2015 -0500 Fix Eclipse build and Ant makefile Added proper targets to the Eclipse build. Fixed the Ant makefile so it works for paths with spaces in them.