Re: [Mesa-dev] [PATCH 4/4] Shorten u_queue names

2018-07-03 Thread Timothy Arceri
Series: Reviewed-by: Timothy Arceri On 04/07/18 09:16, Marek Olšák wrote: From: Marek Olšák There is a 15-character limit for thread names shared by the queue name and process name. Shorten the thread name to make space for the process name. --- src/gallium/auxiliary/util/u_threaded_contex

[Mesa-dev] [PATCH 4/4] Shorten u_queue names

2018-07-03 Thread Marek Olšák
From: Marek Olšák There is a 15-character limit for thread names shared by the queue name and process name. Shorten the thread name to make space for the process name. --- src/gallium/auxiliary/util/u_threaded_context.c | 2 +- src/gallium/drivers/radeonsi/si_pipe.c| 4 ++-- src/ga