projects
/
blender.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Merge branch 'blender2.7'
[blender.git]
/
intern
/
atomic
/
atomic_ops.h
2017-11-23
Bastien Montagne
Merge branch 'master' into blender2.8
blob
|
commitdiff
|
raw
2017-11-23
Bastien Montagne
atomic_ops: add `atomic_cas_float` helper.
blob
|
commitdiff
|
raw
2017-11-23
Bastien Montagne
Merge branch 'master' into blender2.8
blob
|
commitdiff
|
raw
|
diff to current
2017-11-23
Bastien Montagne
atomic_ops: add char versions of uint8_t atomic primitives.
blob
|
commitdiff
|
raw
|
diff to current
2017-11-23
Bastien Montagne
atomic_ops: add signed versions of primitives.
blob
|
commitdiff
|
raw
|
diff to current
2017-09-25
Sergey Sharybin
Merge branch 'master' into blender2.8
blob
|
commitdiff
|
raw
|
diff to current
2017-09-25
Bastien Montagne
Add an 'atomic cas' wrapper for pointers.
blob
|
commitdiff
|
raw
|
diff to current
2017-08-23
Campbell Barton
Merge branch 'master' into blender2.8
blob
|
commitdiff
|
raw
|
diff to current
2017-08-23
Mai Lavelle
Fix implementation of atomic update max and move to...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-01
Campbell Barton
Merge branch 'master' into blender2.8
blob
|
commitdiff
|
raw
|
diff to current
2017-03-01
Sergey Sharybin
Cleanup: Use explicit unsigned int in atomics
blob
|
commitdiff
|
raw
|
diff to current
2016-11-16
Dalai Felinto
Merge remote-tracking branch 'origin/master' into blend...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-15
Sergey Sharybin
Atomics: Add some extra utility functions
blob
|
commitdiff
|
raw
|
diff to current
2016-11-15
Sergey Sharybin
Atomics: Make naming more obvious about which value...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-09
Dalai Felinto
Merge remote-tracking branch 'origin/master' into blend...
blob
|
commitdiff
|
raw
|
diff to current
2016-11-08
Sergey Sharybin
Atomics: Add 32 bit version of fetch and AND/OR
blob
|
commitdiff
|
raw
|
diff to current
2016-05-24
Bastien Montagne
Merge branch 'master' into blender2.8
blob
|
commitdiff
|
raw
|
diff to current
2016-05-16
Bastien Montagne
Atomic ops: add 'fetch_and_add_uint32' op.
blob
|
commitdiff
|
raw
|
diff to current
2016-05-09
Bastien Montagne
Cleanup and refactor our atomic library.
blob
|
commitdiff
|
raw
|
diff to current
2016-05-09
Sergey Sharybin
Atomics: Add atomic_fetch_and_or_uint8() function
blob
|
commitdiff
|
raw
|
diff to current
2016-05-02
Lukas Tönne
Merge branch 'temp_remove_pointcache' into blender2.8
blob
|
commitdiff
|
raw
|
diff to current
2016-05-02
Lukas Tönne
Merge branch 'temp_remove_particles' into blender2.8
blob
|
commitdiff
|
raw
|
diff to current
2016-05-02
Sergey Sharybin
Fix compilation error on Armel architecture
blob
|
commitdiff
|
raw
|
diff to current
2016-01-27
Sergey Sharybin
Atomics: Use _InterlockedAnd8 direction for 342bit...
blob
|
commitdiff
|
raw
|
diff to current
2016-01-27
Bastien Montagne
atomic_ops: add atomic_fetch_and_and_uint8 wrapper.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-01
Bastien Montagne
atomic_ops: Fix MSVC versions of add/sub returning...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-01
Bastien Montagne
atomic_ops: fix typo in func names (uint32 instead...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-20
Sergey Sharybin
Atomic operations: Add function declarations at the...
blob
|
commitdiff
|
raw
|
diff to current
2014-12-02
Sergey Sharybin
Fixes for atomic operations when building with MSVC
blob
|
commitdiff
|
raw
|
diff to current
2014-09-25
Brecht Van Lommel
Fix build errors in atomic ops and warning in aligned...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-25
Sergey Sharybin
Atomics: Add CAS (compare-and-swap) functions
blob
|
commitdiff
|
raw
|
diff to current
2014-07-25
Matteo F. Vescovi
Fix atomix operations on unofficial 64bit archs
blob
|
commitdiff
|
raw
|
diff to current
2014-06-02
Matteo F. Vescovi
Fix compilation on unofficial 64bit archs
blob
|
commitdiff
|
raw
|
diff to current
2013-12-12
Sergey Sharybin
Attempt to fix compilation error on Debian armel kernel
blob
|
commitdiff
|
raw
|
diff to current
2013-09-01
Brecht Van Lommel
Fix OS X compile error after enabling strict build...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-28
Thomas Dinges
Cycles / Sky Texture:
blob
|
commitdiff
|
raw
|
diff to current
2013-08-19
Campbell Barton
code cleanup: confirm include guards to our convention
blob
|
commitdiff
|
raw
|
diff to current
2013-08-19
Sergey Sharybin
Apparently sizeof(unsigned) is 4 bytes on both 32 and...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-19
Sergey Sharybin
Forgot this in previous commit
blob
|
commitdiff
|
raw
|
diff to current
2013-08-19
Sergey Sharybin
Speedup for guarded allocator
blob
|
commitdiff
|
raw
|
diff to current
2013-08-19
Sergey Sharybin
Commit atomic operations file
blob
|
commitdiff
|
raw
|
diff to current
2013-08-19
Sergey Sharybin
Merging r59182 through r59257 from trunk into soc-2013...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-16
Sergey Sharybin
Merging r59170 through r59181 from trunk into soc-2013...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-16
Sergey Sharybin
Attempt to fix compilation error on OSX and Windows
blob
|
commitdiff
|
raw
|
diff to current
2013-08-16
Sergey Sharybin
Code cleanup: remove some ifdef code from guardedalloc
blob
|
commitdiff
|
raw
|
diff to current
2013-08-15
Sergey Sharybin
Code cleanup
blob
|
commitdiff
|
raw
|
diff to current
2013-08-15
Sergey Sharybin
Speedup for guarded allocator
blob
|
commitdiff
|
raw
|
diff to current
2013-08-15
Sergey Sharybin
Merging r59153 through r59161 from trunk into soc-2013...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-15
Sergey Sharybin
Merging r59136 through r59152 from trunk into soc-2013...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-14
Sergey Sharybin
Merging r59130 through r59135 from trunk into soc-2013...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-14
Sergey Sharybin
Merging r59113 through r59129 from trunk into soc-2013...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-13
Sergey Sharybin
Merging r59104 through r59112 from trunk into soc-2013...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-13
Sergey Sharybin
Merging r59083 through r59103 from trunk into soc-2013...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-12
Sergey Sharybin
Use atomic operations instead of spin lock for threaded...
blob
|
commitdiff
|
raw
|
diff to current