summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/os
AgeCommit message (Expand)AuthorFilesLines
2017-06-30gallium: os_process fixes for AndroidRob Herring1-2/+2
2017-06-26util: move pipe_thread_is_self from gallium to src/utilMarek Olšák1-11/+0
2017-06-05Android: use bionic pthread_barrier_* if possibleChih-Wei Huang1-1/+1
2017-05-25gallium/os: use mmap64 for AndroidRob Herring1-18/+3
2017-03-12gallium/util: replace pipe_thread_setname() with u_thread_setname()Timothy Arceri1-12/+0
2017-03-12gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano()Timothy Arceri1-17/+1
2017-03-12gallium/util: replace pipe_thread_create() with u_thread_create()Timothy Arceri1-27/+1
2017-03-07gallium/util: remove unused pipe_thread_destroy()Timothy Arceri1-5/+0
2017-03-07gallium/util: replace pipe_thread_wait() with thrd_join()Timothy Arceri1-5/+0
2017-03-07gallium/util: remove PIPE_THREAD_ROUTINE()Timothy Arceri1-4/+1
2017-03-07gallium/util: replace pipe_condvar with cnd_tTimothy Arceri1-6/+2
2017-03-07gallium/util: replace pipe_thread with thrd_tTimothy Arceri1-10/+6
2017-03-07gallium/util: replace pipe_mutex_unlock() with mtx_unlock()Timothy Arceri1-6/+3
2017-03-07gallium/util: replace pipe_mutex_lock() with mtx_lock()Timothy Arceri1-6/+3
2017-03-07gallium/util: replace pipe_mutex_destroy() with mtx_destroy()Timothy Arceri1-5/+2
2017-03-07gallium/util: replace pipe_mutex_init() with mtx_init()Timothy Arceri1-5/+2
2017-03-07gallium/util: remove pipe_static_mutex()Timothy Arceri1-3/+0
2017-03-07gallium/util: replace pipe_mutex with mtx_tTimothy Arceri1-9/+5
2017-03-07gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()Timothy Arceri1-4/+1
2017-03-07gallium/util: replace pipe_condvar_signal() with cnd_signal()Timothy Arceri1-4/+1
2017-03-07gallium/util: replace pipe_condvar_wait() with cnd_wait()Timothy Arceri1-5/+2
2017-03-07gallium/util: replace pipe_condvar_destroy() with cnd_destroy()Timothy Arceri1-5/+2
2017-03-07gallium/util: replace pipe_condvar_init() with cnd_init()Timothy Arceri1-5/+2
2017-02-14gallium/os: add per-thread time clock queriesMarek Olšák1-0/+31
2016-12-20st/nine: Implement gallium nine CSMTPatrick Rudolph1-0/+11
2016-10-13gallium/os: Use unsigned integers for size computationAxel Davy1-2/+2
2016-10-10gallium/os: Fix overflow on 32 bitsAxel Davy1-4/+10
2016-08-01auxiliary/os: add new os_get_command_line() functionBrian Paul2-0/+52
2016-07-30os: add pipe_mutex_assert_locked()Rob Clark1-0/+16
2016-07-22gallium/os: use CLOCK_MONOTONIC for sleeps (v2)Marek Olšák2-6/+14
2016-06-15auxilary/os: allow appending to GALLIUM_LOG_FILEBrian Paul1-2/+13
2016-04-27os: s/Elements/ARRAY_SIZE/Brian Paul1-1/+1
2015-11-19os: check for GALLIUM_PROCESS_NAME to override os_get_process_name()Brian Paul1-18/+29
2015-09-01auxiliary/os: Don't implement os_get_option() on embedded builds.José Fonseca1-0/+2
2015-07-21gallium: replace INLINE with inlineIlia Mirkin5-24/+24
2015-07-07gallium/os: minor whitespace fixes in os_time.hBrian Paul1-5/+6
2015-07-05gallium/os: add conversion and wait functions for absolute timeoutsMarek Olšák2-0/+67
2015-07-05gallium/os: add os_wait_until_zero (v2)Marek Olšák2-1/+48
2015-04-23os/os_memory_aligned.h: Handle integer overflow.Jose Fonseca1-1/+27
2015-04-22android: fix the building rules for Android 5.0Chih-Wei Huang1-1/+1
2015-03-16auxiliary/os: fix the android build - s/drm_munmap/os_munmap/Emil Velikov1-2/+2
2015-02-27auxilary/os: correct sysctl use in os_get_total_physical_memory()Jonathan Gray1-2/+2
2015-02-13os,llvmpipe: Set rasterizer thread names on Linux.Jose Fonseca1-0/+11
2014-10-23auxiliary/os: get the mmap/munmap wrappers working with androidEmil Velikov1-5/+12
2014-10-13auxilary/os: Add DragonFly BSD support in os_get_total_physical_memory.Vinson Lee1-0/+2
2014-09-05configure.ac: Add AC_SYS_LARGEFILEMichel Dänzer1-4/+9
2014-08-22auxilary/os: Add Solaris support in os_get_total_physical_memory.Vinson Lee1-2/+2
2014-08-20Teach os_get_total_physical_memory about CygwinJon TURNEY1-2/+2
2014-08-19gallium/aux: Fill in Haiku get process name codeAlexander von Gluck IV1-0/+7
2014-08-15auxiliary/os: introduce os_get_total_physical_memory helper functionEmil Velikov2-0/+71