Search found 12 matches

by gjunker
Fri Oct 26, 2012 6:51 pm
Forum: Release Announcements
Topic: Bullet 2.80 SP1 release :OpenCL rigid bodies & Android
Replies: 17
Views: 213124

Re: Bullet 2.80 SP1 release :OpenCL rigid bodies & Android

Yes, I work almost exclusively in Linux. What problems are you having?
by gjunker
Tue Sep 18, 2012 2:17 am
Forum: Release Announcements
Topic: Bullet 2.80 SP1 release :OpenCL rigid bodies & Android
Replies: 17
Views: 213124

Re: Bullet 2.80 SP1 release :OpenCL rigid bodies & Android

K thanks, that would also explain why I could have sworn to <insert deity of choice here> that I had seen it in SVN before...because it was. ;)
by gjunker
Tue Sep 18, 2012 12:20 am
Forum: Release Announcements
Topic: Bullet 2.80 SP1 release :OpenCL rigid bodies & Android
Replies: 17
Views: 213124

Re: Bullet 2.80 SP1 release :OpenCL rigid bodies & Android

Is the GpuRigidBodyPipeline code anywhere in SVN? Or is it only in this tarball?
by gjunker
Fri Nov 25, 2011 4:17 am
Forum: General Bullet Physics Support and Feedback
Topic: Building and running OpenCL demo in Nvidia platform
Replies: 8
Views: 10120

Re: Building and running OpenCL demo in Nvidia platform

I ended up giving in and just using the CMake build. Otherwise, you end up having to symlink vectormath into the place where the Makefile build is expecting it (or hack on the autotools scripts to make it happen).
by gjunker
Fri Sep 16, 2011 10:01 pm
Forum: General Bullet Physics Support and Feedback
Topic: [SOLVED] OpenCL GpuSoftBodySolvers (non-SIMD-aware) issue
Replies: 6
Views: 5746

Re: [SOLVED] OpenCL GpuSoftBodySolvers (non-SIMD-aware) issu

Not a problem, sometimes fixes cross each other in the SCM. ;)
by gjunker
Fri Sep 16, 2011 9:45 pm
Forum: General Bullet Physics Support and Feedback
Topic: [SOLVED] OpenCL GpuSoftBodySolvers (non-SIMD-aware) issue
Replies: 6
Views: 5746

Re: [SOLVED] OpenCL GpuSoftBodySolvers (non-SIMD-aware) issu

Latest (as of about 5 min ago) trunk. I didn't see a fix unless you had fixed it in ahother file? I was only looking in btSoftBodySolver_OpenCL.cpp.

About to send up the patch now.

[edit: http://code.google.com/p/bullet/issues/detail?id=546]

Thanks!
Greg
by gjunker
Fri Sep 16, 2011 9:30 pm
Forum: General Bullet Physics Support and Feedback
Topic: [SOLVED] OpenCL GpuSoftBodySolvers (non-SIMD-aware) issue
Replies: 6
Views: 5746

Re: OpenCL GpuSoftBodySolvers (non-SIMD-aware) issue

NM I think I found it -- I was wondering about this when I was looking through the non-SIMD-aware code and coulnd't find some of these kernel names. I added some additional error message generation code to CLFunctions::compileCLKernelFromString in btSoftBodySovler_OpenCL.cpp, and see compiling kerne...
by gjunker
Fri Sep 16, 2011 8:58 pm
Forum: General Bullet Physics Support and Feedback
Topic: [SOLVED] OpenCL GpuSoftBodySolvers (non-SIMD-aware) issue
Replies: 6
Views: 5746

[SOLVED] OpenCL GpuSoftBodySolvers (non-SIMD-aware) issue

When I try to disable the USE_SIMDAWARE_SOLVER flag in the OpenCLClothDemo code, I run into a problem with compiling shadesr, First, it appears that the non-SIMD-aware solvers do not actually call buildShaders() like the SIMD version does. Second, when I add a call in the non-SIMD-aware solver to ca...
by gjunker
Wed Aug 31, 2011 5:08 pm
Forum: General Bullet Physics Support and Feedback
Topic: Intel OpenCL SDK support patch
Replies: 2
Views: 3255

Re: Intel OpenCL SDK support patch

Got it, thanks!.

Greg
by gjunker
Wed Aug 31, 2011 7:29 am
Forum: General Bullet Physics Support and Feedback
Topic: Intel OpenCL SDK support patch
Replies: 2
Views: 3255

Intel OpenCL SDK support patch

If there is any interest, I have made the changes necessary to support Intel's OpenCL SDK:

http://www.intel.com/go/opencl

I do not see any obvious link on the Bullet Googlecode page to upload a patch -- can someone point me to one, or describe the usual patch-submission process?

Thanks
Greg
by gjunker
Fri Aug 26, 2011 8:13 pm
Forum: General Bullet Physics Support and Feedback
Topic: Building and running OpenCL demo in Nvidia platform
Replies: 8
Views: 10120

Re: Building and running OpenCL demo in Nvidia platform

NM -- found it through your link to the changes above. Grabbing trunk fixes my NVidia OCL issues, and the cloth demo seems to run fine. autotools question still valid -- is the configure script deprecated/no-longer-supported? The reason I ask is that even after running autogen.sh in the trunk, I get...
by gjunker
Fri Aug 26, 2011 10:39 am
Forum: General Bullet Physics Support and Feedback
Topic: Building and running OpenCL demo in Nvidia platform
Replies: 8
Views: 10120

Re: Building and running OpenCL demo in Nvidia platform

5. CL_PLATFORM_NVIDIA is defined. Where exactly is this defined? I am also using the latest (4.0) GPU Computing SDK and latest drivers (280.13) on Linux/64, and I can't find this define anywhere (and so the NVidia cloth demo segfaults trying to init with MiniCL). @Erwin: I've also run into many pro...