aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use __sync_add_and_fetch instead of __sync_fetch_and_add for atomic_dec_and_testMaarten Lankhorst2015-03-131-1/+1
* Add atomic_inc_return to atomics.Maarten Lankhorst2015-03-131-0/+3
* Stop undefining _ATOMIC_TYPE in Solaris/NetBSD section of xf86atomic.hAlan Coopersmith2015-02-121-5/+4
* Add NetBSD atomic ops support.Thomas Klausner2015-01-261-3/+10
* Fix libdrm's atomic_dec_and_test on Solaris.Thomas Klausner2015-01-261-1/+1
* atomic: add atomic_add_unless()Lionel Landwerlin2014-09-151-0/+9
* Correct the Solaris definitions of atomic_add & atomic_decAlan Coopersmith2010-04-161-2/+2
* libdrm_radeon: Optimize cs_gem_reloc to do less looping.Pauli Nieminen2010-03-171-0/+6
* libdrm: Move intel_atomic.h to libdrm core for sharing.Pauli Nieminen2010-03-171-0/+93