index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
include
/
pipe
/
p_atomic.h
Age
Commit message (
Expand
)
Author
2009-04-17
pipe: Get the p_atomic_dec_zero logic right this time.
José Fonseca
2009-04-17
gallium: Fix PIPE_ATOMIC_GCC_INTRINSIC build.
Michel Dänzer
2009-04-17
pipe: Fix InterlockedDecrement usage.
José Fonseca
2009-04-17
gallium: simplify further the logic for selecting mutex implementation
Keith Whitwell
2009-04-17
gallium: add #warning to mutex-based atomic implementation
Keith Whitwell
2009-03-18
pipe/atomic: dont use ms interlock calls from gcc
Keith Whitwell
2009-03-18
pipe/atomic: clean up #ifdef maze
Keith Whitwell
2009-03-17
gallium: Use `_new' name, `new' is a reserved keyword in C++.
Michal Krol
2009-03-17
gallium: Provide unprotected atomic implementation for display and miniport i...
Michal Krol
2009-03-16
gallium: Implement atomic for MSVC on x86.
Michal Krol
2009-03-16
gallium: Implement atomic interface for windows user mode subsystem.
Michal Krol
2009-03-16
gallium: pipe_mutex_init() is of type void.
Michal Krol
2009-03-16
gallium: Include p_compiler.h for integer types.
Michal Krol
2009-03-16
gallium: Add simple atomic class api.
Thomas Hellstrom