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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium/u_queue: set num_threads correctly if not all threads start
Grazvydas Ignotas
2017-02-27
1
-1
/
+1
*
gallium/u_queue: fix a crash with atexit handlers
Grazvydas Ignotas
2017-02-27
1
-0
/
+1
*
gallium/u_queue: isolate util_queue_fence implementation
Marek Olšák
2017-02-22
1
-19
/
+23
*
gallium/u_queue: fix random crashes when the app calls exit()
Marek Olšák
2017-02-22
1
-2
/
+74
*
gallium/u_queue: add util_queue_get_thread_time_nano
Marek Olšák
2017-02-14
1
-0
/
+10
*
gallium/u_queue: add optional cleanup callback
Rob Clark
2016-07-16
1
-1
/
+5
*
gallium/u_queue: assert that users must wait on fences before destroying them
Nicolai Hähnle
2016-07-11
1
-0
/
+1
*
gallium/u_queue: guard fence->signalled checks with fence->mutex
Nicolai Hähnle
2016-07-11
1
-3
/
+0
*
gallium/u_queue: allow the execute function to differ per job
Marek Olšák
2016-06-24
1
-6
/
+6
*
gallium/u_queue: reduce the number of mutexes by 2
Marek Olšák
2016-06-24
1
-18
/
+32
*
gallium/u_queue: add an option to name threads
Marek Olšák
2016-06-24
1
-0
/
+9
*
gallium/u_queue: add an option to have multiple worker threads
Marek Olšák
2016-06-24
1
-10
/
+56
*
gallium/u_queue: rewrite util_queue_fence to allow multiple waiters
Marek Olšák
2016-06-24
1
-15
/
+34
*
gallium/u_queue: use a ring instead of a stack
Marek Olšák
2016-06-24
1
-15
/
+40
*
gallium/util: import the multithreaded job queue from amdgpu winsys (v2)
Marek Olšák
2016-06-15
1
-0
/
+129