index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
os
Commit message (
Expand
)
Author
Age
Files
Lines
*
Android: use bionic pthread_barrier_* if possible
Chih-Wei Huang
2017-06-05
1
-1
/
+1
*
gallium/os: use mmap64 for Android
Rob Herring
2017-05-25
1
-18
/
+3
*
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
*
gallium/os: Use unsigned integers for size computation
Axel Davy
2016-10-13
1
-2
/
+2
*
gallium/os: Fix overflow on 32 bits
Axel Davy
2016-10-10
1
-4
/
+10
*
auxiliary/os: add new os_get_command_line() function
Brian Paul
2016-08-01
2
-0
/
+52
*
os: add pipe_mutex_assert_locked()
Rob Clark
2016-07-30
1
-0
/
+16
*
gallium/os: use CLOCK_MONOTONIC for sleeps (v2)
Marek Olšák
2016-07-22
2
-6
/
+14
*
auxilary/os: allow appending to GALLIUM_LOG_FILE
Brian Paul
2016-06-15
1
-2
/
+13
*
os: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-1
/
+1
*
os: check for GALLIUM_PROCESS_NAME to override os_get_process_name()
Brian Paul
2015-11-19
1
-18
/
+29
*
auxiliary/os: Don't implement os_get_option() on embedded builds.
José Fonseca
2015-09-01
1
-0
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
5
-24
/
+24
*
gallium/os: minor whitespace fixes in os_time.h
Brian Paul
2015-07-07
1
-5
/
+6
*
gallium/os: add conversion and wait functions for absolute timeouts
Marek Olšák
2015-07-05
2
-0
/
+67
*
gallium/os: add os_wait_until_zero (v2)
Marek Olšák
2015-07-05
2
-1
/
+48
*
os/os_memory_aligned.h: Handle integer overflow.
Jose Fonseca
2015-04-23
1
-1
/
+27
*
android: fix the building rules for Android 5.0
Chih-Wei Huang
2015-04-22
1
-1
/
+1
*
auxiliary/os: fix the android build - s/drm_munmap/os_munmap/
Emil Velikov
2015-03-16
1
-2
/
+2
*
auxilary/os: correct sysctl use in os_get_total_physical_memory()
Jonathan Gray
2015-02-27
1
-2
/
+2
*
os,llvmpipe: Set rasterizer thread names on Linux.
Jose Fonseca
2015-02-13
1
-0
/
+11
*
auxiliary/os: get the mmap/munmap wrappers working with android
Emil Velikov
2014-10-23
1
-5
/
+12
*
auxilary/os: Add DragonFly BSD support in os_get_total_physical_memory.
Vinson Lee
2014-10-13
1
-0
/
+2
*
configure.ac: Add AC_SYS_LARGEFILE
Michel Dänzer
2014-09-05
1
-4
/
+9
*
auxilary/os: Add Solaris support in os_get_total_physical_memory.
Vinson Lee
2014-08-22
1
-2
/
+2
*
Teach os_get_total_physical_memory about Cygwin
Jon TURNEY
2014-08-20
1
-2
/
+2
*
gallium/aux: Fill in Haiku get process name code
Alexander von Gluck IV
2014-08-19
1
-0
/
+7
*
auxiliary/os: introduce os_get_total_physical_memory helper function
Emil Velikov
2014-08-15
2
-0
/
+71
*
os_process.c: Add cygwin as an expected platform
Yaakov Selkowitz
2014-07-29
1
-2
/
+2
*
auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...
José Fonseca
2014-04-17
1
-1
/
+1
[next]