os: New OS abstraction module.
authorJosé Fonseca <jfonseca@vmware.com>
Wed, 3 Feb 2010 12:11:58 +0000 (12:11 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Wed, 3 Feb 2010 12:11:58 +0000 (12:11 +0000)
commit0b0e7057128c213bee8d2158b976869475f7cb42
treecfa2e636f951e5daf90710b9fd9cdaec3afb8753
parent630c375fe93abb7de8362cc4f092c4aa08d2fdc2
os: New OS abstraction module.
src/gallium/auxiliary/Makefile
src/gallium/auxiliary/SConscript
src/gallium/auxiliary/os/os_memory.h [new file with mode: 0644]
src/gallium/auxiliary/os/os_memory_aligned.h [new file with mode: 0644]
src/gallium/auxiliary/os/os_memory_debug.h [new file with mode: 0644]
src/gallium/auxiliary/os/os_memory_stdc.h [new file with mode: 0644]
src/gallium/auxiliary/os/os_memory_win32k.h [new file with mode: 0644]
src/gallium/auxiliary/os/os_misc.c [new file with mode: 0644]
src/gallium/auxiliary/os/os_misc.h [new file with mode: 0644]