gallium: Use "flags" consistently.
[mesa.git] / src / gallium / include / pipe / p_atomic.h
2009-03-18 Keith Whitwellpipe/atomic: dont use ms interlock calls from gcc
2009-03-18 Keith Whitwellpipe/atomic: clean up #ifdef maze
2009-03-17 Michal Krolgallium: Use `_new' name, `new' is a reserved keyword...
2009-03-17 Michal Krolgallium: Provide unprotected atomic implementation...
2009-03-16 Michal Krolgallium: Implement atomic for MSVC on x86.
2009-03-16 Michal Krolgallium: Implement atomic interface for windows user...
2009-03-16 Michal Krolgallium: pipe_mutex_init() is of type void.
2009-03-16 Michal Krolgallium: Include p_compiler.h for integer types.
2009-03-16 Thomas Hellstromgallium: Add simple atomic class api.