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
/
util
/
u_threaded_context.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shorten u_queue names
Marek Olšák
2018-07-04
1
-1
/
+1
*
u_threaded_context: add support for fence_server_signal v2
Andres Rodriguez
2018-01-30
1
-0
/
+20
*
gallium: add type parameter to create_fence_fd
Andres Rodriguez
2018-01-30
1
-2
/
+3
*
gallium/u_threaded: avoid syncing in threaded_context_flush
Nicolai Hähnle
2017-11-20
1
-3
/
+13
*
gallium/u_threaded: properly initialize fence unflushed tokens
Nicolai Hähnle
2017-11-20
1
-2
/
+1
*
u_threaded_gallium: remove synchronization in fence_server_sync
Nicolai Hähnle
2017-11-20
1
-3
/
+11
*
gallium/aux/util/u_threaded_context.c: Fix some -Wunused-param warnings.
Gert Wollny
2017-11-17
1
-10
/
+11
*
gallium/u_threaded: fix end_query regression
Nicolai Hähnle
2017-11-10
1
-2
/
+0
*
gallium: add pipe_context::callback
Nicolai Hähnle
2017-11-09
1
-0
/
+46
*
gallium/u_threaded: implement pipe_context::set_log_context
Nicolai Hähnle
2017-11-09
1
-0
/
+11
*
gallium/u_threaded: avoid syncs for get_query_result
Nicolai Hähnle
2017-11-09
1
-17
/
+48
*
gallium/u_threaded: implement asynchronous flushes
Nicolai Hähnle
2017-11-09
1
-2
/
+94
*
gallium/u_threaded: mark queries flushed only for non-deferred flushes
Nicolai Hähnle
2017-11-09
1
-3
/
+5
*
gallium/u_threaded: don't map big VRAM buffers for the first upload directly
Marek Olšák
2017-11-06
1
-0
/
+14
*
gallium/u_threaded: clean up tc_improve_map_buffer_flags and prevent reentry
Marek Olšák
2017-11-06
1
-7
/
+12
*
u_threaded_context: fix a memory leak
Nicolai Hähnle
2017-10-10
1
-7
/
+8
*
gallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INFER_UNSYNCHRONIZED
Marek Olšák
2017-08-28
1
-2
/
+2
*
gallium/u_threaded: disallow discard_range if map_buffer is unsynchronized
Marek Olšák
2017-08-28
1
-1
/
+3
*
gallium/u_threaded: fix a typo
Marek Olšák
2017-08-25
1
-1
/
+1
*
gallium/util: fix unused variable warning
Timothy Arceri
2017-07-26
1
-3
/
+5
*
tc: add ARB_bindless_texture support
Samuel Pitoiset
2017-06-14
1
-0
/
+128
*
util/u_queue: add an option to set the minimum thread priority
Marek Olšák
2017-06-07
1
-1
/
+1
*
gallium/u_threaded: fixes for MSVC
Brian Paul
2017-06-05
1
-7
/
+9
*
gallium/u_threaded: remove 16 bytes from tc_batch
Marek Olšák
2017-06-05
1
-2
/
+0
*
gallium/u_threaded: align batches and call slots to 16 bytes
Marek Olšák
2017-06-05
1
-2
/
+9
*
gallium/u_threaded: add a fast path for unbinding shader buffers
Marek Olšák
2017-05-18
1
-3
/
+9
*
gallium/u_threaded: add a fast path for unbinding shader images
Marek Olšák
2017-05-18
1
-4
/
+10
*
gallium/u_threaded: drop and ignore all non-async debug callbacks
Marek Olšák
2017-05-15
1
-0
/
+7
*
gallium/util: add threaded_context as a pipe_context wrapper
Marek Olšák
2017-05-15
1
-0
/
+2305