Gitiles
Code Review
Sign In
gerrit.collaboraoffice.com
/
core
/
refs/heads/feature/sgexperiment
/
opencl
ca3c852
Valgrind reports read of uninitialized bCLBool
by Stephan Bergmann
· 10 years ago
b647996
replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)
by Michael Stahl
· 10 years ago
cd252e3
loplugin:stringconstant: adapt to improved OUStringLiteral1 (opencl)
by Stephan Bergmann
· 10 years ago
33b3808
put StreamMode masks in scope of enum class
by Jochen Nitschke
· 10 years ago
e1d5043
coverity#1371130 'Constant' variable guards dead code
by Caolán McNamara
· 10 years ago
32881f0
tdf#100965: Restart on initialisation-time OpenCL crash
by Tor Lillqvist
· 10 years ago
f12476f
loplugin:countusersofdefaultparams in oox..sd
by Noel Grandin
· 10 years ago
508c95f
improve passstuffbyref return analysis
by Noel Grandin
· 10 years ago
00a58df
Need to try to avoid TDR also with NVIDIA cards on Windows 7 or earlier
by Laszlo Nemeth
· 10 years ago
dbdfd36
SAL_DETAIL_WHERE already ends with a space
by Tor Lillqvist
· 10 years ago
e9a1afb
tdf#100883 - opencl impls. that use SEH are still bad.
by Michael Meeks
· 10 years ago
c44726c
desktop: validate OpenCL drivers before use.
by Michael Meeks
· 10 years ago
9c711f0
Remove bogus dependency from opencl to configmgr
by Stephan Bergmann
· 10 years ago
f541b99
loplugin:nullptr: Better heuristic to determine code shared between C and C++
by Stephan Bergmann
· 10 years ago
f41eb66
opencl: OpenCLZone, detect CL device change and disable CL on crash
by Tomaž Vajngerl
· 10 years ago
ef47ce2
tdf#90336 - further cleanup of OpenCL options page.
by Michael Meeks
· 10 years ago
68106cb
Don't waste too much time evaluating the "score" for the "native CPU"
by Tor Lillqvist
· 10 years ago
4e3bcdd
Add some SAL_INFO output
by Tor Lillqvist
· 10 years ago
c62bacc
Add some informative comments
by Tor Lillqvist
· 10 years ago
4d49c96
Let loplugin:passstuffbyref also look at fn defn not preceded by any decl
by Stephan Bergmann
· 10 years ago
62d2701
tools: rename SvStream::Read/Write to ReadBytes/WriteBytes
by Michael Stahl
· 10 years ago
40b0b9a
Ensure that OpenCL device id returned from getDeviceSelection() is valid.
by Mark Hung
· 10 years ago
3c65f07
cppcheck: noExplicitConstructor
by Caolán McNamara
· 10 years ago
3742748
Fix typos
by Andrea Gelmini
· 10 years ago
f07ff7e
clang-tidy modernize-loop-convert in oox to sax
by Noel Grandin
· 10 years ago
478a403
coverity#1358844 Uninitialized pointer field
by Caolán McNamara
· 10 years ago
77327a0
coverity#1358843 Argument cannot be negative
by Caolán McNamara
· 10 years ago
e8fd5a0
update loplugin stylepolice to check local pointers vars
by Noel Grandin
· 10 years ago
92f10ad
Various loplugin warnings in opencl/
by Stephan Bergmann
· 10 years ago
334e2dc
opencl: better logging of devices and device selection
by Tomaž Vajngerl
· 10 years ago
ec53ac6
Move clew/clew.h into external, too
by Stephan Bergmann
· 10 years ago
d7398110
The OpenCL shared library is called libOpenCL.so.1 on Linux
by Tor Lillqvist
· 10 years ago
2087484
use consistent #define checks for the Windows platform
by Noel Grandin
· 10 years ago
4fccc43
loplugin:fpcomparison in opencl/
by Noel Grandin
· 10 years ago
db17d3c
new loplugin: memoryvar
by Noel Grandin
· 10 years ago
671f69a
loplugin:nullptr (automatic rewrite; Mac-specific code)
by Stephan Bergmann
· 10 years ago
72d9441
loplugin:nullptr (automatic rewrite)
by Stephan Bergmann
· 10 years ago
93fff4b
clang-analyzer-deadcode.DeadStores
by Stephan Bergmann
· 11 years ago
58aea3f
loplugin:unusedmethods
by Noel Grandin
· 11 years ago
3418070
loplugin:removeunusedmethods, remove unused stuff
by Noel Grandin
· 11 years ago
11e1c55
YAGNI
by Tor Lillqvist
· 11 years ago
d6a5aac
Split formula group for OpenCL up into smaller bits when necessary
by Tor Lillqvist
· 11 years ago
22b80ac
boost->std
by Caolán McNamara
· 11 years ago
a81f59f
Log OpenCL errors symbolically here, too
by Tor Lillqvist
· 11 years ago
0c76f53
Revert "Enable out-of-order kernel execution"
by Tor Lillqvist
· 11 years ago
0980095
Replace boost::scoped_array<T> with std::unique_ptr<T[]>
by Takeshi Abe
· 11 years ago
a3cebe2
loplugin:cstylecast: deal with remaining pointer casts
by Stephan Bergmann
· 11 years ago
6a5f0a5
loplugin:cstylecast: deal with those that are (technically) const_cast
by Stephan Bergmann
· 11 years ago
6ff2d84a
Various #include <sal/log.hxx> fixups
by Stephan Bergmann
· 11 years ago
d0c9cb0
Clean up C-style casts from pointers to void
by Stephan Bergmann
· 11 years ago
6282076
Typo: (O/o)veride(n)->(O/o)verride(n)
by Julien Nabet
· 11 years ago
0d4204e
OpenCL: correctly handle platforms without devices
by Giuseppe Bilotta
· 11 years ago
770c92b
Add SAL_INFOs for tracing kernel and program life cycle
by Tor Lillqvist
· 11 years ago
c7258cf
shared_ptr<T>(new T(args)) -> make_shared<T>(args)
by Caolán McNamara
· 11 years ago
43617f1
Move OpenCLError::strerror() from sc to opencl, and rename to errorString()
by Tor Lillqvist
· 11 years ago
119d9c3
The horrible CHECK_OPENCL() fortunately is used only in openclwrapper.cxx
by Tor Lillqvist
· 11 years ago
4d78f34
Some more loplugin:cstylecast: opencl
by Stephan Bergmann
· 11 years ago
07e84ca
Fix typo comments Resouce->Resource
by Andrea Gelmini
· 11 years ago
e12fcd0
Set up foundation for supporting multiple OpenCL command queues per device.
by Kohei Yoshida
· 11 years ago
ebf8864
opencl: Use appropriate OUString functions on string constants
by Stephan Bergmann
· 11 years ago
a4681be
Enable out-of-order kernel execution.
by Kohei Yoshida
· 11 years ago
bf6544c0
Don't treat clew as part of an "external" clcc module
by Tor Lillqvist
· 11 years ago
52f9606
The OpenCLEnv struct is used only inside openclwrapper.cxx
by Tor Lillqvist
· 11 years ago
598f25c
Clean up confusing OpenCL code a bit
by Tor Lillqvist
· 11 years ago
d73d1e8
Need -lrt for clock_gettime() with older glibc versions
by Tor Lillqvist
· 11 years ago
79d6813
Use correct SAL_INFO log area
by Tor Lillqvist
· 11 years ago
a70b717
Move more Calc-independent OpenCL stuff from the sc to the opencl module
by Tor Lillqvist
· 11 years ago
bb5e219
Add a README file
by Tor Lillqvist
· 11 years ago
c1d09b1
Work in progress: Move Calc-independend OpenCL configuration out of sc
by Tor Lillqvist
· 11 years ago