Merge branch 'gallium-conditional-rendering'
[mesa.git] / src / gallium / include / pipe / p_atomic.h
2009-06-12 Alex DeucherMerge master and fix conflicts
2009-04-22 Dave AirlieMerge remote branch 'origin/master' into radeon-rewrite
2009-04-17 José Fonsecapipe: Get the p_atomic_dec_zero logic right this time.
2009-04-17 Michel Dänzergallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build.
2009-04-17 José Fonsecapipe: Fix InterlockedDecrement usage.
2009-04-17 Keith Whitwellgallium: simplify further the logic for selecting mutex...
2009-04-17 Keith Whitwellgallium: add #warning to mutex-based atomic implementation
2009-03-20 Dave AirlieMerge remote branch 'main/master' into radeon-rewrite
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.