summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/os
AgeCommit message (Expand)Author
2011-03-16android: Fix build with bionic.Chia-I Wu
2011-03-06os: Fix pipe_static_mutex on Windows.José Fonseca
2010-11-08os: Open file streams in binary mode.Michal Krol
2010-08-21auxiliary: add copyright headersLuca Barbieri
2010-08-21os_stream: fix bugs in allocation pathLuca Barbieri
2010-08-20os_stream: add printf facilityLuca Barbieri
2010-07-12os: remove gratuitous pipe_barrier placeholder codenobled
2010-07-12os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled
2010-07-12os: Implement pipe_condvar on Windows Vista and laternobled
2010-07-12os: Implement pipe_condvar on win32nobled
2010-05-13gallium: Add tokens for Cygwin.Vinson Lee
2010-04-26os: Check for spurious wakeups in pipe_barrier_wait.Vinson Lee
2010-04-17os: Implement pipe_barrier for POSIX platforms without pthread_barrier_t.Vinson Lee
2010-03-31os: Temporarily use posix thread for embedded too.Kurt Daverman
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-11gallium/os: wrapper for llvm-c/Core.h and #define HAVE_LLVM if neededBrian Paul
2010-02-14os: A stream for debug logging.José Fonseca
2010-02-14os: Add a growable string stream.José Fonseca
2010-02-14os: Complement/improve stream inline helpers.José Fonseca
2010-02-14os: Fix bad calloc.José Fonseca
2010-02-14os: Make streams abstract.José Fonseca
2010-02-10os: Do not use Pthreads barrier functions on Mac OS X.Vinson Lee
2010-02-05os: Don't assert on missing implementation of barrier init/destroy. Just usage.José Fonseca
2010-02-05Merge remote branch 'origin/lp-binning'José Fonseca
2010-02-04auxiliary: util_stream -> os_streamJosé Fonseca
2010-02-04os: Ensure header includes are outside extern "C" {}.José Fonseca
2010-02-04os: Time abstractions.José Fonseca
2010-02-04os/os_memory_aligned.h: fix memory allocation alignment for 64 bitsJosé Fonseca
2010-02-04os: Add missing dummy threading definitions.José Fonseca
2010-02-03os: Also add the aligned memory prototypes to the embedded section.José Fonseca
2010-02-03os: New OS abstraction module.José Fonseca
2010-02-02gallium: Move p_thread.h and p_atomic.h out of gallium interfaces.José Fonseca