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
/
util
/
u_queue.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/util: move u_queue.{c,h} to src/util
Timothy Arceri
2017-03-12
1
-109
/
+0
*
gallium/util: make use of new u_thread.h in u_queue.{c,h}
Timothy Arceri
2017-03-12
1
-1
/
+3
*
gallium/util: replace pipe_condvar with cnd_t
Timothy Arceri
2017-03-07
1
-3
/
+3
*
gallium/util: replace pipe_thread with thrd_t
Timothy Arceri
2017-03-07
1
-1
/
+1
*
gallium/util: replace pipe_mutex with mtx_t
Timothy Arceri
2017-03-07
1
-2
/
+2
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
1
-1
/
+1
*
gallium/u_queue: fix random crashes when the app calls exit()
Marek Olšák
2017-02-22
1
-0
/
+4
*
gallium/u_queue: add util_queue_get_thread_time_nano
Marek Olšák
2017-02-14
1
-0
/
+2
*
gallium/u_queue: add optional cleanup callback
Rob Clark
2016-07-16
1
-1
/
+5
*
gallium/u_queue: allow the execute function to differ per job
Marek Olšák
2016-06-24
1
-4
/
+6
*
gallium/u_queue: reduce the number of mutexes by 2
Marek Olšák
2016-06-24
1
-2
/
+3
*
gallium/u_queue: add an option to name threads
Marek Olšák
2016-06-24
1
-0
/
+2
*
gallium/u_queue: add an option to have multiple worker threads
Marek Olšák
2016-06-24
1
-5
/
+7
*
gallium/u_queue: rewrite util_queue_fence to allow multiple waiters
Marek Olšák
2016-06-24
1
-1
/
+9
*
gallium/u_queue: use a ring instead of a stack
Marek Olšák
2016-06-24
1
-3
/
+5
*
gallium/util: import the multithreaded job queue from amdgpu winsys (v2)
Marek Olšák
2016-06-15
1
-0
/
+80