gallium: Fix uninitialized variable warning in compute test.
[mesa.git] / src / gallium / auxiliary / os /
2018-10-30 Dylan Bakerutil: Move os_misc to util
2018-09-07 Marek OlšákRevert "gallium/os_thread: simplify helper pipe_current...
2018-09-07 Marek Olšákgallium/os_thread: simplify helper pipe_current_thread_...
2018-08-01 Dylan Bakerutil: move process.[ch] to u_process.[ch]
2018-07-05 Marek Olšákgallium/os: use util_get_process_name when possible
2017-11-17 Gert Wollnygallium/aux/os/os_thread.h: Silence -Wunused-param.
2017-11-09 Nicolai Hähnleutil: move os_time.[ch] to src/util
2017-11-09 Nicolai Hähnleutil: move pipe_barrier into src/util and rename to...
2017-10-27 Brian Paulgallium/os: fix align_malloc() / os_malloc_aligned...
2017-08-17 Frank Richtergallium/os: fix os_time_get_nano() to roll over less
2017-06-30 Rob Herringgallium: os_process fixes for Android
2017-06-26 Marek Olšákutil: move pipe_thread_is_self from gallium to src...
2017-06-05 Chih-Wei HuangAndroid: use bionic pthread_barrier_* if possible
2017-05-25 Rob Herringgallium/os: use mmap64 for Android
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_setname() with u_thre...
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_get_time_nano() with...
2017-03-12 Timothy Arcerigallium/util: replace pipe_thread_create() with u_threa...
2017-03-06 Timothy Arcerigallium/util: remove unused pipe_thread_destroy()
2017-03-06 Timothy Arcerigallium/util: replace pipe_thread_wait() with thrd_join()
2017-03-06 Timothy Arcerigallium/util: remove PIPE_THREAD_ROUTINE()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar with cnd_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_thread with thrd_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_unlock() with mtx_unlock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_lock() with mtx_lock()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_destroy() with mtx_des...
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex_init() with mtx_init()
2017-03-06 Timothy Arcerigallium/util: remove pipe_static_mutex()
2017-03-06 Timothy Arcerigallium/util: replace pipe_mutex with mtx_t
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_broadcast() with...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_signal() with cnd_si...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_wait() with cnd_wait()
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_destroy() with cnd_d...
2017-03-06 Timothy Arcerigallium/util: replace pipe_condvar_init() with cnd_init()
2017-02-14 Marek Olšákgallium/os: add per-thread time clock queries
2016-12-20 Patrick Rudolphst/nine: Implement gallium nine CSMT
2016-10-13 Axel Davygallium/os: Use unsigned integers for size computation
2016-10-10 Axel Davygallium/os: Fix overflow on 32 bits
2016-08-01 Brian Paulauxiliary/os: add new os_get_command_line() function
2016-07-30 Rob Clarkos: add pipe_mutex_assert_locked()
2016-07-22 Marek Olšákgallium/os: use CLOCK_MONOTONIC for sleeps (v2)
2016-06-15 Brian Paulauxilary/os: allow appending to GALLIUM_LOG_FILE
2016-04-27 Brian Paulos: s/Elements/ARRAY_SIZE/
2015-11-23 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-11-19 Brian Paulos: check for GALLIUM_PROCESS_NAME to override os_get_p...
2015-10-01 Kristian Høgsberg... Merge branch 'master' of ../mesa into vulkan
2015-09-01 José Fonsecaauxiliary/os: Don't implement os_get_option() on embedd...
2015-08-17 Jason EkstrandMerge remote-tracking branch 'mesa-public/master' into...
2015-07-21 Ilia Mirkingallium: replace INLINE with inline
2015-07-07 Brian Paulgallium/os: minor whitespace fixes in os_time.h
2015-07-05 Marek Olšákgallium/os: add conversion and wait functions for absol...
2015-07-05 Marek Olšákgallium/os: add os_wait_until_zero (v2)
2015-04-23 Jose Fonsecaos/os_memory_aligned.h: Handle integer overflow.
2015-04-22 Chih-Wei Huangandroid: fix the building rules for Android 5.0
2015-03-16 Emil Velikovauxiliary/os: fix the android build - s/drm_munmap...
2015-02-27 Jonathan Grayauxilary/os: correct sysctl use in os_get_total_physica...
2015-02-13 Jose Fonsecaos,llvmpipe: Set rasterizer thread names on Linux.
2014-10-23 Emil Velikovauxiliary/os: get the mmap/munmap wrappers working...
2014-10-14 Vinson Leeauxilary/os: Add DragonFly BSD support in os_get_total_...
2014-09-05 Michel Dänzerconfigure.ac: Add AC_SYS_LARGEFILE
2014-08-23 Vinson Leeauxilary/os: Add Solaris support in os_get_total_physic...
2014-08-20 Jon TURNEYTeach os_get_total_physical_memory about Cygwin
2014-08-19 Alexander von Gluck IVgallium/aux: Fill in Haiku get process name code
2014-08-15 Emil Velikovauxiliary/os: introduce os_get_total_physical_memory...
2014-07-29 Yaakov Selkowitzos_process.c: Add cygwin as an expected platform
2014-04-17 José Fonsecaauxiliary/os,auxiliary/util: Fix the `‘noreturn’ functi...
2014-01-23 José Fonsecaos/os_thread: Revert pipe_barrier pre-processing logic.
2014-01-23 José Fonsecagallium: Use C11 thread abstractions.
2014-01-23 José Fonsecaos: Remove pipe_static_condvar.
2014-01-17 José Fonsecas/Tungsten Graphics/VMware/
2013-11-12 Cyril Bruleboisgallium: fix build on GNU/Hurd due to missing PIPE_OS_H...
2013-09-12 Andreas Bollos: First check for __GLIBC__ and then for PIPE_OS_BSD
2013-07-12 Brian Paulos: add os_get_process_name() function
2013-06-26 Brian Paulos: add cast in os_time_sleep() to silence MSVC warning
2013-04-24 Kenneth Graunkemesa: Restore 78-column wrapping of license text in...
2013-04-24 Kenneth Graunkemesa: Add "OR COPYRIGHT HOLDERS" to license text discla...
2013-04-24 Kenneth Graunkemesa: Change "BRIAN PAUL" to "THE AUTHORS" in license...
2013-04-04 Brian Paulutil: add debug_memory_check_block(), debug_memory_tag()
2012-12-08 José Fonsecagallium/os: Fix nano->micro second concersion.
2012-12-06 José Fonsecagallium/os: Cleanup up os_time_get/os_time_get_nano.
2012-12-06 José Fonsecagallium/os: Fix os_time_sleep() on Windows for small...
2012-12-03 James Bentonllvmpipe: Implement PIPE_QUERY_TIMESTAMP and PIPE_QUERY...
2012-11-28 Brian Paulutil: add more memory debugging features
2012-05-25 Brian Paulutil: add GALLIUM_LOG_FILE option for logging output...
2012-05-11 Marek OlšákMerge branch 'gallium-userbuf'
2012-05-05 Baldo Davideauxiliary/os: Add missing signal.h include.
2011-12-27 Alexander von Gluckgallium: use Mesa pthread_barrier_t on Haiku, as it...
2011-11-29 José FonsecaRemove windows kernel support code.
2011-11-29 José Fonsecagallium/auxiliary: Remove os_stream.
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-24 Chia-I Wuauxiliary/os: add wrappers for mmap/munmap
2011-08-20 Chia-I Wugallium: add PIPE_OS_ANDROID support
2011-08-04 Bryan CainMerge branch 'glsl-to-tgsi'
2011-07-21 Brian PaulMerge branch 'gallium-polygon-stipple'
2011-07-04 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-07-04 Thomas HellstromMerge branch 'xa_branch'
2011-06-17 José Fonsecascons: make embedding orthogonal to the platform
2011-06-03 Christian KönigMerge remote-tracking branch 'mareko/r300g-draw-instanc...
2011-05-21 Christian KönigMerge remote-tracking branch 'origin/master' into pipe...
2011-05-15 Dave Airliegallium: block signals for new thread when spawning...
next