Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pipe: Get the p_atomic_dec_zero logic right this time. | José Fonseca | 2009-04-17 | 1 | -3/+2 |
| | |||||
* | gallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build. | Michel Dänzer | 2009-04-17 | 1 | -2/+2 |
| | |||||
* | pipe: Fix InterlockedDecrement usage. | José Fonseca | 2009-04-17 | 1 | -1/+1 |
| | |||||
* | gallium: simplify further the logic for selecting mutex implementation | Keith Whitwell | 2009-04-17 | 1 | -53/+24 |
| | | | | Cleaner than the previous cleanup... | ||||
* | gallium: add #warning to mutex-based atomic implementation | Keith Whitwell | 2009-04-17 | 1 | -0/+1 |
| | | | | Some builds end up picking this up. | ||||
* | pipe/atomic: dont use ms interlock calls from gcc | Keith Whitwell | 2009-03-18 | 1 | -1/+2 |
| | |||||
* | pipe/atomic: clean up #ifdef maze | Keith Whitwell | 2009-03-18 | 1 | -17/+135 |
| | |||||
* | gallium: Use `_new' name, `new' is a reserved keyword in C++. | Michal Krol | 2009-03-17 | 1 | -9/+9 |
| | |||||
* | gallium: Provide unprotected atomic implementation for display and miniport ↵ | Michal Krol | 2009-03-17 | 1 | -1/+15 |
| | | | | interfaces. | ||||
* | gallium: Implement atomic for MSVC on x86. | Michal Krol | 2009-03-16 | 1 | -1/+65 |
| | |||||
* | gallium: Implement atomic interface for windows user mode subsystem. | Michal Krol | 2009-03-16 | 1 | -1/+35 |
| | |||||
* | gallium: pipe_mutex_init() is of type void. | Michal Krol | 2009-03-16 | 1 | -4/+1 |
| | | | | Both the windows and fallback versions are void already. | ||||
* | gallium: Include p_compiler.h for integer types. | Michal Krol | 2009-03-16 | 1 | -1/+1 |
| | |||||
* | gallium: Add simple atomic class api. | Thomas Hellstrom | 2009-03-16 | 1 | -0/+154 |
Signed-off-by: Thomas Hellstrom <thellstrom-at-vmware-dot-com> |