summaryrefslogtreecommitdiff
path: root/src/gallium/include/pipe/p_atomic.h
AgeCommit message (Expand)Author
2009-04-17pipe: Get the p_atomic_dec_zero logic right this time.José Fonseca
2009-04-17gallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build.Michel Dänzer
2009-04-17pipe: Fix InterlockedDecrement usage.José Fonseca
2009-04-17gallium: simplify further the logic for selecting mutex implementationKeith Whitwell
2009-04-17gallium: add #warning to mutex-based atomic implementationKeith Whitwell
2009-03-18pipe/atomic: dont use ms interlock calls from gccKeith Whitwell
2009-03-18pipe/atomic: clean up #ifdef mazeKeith Whitwell
2009-03-17gallium: Use `_new' name, `new' is a reserved keyword in C++.Michal Krol
2009-03-17gallium: Provide unprotected atomic implementation for display and miniport i...Michal Krol
2009-03-16gallium: Implement atomic for MSVC on x86.Michal Krol
2009-03-16gallium: Implement atomic interface for windows user mode subsystem.Michal Krol
2009-03-16gallium: pipe_mutex_init() is of type void.Michal Krol
2009-03-16gallium: Include p_compiler.h for integer types.Michal Krol
2009-03-16gallium: Add simple atomic class api.Thomas Hellstrom