summaryrefslogtreecommitdiff
path: root/xf86atomic.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-03xf86atomic: #undef internal defineEric Engestrom1-0/+2
2018-03-20meson,configure: include config.h automaticallyEric Engestrom1-4/+0
2018-01-29xf86atomic: fix -Wundef warningEric Engestrom1-1/+1
2015-09-21Fix SunOS/NetBSD atomic macroEmil Velikov1-1/+1
2015-03-13Use __sync_add_and_fetch instead of __sync_fetch_and_add for atomic_dec_and_testMaarten Lankhorst1-1/+1
2015-03-13Add atomic_inc_return to atomics.Maarten Lankhorst1-0/+3
2015-02-12Stop undefining _ATOMIC_TYPE in Solaris/NetBSD section of xf86atomic.hAlan Coopersmith1-5/+4
2015-01-26Add NetBSD atomic ops support.Thomas Klausner1-3/+10
2015-01-26Fix libdrm's atomic_dec_and_test on Solaris.Thomas Klausner1-1/+1
2014-09-15atomic: add atomic_add_unless()Lionel Landwerlin1-0/+9
2010-04-16Correct the Solaris definitions of atomic_add & atomic_decAlan Coopersmith1-2/+2
2010-03-17libdrm_radeon: Optimize cs_gem_reloc to do less looping.Pauli Nieminen1-0/+6
2010-03-17libdrm: Move intel_atomic.h to libdrm core for sharing.Pauli Nieminen1-0/+93