summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/os
AgeCommit message (Expand)AuthorFilesLines
2014-01-23os/os_thread: Revert pipe_barrier pre-processing logic.José Fonseca1-1/+1
2014-01-23gallium: Use C11 thread abstractions.José Fonseca1-230/+32
2014-01-23os: Remove pipe_static_condvar.José Fonseca1-12/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-11-12gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois1-6/+6
2013-09-12os: First check for __GLIBC__ and then for PIPE_OS_BSDAndreas Boll1-4/+4
2013-07-12os: add os_get_process_name() functionBrian Paul2-0/+132
2013-06-26os: add cast in os_time_sleep() to silence MSVC warningBrian Paul1-1/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-4/+5
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-04util: add debug_memory_check_block(), debug_memory_tag()Brian Paul1-0/+6
2012-12-08gallium/os: Fix nano->micro second concersion.José Fonseca1-1/+1
2012-12-06gallium/os: Cleanup up os_time_get/os_time_get_nano.José Fonseca2-21/+19
2012-12-06gallium/os: Fix os_time_sleep() on Windows for small durations.José Fonseca1-1/+5
2012-12-03llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2-0/+22
2012-11-28util: add more memory debugging featuresBrian Paul1-0/+3
2012-05-25util: add GALLIUM_LOG_FILE option for logging output to a fileBrian Paul1-3/+22
2012-05-05auxiliary/os: Add missing signal.h include.Baldo Davide1-0/+1
2011-12-27gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under HaikuAlexander von Gluck1-1/+1
2011-11-29Remove windows kernel support code.José Fonseca5-293/+6
2011-11-29gallium/auxiliary: Remove os_stream.José Fonseca6-652/+0
2011-08-24auxiliary/os: add wrappers for mmap/munmapChia-I Wu1-0/+87
2011-08-21gallium: add PIPE_OS_ANDROID supportChia-I Wu1-1/+1
2011-06-17scons: make embedding orthogonal to the platformJosé Fonseca4-16/+7
2011-05-16gallium: block signals for new thread when spawning threadsDave Airlie1-1/+8
2011-04-27os: simplify ifdefnobled1-1/+1
2011-03-06os: Fix pipe_static_mutex on Windows.José Fonseca1-1/+2
2010-11-08os: Open file streams in binary mode.Michal Krol1-1/+1
2010-08-21auxiliary: add copyright headersLuca Barbieri1-0/+26
2010-08-21os_stream: fix bugs in allocation pathLuca Barbieri1-16/+8
2010-08-20os_stream: add printf facilityLuca Barbieri6-3/+83
2010-07-12os: remove gratuitous pipe_barrier placeholder codenobled1-21/+1
2010-07-12os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled1-1/+0
2010-07-12os: Implement pipe_condvar on Windows Vista and laternobled1-0/+30
2010-07-12os: Implement pipe_condvar on win32nobled1-7/+27
2010-05-13gallium: Add tokens for Cygwin.Vinson Lee2-6/+6
2010-04-26os: Check for spurious wakeups in pipe_barrier_wait.Vinson Lee1-1/+8
2010-04-17os: Implement pipe_barrier for POSIX platforms without pthread_barrier_t.Vinson Lee1-5/+26
2010-03-31os: Temporarily use posix thread for embedded too.Kurt Daverman1-6/+6
2010-03-15gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul1-47/+0
2010-03-12Merge branch '7.8'Michel Dänzer1-1/+1
2010-03-12Grammar and spelling fixesJeff Smith1-1/+1
2010-03-11gallium/os: wrapper for llvm-c/Core.h and #define HAVE_LLVM if neededBrian Paul1-0/+47
2010-02-14os: A stream for debug logging.José Fonseca4-2/+87
2010-02-14os: Add a growable string stream.José Fonseca2-0/+177
2010-02-14os: Complement/improve stream inline helpers.José Fonseca1-0/+17
2010-02-14os: Fix bad calloc.José Fonseca1-10/+1
2010-02-14os: Make streams abstract.José Fonseca4-262/+158
2010-02-10os: Do not use Pthreads barrier functions on Mac OS X.Vinson Lee1-42/+52