gallium: Fix uninitialized variable warning in compute test.
[mesa.git] / src / gallium / auxiliary / util / u_threaded_context.c
2018-09-07 Marek Olšákgallium/u_threaded: implement set_context_param for...
2018-07-31 Marek Olšákgallium: add storage_sample_count parameter into is_for...
2018-07-05 Marek OlšákShorten u_queue names
2018-01-30 Andres Rodriguezu_threaded_context: add support for fence_server_signal v2
2018-01-30 Andres Rodriguezgallium: add type parameter to create_fence_fd
2017-11-20 Nicolai Hähnlegallium/u_threaded: avoid syncing in threaded_context_flush
2017-11-20 Nicolai Hähnlegallium/u_threaded: properly initialize fence unflushed...
2017-11-20 Nicolai Hähnleu_threaded_gallium: remove synchronization in fence_ser...
2017-11-17 Gert Wollnygallium/aux/util/u_threaded_context.c: Fix some -Wunuse...
2017-11-10 Nicolai Hähnlegallium/u_threaded: fix end_query regression
2017-11-09 Nicolai Hähnlegallium: add pipe_context::callback
2017-11-09 Nicolai Hähnlegallium/u_threaded: implement pipe_context::set_log_context
2017-11-09 Nicolai Hähnlegallium/u_threaded: avoid syncs for get_query_result
2017-11-09 Nicolai Hähnlegallium/u_threaded: implement asynchronous flushes
2017-11-09 Nicolai Hähnlegallium/u_threaded: mark queries flushed only for non...
2017-11-06 Marek Olšákgallium/u_threaded: don't map big VRAM buffers for...
2017-11-06 Marek Olšákgallium/u_threaded: clean up tc_improve_map_buffer_flag...
2017-10-10 Nicolai Hähnleu_threaded_context: fix a memory leak
2017-08-28 Marek Olšákgallium/u_threaded: rename IGNORE_VALID_RANGE -> NO_INF...
2017-08-28 Marek Olšákgallium/u_threaded: disallow discard_range if map_buffe...
2017-08-25 Marek Olšákgallium/u_threaded: fix a typo
2017-07-26 Timothy Arcerigallium/util: fix unused variable warning
2017-06-14 Samuel Pitoisettc: add ARB_bindless_texture support
2017-06-07 Marek Olšákutil/u_queue: add an option to set the minimum thread...
2017-06-05 Brian Paulgallium/u_threaded: fixes for MSVC
2017-06-05 Marek Olšákgallium/u_threaded: remove 16 bytes from tc_batch
2017-06-05 Marek Olšákgallium/u_threaded: align batches and call slots to...
2017-05-18 Marek Olšákgallium/u_threaded: add a fast path for unbinding shade...
2017-05-18 Marek Olšákgallium/u_threaded: add a fast path for unbinding shade...
2017-05-15 Marek Olšákgallium/u_threaded: drop and ignore all non-async debug...
2017-05-15 Marek Olšákgallium/util: add threaded_context as a pipe_context...