Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2015-09-21 | Fix SunOS/NetBSD atomic macro | Emil Velikov | 1 | -1/+1 |
2015-03-13 | Use __sync_add_and_fetch instead of __sync_fetch_and_add for atomic_dec_and_test | Maarten Lankhorst | 1 | -1/+1 |
2015-03-13 | Add atomic_inc_return to atomics. | Maarten Lankhorst | 1 | -0/+3 |
2015-02-12 | Stop undefining _ATOMIC_TYPE in Solaris/NetBSD section of xf86atomic.h | Alan Coopersmith | 1 | -5/+4 |
2015-01-26 | Add NetBSD atomic ops support. | Thomas Klausner | 1 | -3/+10 |
2015-01-26 | Fix libdrm's atomic_dec_and_test on Solaris. | Thomas Klausner | 1 | -1/+1 |
2014-09-15 | atomic: add atomic_add_unless() | Lionel Landwerlin | 1 | -0/+9 |
2010-04-16 | Correct the Solaris definitions of atomic_add & atomic_dec | Alan Coopersmith | 1 | -2/+2 |
2010-03-17 | libdrm_radeon: Optimize cs_gem_reloc to do less looping. | Pauli Nieminen | 1 | -0/+6 |
2010-03-17 | libdrm: Move intel_atomic.h to libdrm core for sharing. | Pauli Nieminen | 1 | -0/+93 |