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
*
util: Move gallium's PIPE_FORMAT utils to /util/format/
Eric Anholt
2019-11-14
1
-1
/
+1
*
util: remove LIST_DEL macro
Timothy Arceri
2019-10-28
1
-3
/
+3
*
util: remove LIST_ADD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
util: remove LIST_INITHEAD macro
Timothy Arceri
2019-10-28
1
-1
/
+1
*
gallium: add PIPE_RESOURCE_FLAG_SINGLE_THREAD_USE to skip util_range lock
Marek Olšák
2019-10-07
1
-7
/
+11
*
util/u_queue: track job size and limit the size of queue growth
Timothy Arceri
2019-09-19
1
-1
/
+1
*
tree-wide: replace MAYBE_UNUSED with ASSERTED
Eric Engestrom
2019-07-31
1
-1
/
+1
*
gallium/aux: replace MAYBE_UNUSED with UNUSED
Eric Engestrom
2019-07-31
1
-2
/
+2
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
1
-9
/
+9
*
gallium: use MAP_DIRECTLY to mean supression of DISCARD in buffer_subdata
Marek Olšák
2019-07-15
1
-2
/
+5
*
gallium: add writable_bitmask parameter into set_shader_buffers
Marek Olšák
2019-04-04
1
-3
/
+7
*
gallium/u_threaded: always unmap const_uploader
Marek Olšák
2019-02-20
1
-0
/
+1
*
gallium/u_threaded: fix EXPLICIT_FLUSH for flush offsets > 0
Marek Olšák
2019-02-11
1
-1
/
+2
*
gallium/u_threaded: implement set_context_param for thread pinning (v2)
Marek Olšák
2018-09-07
1
-0
/
+40
*
gallium: add storage_sample_count parameter into is_format_supported
Marek Olšák
2018-07-31
1
-1
/
+2
*
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