summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/os
Commit message (Expand)AuthorAgeFilesLines
* android: print debug info to logcatWuZhen2016-11-011-2/+10
* gallium/os: Use unsigned integers for size computationAxel Davy2016-10-131-2/+2
* gallium/os: Fix overflow on 32 bitsAxel Davy2016-10-101-4/+10
* auxiliary/os: add new os_get_command_line() functionBrian Paul2016-08-012-0/+52
* os: add pipe_mutex_assert_locked()Rob Clark2016-07-301-0/+16
* gallium/os: use CLOCK_MONOTONIC for sleeps (v2)Marek Olšák2016-07-222-6/+14
* auxilary/os: allow appending to GALLIUM_LOG_FILEBrian Paul2016-06-151-2/+13
* os: s/Elements/ARRAY_SIZE/Brian Paul2016-04-271-1/+1
* os: check for GALLIUM_PROCESS_NAME to override os_get_process_name()Brian Paul2015-11-191-18/+29
* auxiliary/os: Don't implement os_get_option() on embedded builds.José Fonseca2015-09-011-0/+2
* gallium: replace INLINE with inlineIlia Mirkin2015-07-215-24/+24
* gallium/os: minor whitespace fixes in os_time.hBrian Paul2015-07-071-5/+6
* gallium/os: add conversion and wait functions for absolute timeoutsMarek Olšák2015-07-052-0/+67
* gallium/os: add os_wait_until_zero (v2)Marek Olšák2015-07-052-1/+48
* os/os_memory_aligned.h: Handle integer overflow.Jose Fonseca2015-04-231-1/+27
* android: fix the building rules for Android 5.0Chih-Wei Huang2015-04-221-1/+1
* auxiliary/os: fix the android build - s/drm_munmap/os_munmap/Emil Velikov2015-03-161-2/+2
* auxilary/os: correct sysctl use in os_get_total_physical_memory()Jonathan Gray2015-02-271-2/+2
* os,llvmpipe: Set rasterizer thread names on Linux.Jose Fonseca2015-02-131-0/+11
* auxiliary/os: get the mmap/munmap wrappers working with androidEmil Velikov2014-10-231-5/+12
* auxilary/os: Add DragonFly BSD support in os_get_total_physical_memory.Vinson Lee2014-10-131-0/+2
* configure.ac: Add AC_SYS_LARGEFILEMichel Dänzer2014-09-051-4/+9
* auxilary/os: Add Solaris support in os_get_total_physical_memory.Vinson Lee2014-08-221-2/+2
* Teach os_get_total_physical_memory about CygwinJon TURNEY2014-08-201-2/+2
* gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV2014-08-191-0/+7
* auxiliary/os: introduce os_get_total_physical_memory helper functionEmil Velikov2014-08-152-0/+71
* os_process.c: Add cygwin as an expected platformYaakov Selkowitz2014-07-291-2/+2
* auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...José Fonseca2014-04-171-1/+1
* os/os_thread: Revert pipe_barrier pre-processing logic.José Fonseca2014-01-231-1/+1
* gallium: Use C11 thread abstractions.José Fonseca2014-01-231-230/+32
* os: Remove pipe_static_condvar.José Fonseca2014-01-231-12/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detectionCyril Brulebois2013-11-121-6/+6
* os: First check for __GLIBC__ and then for PIPE_OS_BSDAndreas Boll2013-09-121-4/+4
* 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