Commit Graph

4 Commits

Author SHA1 Message Date
Stephan Bergmann
d0c9cb0c25 Clean up C-style casts from pointers to void
Change-Id: I7e6315bf2a2e3d6e089ef8f5eacc69d2b413374a
2015-03-28 19:09:23 +01:00
Julien Nabet
62820766ef Typo: (O/o)veride(n)->(O/o)verride(n)
Change-Id: Ied81ede9aaf045866596adc40d357cbbddb3d704
2015-03-20 07:57:02 +01:00
Tor Lillqvist
598f25c857 Clean up confusing OpenCL code a bit
Get rid of the silly OpenCLDevice class that had only static members. We can
as well just use namespacing. Remove functions only used internally in
openclwrapper.cxx from the now public openclwrapper.hxx header.

Change-Id: If7336edd262c772564dc13e64113d72d0b52428c
2014-11-27 19:12:21 +02:00
Tor Lillqvist
a70b717ef8 Move more Calc-independent OpenCL stuff from the sc to the opencl module
No cleanups yet. Just removed the "sc" namespace parts now when this stuff is
no longer Calc-specific. There is still horribly confusing use of the same
OpenCLDevice name for both a class and as a namespace, for instance. And the
OpenCLDevice class has only public static members even, so effectively it acts
as just a namespace anyway... Etc.

Change-Id: Idc5f30a721df0101426c676f04a85e02c5dc8443
2014-11-27 15:32:58 +02:00