Re: [Mesa-dev] [PATCH 1/3] gallium: add pipe_grid_info::last_block

2019-03-01 Thread Liu, Leo
Series are: Acked-by: Leo Liu On 2/27/19 5:19 PM, Marek Olšák wrote: > From: Marek Olšák > > The OpenMAX state tracker will use this. > > RadeonSI is adapted to use pipe_grid_info::last_block instead of its > internal state. > --- > src/gallium/auxiliary/util/u_screen.c | 3 +++ > s

[Mesa-dev] [PATCH 1/3] gallium: add pipe_grid_info::last_block

2019-02-27 Thread Marek Olšák
From: Marek Olšák The OpenMAX state tracker will use this. RadeonSI is adapted to use pipe_grid_info::last_block instead of its internal state. --- src/gallium/auxiliary/util/u_screen.c | 3 +++ src/gallium/docs/source/screen.rst| 2 ++ src/gallium/drivers/radeonsi/si_comp