[Bug 82717] OpenCL support for mandelbulber-opencl

2017-01-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82717 Christoph Haag changed: What|Removed |Added Blocks||99553 Referenced Bugs: https://bugs.f

[Bug 82717] OpenCL support for mandelbulber-opencl

2018-05-30 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82717 Jan Vesely changed: What|Removed |Added Depends on||87738 Referenced Bugs: https://bugs.freed

[Bug 82717] OpenCL support for mandelbulber-opencl

2018-09-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82717 Timothy Arceri changed: What|Removed |Added QA Contact|dri-devel@lists.freedesktop |mesa-dev@lists.freedesktop.

[Bug 82717] OpenCL support for mandelbulber-opencl

2017-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82717 Vedran Miletić changed: What|Removed |Added QA Contact||dri-devel@lists.freedesktop

[Bug 82717] OpenCL support for mandelbulber-opencl

2017-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=82717 --- Comment #8 from Christoph Haag --- To document the current state... Recently I was getting "unsupported call to function get_global_id" so I assumed there was some llvm problem. Turns out if this happens you just need to rebuild libclc for y

[Bug 82717] OpenCL support for mandelbulber-opencl

2014-08-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=82717 --- Comment #1 from Christoph Haag --- Small additions: With these patches the binary garbage from the build log is gone: http://patchwork.freedesktop.org/patch/31309/ http://patchwork.freedesktop.org/patch/31311/ http://patchwork.freedesktop.or

[Bug 82717] OpenCL support for mandelbulber-opencl

2014-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=82717 --- Comment #2 from Christoph Haag --- (In reply to comment #1) > * CL_DEVICE_MAX_COMPUTE_UNITS (??) Fixed in the kernel: https://bugzilla.kernel.org/show_bug.cgi?id=82581 -- You are receiving this mail because: You are the assignee for the bu

[Bug 82717] OpenCL support for mandelbulber-opencl

2014-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=82717 --- Comment #3 from Tom Stellard --- Created attachment 104907 --> https://bugs.freedesktop.org/attachment.cgi?id=104907&action=edit Add -cl-denorms-are-zero to clang This patch adds the -cl-denorms-are-zero flag to clang, which should fix one

[Bug 82717] OpenCL support for mandelbulber-opencl

2014-08-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=82717 --- Comment #4 from Tom Stellard --- > > Problem 3: > OpenCL Build log: input.cl:323:10: error: cannot combine with previous > 'type-name' declaration specifier > input.cl:323:15: error: expected identifier or '(' > input.cl:324:8: error:

[Bug 82717] OpenCL support for mandelbulber-opencl

2014-08-21 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=82717 --- Comment #5 from Christoph Haag --- (In reply to comment #4) Thanks, they fixed it upstream: https://code.google.com/p/mandelbulber/source/detail?r=451 That went quicker than I thought. "Only" OpenCL 1.2 is missing then I guess. -- You ar

[Bug 82717] OpenCL support for mandelbulber-opencl

2014-08-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=82717 --- Comment #6 from Tom Stellard --- (In reply to comment #5) > (In reply to comment #4) > > Thanks, they fixed it upstream: > https://code.google.com/p/mandelbulber/source/detail?r=451 > > That went quicker than I thought. > > "Only" OpenCL 1

[Bug 82717] OpenCL support for mandelbulber-opencl

2014-08-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=82717 --- Comment #7 from Christoph Haag --- (In reply to comment #6) > Does it require any other OpenCL 1.2 features besides the static keyword on > functions? Yes. The next one is clCreateImage I believe (not at the PC right now). Mesa has a stub