index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
os
/
os_thread.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: move pipe_barrier into src/util and rename to util_barrier
Nicolai Hähnle
2017-11-09
1
-76
/
+0
*
util: move pipe_thread_is_self from gallium to src/util
Marek Olšák
2017-06-26
1
-11
/
+0
*
Android: use bionic pthread_barrier_* if possible
Chih-Wei Huang
2017-06-05
1
-1
/
+1
*
gallium/util: replace pipe_thread_setname() with u_thread_setname()
Timothy Arceri
2017-03-12
1
-12
/
+0
*
gallium/util: replace pipe_thread_get_time_nano() with u_thread_get_time_nano()
Timothy Arceri
2017-03-12
1
-17
/
+1
*
gallium/util: replace pipe_thread_create() with u_thread_create()
Timothy Arceri
2017-03-12
1
-27
/
+1
*
gallium/util: remove unused pipe_thread_destroy()
Timothy Arceri
2017-03-07
1
-5
/
+0
*
gallium/util: replace pipe_thread_wait() with thrd_join()
Timothy Arceri
2017-03-07
1
-5
/
+0
*
gallium/util: remove PIPE_THREAD_ROUTINE()
Timothy Arceri
2017-03-07
1
-4
/
+1
*
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
2017-03-07
1
-6
/
+2
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
1
-10
/
+6
*
gallium/util: replace pipe_mutex_unlock() with mtx_unlock()
Timothy Arceri
2017-03-07
1
-6
/
+3
*
gallium/util: replace pipe_mutex_lock() with mtx_lock()
Timothy Arceri
2017-03-07
1
-6
/
+3
*
gallium/util: replace pipe_mutex_destroy() with mtx_destroy()
Timothy Arceri
2017-03-07
1
-5
/
+2
*
gallium/util: replace pipe_mutex_init() with mtx_init()
Timothy Arceri
2017-03-07
1
-5
/
+2
*
gallium/util: remove pipe_static_mutex()
Timothy Arceri
2017-03-07
1
-3
/
+0
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-9
/
+5
*
gallium/util: replace pipe_condvar_broadcast() with cnd_broadcast()
Timothy Arceri
2017-03-07
1
-4
/
+1
*
gallium/util: replace pipe_condvar_signal() with cnd_signal()
Timothy Arceri
2017-03-07
1
-4
/
+1
*
gallium/util: replace pipe_condvar_wait() with cnd_wait()
Timothy Arceri
2017-03-07
1
-5
/
+2
*
gallium/util: replace pipe_condvar_destroy() with cnd_destroy()
Timothy Arceri
2017-03-07
1
-5
/
+2
*
gallium/util: replace pipe_condvar_init() with cnd_init()
Timothy Arceri
2017-03-07
1
-5
/
+2
*
gallium/os: add per-thread time clock queries
Marek Olšák
2017-02-14
1
-0
/
+31
*
st/nine: Implement gallium nine CSMT
Patrick Rudolph
2016-12-20
1
-0
/
+11
*
os: add pipe_mutex_assert_locked()
Rob Clark
2016-07-30
1
-0
/
+16
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-17
/
+17
*
os,llvmpipe: Set rasterizer thread names on Linux.
Jose Fonseca
2015-02-13
1
-0
/
+11
*
os/os_thread: Revert pipe_barrier pre-processing logic.
José Fonseca
2014-01-23
1
-1
/
+1
*
gallium: Use C11 thread abstractions.
José Fonseca
2014-01-23
1
-230
/
+32
*
os: Remove pipe_static_condvar.
José Fonseca
2014-01-23
1
-12
/
+0
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
gallium: fix build on GNU/Hurd due to missing PIPE_OS_HURD detection
Cyril Brulebois
2013-11-12
1
-6
/
+6
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-4
/
+5
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
auxiliary/os: Add missing signal.h include.
Baldo Davide
2012-05-05
1
-0
/
+1
*
gallium: use Mesa pthread_barrier_t on Haiku, as it is incomplete under Haiku
Alexander von Gluck
2011-12-27
1
-1
/
+1
*
gallium: add PIPE_OS_ANDROID support
Chia-I Wu
2011-08-21
1
-1
/
+1
*
scons: make embedding orthogonal to the platform
José Fonseca
2011-06-17
1
-6
/
+6
*
gallium: block signals for new thread when spawning threads
Dave Airlie
2011-05-16
1
-1
/
+8
*
os: Fix pipe_static_mutex on Windows.
José Fonseca
2011-03-06
1
-1
/
+2
*
os: remove gratuitous pipe_barrier placeholder code
nobled
2010-07-12
1
-21
/
+1
*
os, rbug: remove PIPE_THREAD_HAVE_CONDVAR
nobled
2010-07-12
1
-1
/
+0
*
os: Implement pipe_condvar on Windows Vista and later
nobled
2010-07-12
1
-0
/
+30
*
os: Implement pipe_condvar on win32
nobled
2010-07-12
1
-7
/
+27
*
gallium: Add tokens for Cygwin.
Vinson Lee
2010-05-13
1
-5
/
+5
*
os: Check for spurious wakeups in pipe_barrier_wait.
Vinson Lee
2010-04-26
1
-1
/
+8
*
os: Implement pipe_barrier for POSIX platforms without pthread_barrier_t.
Vinson Lee
2010-04-17
1
-5
/
+26
*
os: Temporarily use posix thread for embedded too.
Kurt Daverman
2010-03-31
1
-6
/
+6
*
os: Do not use Pthreads barrier functions on Mac OS X.
Vinson Lee
2010-02-10
1
-42
/
+52
[next]