summaryrefslogtreecommitdiffstats
path: root/src/util/format_srgb.py
diff options
context:
space:
mode:
authorJosé Fonseca <[email protected]>2014-11-25 14:25:28 +0000
committerMatt Turner <[email protected]>2014-12-01 11:28:45 -0800
commita5299e9e1ca45f7bcf72347dc0fd47986d779769 (patch)
tree4dfa9ecf1d5c492dce92cea5f931208573b1d834 /src/util/format_srgb.py
parentff80b92a58ef802e2721d1b51da6157be696c932 (diff)
util/u_atomic: Fix the unlocked implementation.
It was totally broken: - p_atomic_dec_zero() was returning the negation of the expected value - p_atomic_inc_return()/p_atomic_dec_return() was post-incrementing/decrementing, hence returning the old value instead of the new - p_atomic_cmpxchg() was returning the new value on success, instead of the old It is clear this never used in the past. I wonder if it wouldn't be better to yank it altogether. Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/util/format_srgb.py')
0 files changed, 0 insertions, 0 deletions