Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-09-10merged the master branchsoc-2017-vertex_paintDarshan Kadu
2017-03-01Cleanup: Use explicit unsigned int in atomicsSergey Sharybin
2016-11-15Atomics: Add some extra utility functionsSergey Sharybin
2016-11-15Atomics: Make naming more obvious about which value is being returnedSergey Sharybin
2016-11-08Atomics: Add 32 bit version of fetch and AND/ORSergey Sharybin
2016-05-16Atomic ops: add 'fetch_and_add_uint32' op.Bastien Montagne
2016-05-09Cleanup and refactor our atomic library.Bastien Montagne
2016-05-09Atomics: Add atomic_fetch_and_or_uint8() functionSergey Sharybin
2016-05-02Fix compilation error on Armel architectureSergey Sharybin
2016-01-27Atomics: Use _InterlockedAnd8 direction for 342bit MSVCSergey Sharybin
2016-01-27atomic_ops: add atomic_fetch_and_and_uint8 wrapper.Bastien Montagne
2015-07-01atomic_ops: Fix MSVC versions of add/sub returning original value instead of ...Bastien Montagne
2015-07-01atomic_ops: fix typo in func names (uint32 instead of uint64).Bastien Montagne
2015-05-20Atomic operations: Add function declarations at the top of the headerSergey Sharybin
2014-12-02Fixes for atomic operations when building with MSVCSergey Sharybin
2014-09-26Fix build errors in atomic ops and warning in aligned malloc on OS X.Brecht Van Lommel
2014-09-25Atomics: Add CAS (compare-and-swap) functionsSergey Sharybin
2014-07-25Fix atomix operations on unofficial 64bit archsMatteo F. Vescovi
2014-06-02Fix compilation on unofficial 64bit archsMatteo F. Vescovi
2013-12-12Attempt to fix compilation error on Debian armel kernelSergey Sharybin
2013-09-01Fix OS X compile error after enabling strict build flags for this module.Brecht Van Lommel
2013-08-19code cleanup: confirm include guards to our conventionCampbell Barton
2013-08-19Apparently sizeof(unsigned) is 4 bytes on both 32 and 64 bit platformsSergey Sharybin
2013-08-19Forgot this in previous commitSergey Sharybin
2013-08-19Speedup for guarded allocatorSergey Sharybin
2013-08-19Commit atomic operations fileSergey Sharybin