summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/os
Commit message (Expand)AuthorAgeFilesLines
* os: add os_get_process_name() functionBrian Paul2013-07-122-0/+132
* os: add cast in os_time_sleep() to silence MSVC warningBrian Paul2013-06-261-1/+1
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+5
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* util: add debug_memory_check_block(), debug_memory_tag()Brian Paul2013-04-041-0/+6
* gallium/os: Fix nano->micro second concersion.José Fonseca2012-12-081-1/+1
* gallium/os: Cleanup up os_time_get/os_time_get_nano.José Fonseca2012-12-062-21/+19
* gallium/os: Fix os_time_sleep() on Windows for small durations.José Fonseca2012-12-061-1/+5
* llvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY_TIME_ELAPSED.James Benton2012-12-032-0/+22
* util: add more memory debugging featuresBrian Paul2012-11-281-0/+3
* util: add GALLIUM_LOG_FILE option for logging output to a fileBrian Paul2012-05-251-3/+22
* auxiliary/os: Add missing signal.h include.Baldo Davide2012-05-051-0/+1
* gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under HaikuAlexander von Gluck2011-12-271-1/+1
* Remove windows kernel support code.José Fonseca2011-11-295-293/+6
* gallium/auxiliary: Remove os_stream.José Fonseca2011-11-296-652/+0
* auxiliary/os: add wrappers for mmap/munmapChia-I Wu2011-08-241-0/+87
* gallium: add PIPE_OS_ANDROID supportChia-I Wu2011-08-211-1/+1
* scons: make embedding orthogonal to the platformJosé Fonseca2011-06-174-16/+7
* gallium: block signals for new thread when spawning threadsDave Airlie2011-05-161-1/+8
* os: simplify ifdefnobled2011-04-271-1/+1
* os: Fix pipe_static_mutex on Windows.José Fonseca2011-03-061-1/+2
* os: Open file streams in binary mode.Michal Krol2010-11-081-1/+1
* auxiliary: add copyright headersLuca Barbieri2010-08-211-0/+26
* os_stream: fix bugs in allocation pathLuca Barbieri2010-08-211-16/+8
* os_stream: add printf facilityLuca Barbieri2010-08-206-3/+83
* os: remove gratuitous pipe_barrier placeholder codenobled2010-07-121-21/+1
* os, rbug: remove PIPE_THREAD_HAVE_CONDVARnobled2010-07-121-1/+0
* os: Implement pipe_condvar on Windows Vista and laternobled2010-07-121-0/+30
* os: Implement pipe_condvar on win32nobled2010-07-121-7/+27
* gallium: Add tokens for Cygwin.Vinson Lee2010-05-132-6/+6
* os: Check for spurious wakeups in pipe_barrier_wait.Vinson Lee2010-04-261-1/+8
* os: Implement pipe_barrier for POSIX platforms without pthread_barrier_t.Vinson Lee2010-04-171-5/+26
* os: Temporarily use posix thread for embedded too.Kurt Daverman2010-03-311-6/+6
* gallivm/llvmpipe: rename os_llvm.h to lp_bld.hBrian Paul2010-03-151-47/+0
* Merge branch '7.8'Michel Dänzer2010-03-121-1/+1
|\
| * Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* | gallium/os: wrapper for llvm-c/Core.h and #define HAVE_LLVM if neededBrian Paul2010-03-111-0/+47
|/
* os: A stream for debug logging.José Fonseca2010-02-144-2/+87
* os: Add a growable string stream.José Fonseca2010-02-142-0/+177
* os: Complement/improve stream inline helpers.José Fonseca2010-02-141-0/+17
* os: Fix bad calloc.José Fonseca2010-02-141-10/+1
* os: Make streams abstract.José Fonseca2010-02-144-262/+158
* os: Do not use Pthreads barrier functions on Mac OS X.Vinson Lee2010-02-101-42/+52
* os: Don't assert on missing implementation of barrier init/destroy. Just usage.José Fonseca2010-02-051-2/+0
* Merge remote branch 'origin/lp-binning'José Fonseca2010-02-051-7/+144
* auxiliary: util_stream -> os_streamJosé Fonseca2010-02-043-0/+388
* os: Ensure header includes are outside extern "C" {}.José Fonseca2010-02-041-2/+6
* os: Time abstractions.José Fonseca2010-02-042-0/+220
* os/os_memory_aligned.h: fix memory allocation alignment for 64 bitsJosé Fonseca2010-02-042-3/+3