Re: [Mesa-dev] [PATCH 2/2] gallium/u_threaded: remove 16 bytes from tc_batch

2017-06-05 Thread Samuel Pitoiset
Both patches are: Reviewed-by: Samuel Pitoiset On 06/01/2017 08:09 PM, Marek Olšák wrote: From: Marek Olšák All other sentinels occupy what is otherwise unused space. --- src/gallium/auxiliary/util/u_threaded_context.c | 2 -- src/gallium/auxiliary/util/u_threaded_context.h | 1 - 2 file

[Mesa-dev] [PATCH 2/2] gallium/u_threaded: remove 16 bytes from tc_batch

2017-06-01 Thread Marek Olšák
From: Marek Olšák All other sentinels occupy what is otherwise unused space. --- src/gallium/auxiliary/util/u_threaded_context.c | 2 -- src/gallium/auxiliary/util/u_threaded_context.h | 1 - 2 files changed, 3 deletions(-) diff --git a/src/gallium/auxiliary/util/u_threaded_context.c b/src/gal