Re: [Mesa-dev] [PATCH 03/10] radeonsi: set some image descriptor fields at bind time

2016-05-31 Thread Marek Olšák
On Wed, Jun 1, 2016 at 1:18 AM, Bas Nieuwenhuizen wrote: > On Thu, May 19, 2016 at 12:59 PM, Marek Olšák wrote: >> From: Marek Olšák >> >> mainly the fields that can change by reallocating a texture and changing >> the tile mode >> --- >> src/gallium/drivers/radeonsi/si_descriptors.c | 64 +

Re: [Mesa-dev] [PATCH 03/10] radeonsi: set some image descriptor fields at bind time

2016-05-31 Thread Bas Nieuwenhuizen
On Thu, May 19, 2016 at 12:59 PM, Marek Olšák wrote: > From: Marek Olšák > > mainly the fields that can change by reallocating a texture and changing > the tile mode > --- > src/gallium/drivers/radeonsi/si_descriptors.c | 64 + > src/gallium/drivers/radeonsi/si_pipe.h| 3

[Mesa-dev] [PATCH 03/10] radeonsi: set some image descriptor fields at bind time

2016-05-19 Thread Marek Olšák
From: Marek Olšák mainly the fields that can change by reallocating a texture and changing the tile mode --- src/gallium/drivers/radeonsi/si_descriptors.c | 64 + src/gallium/drivers/radeonsi/si_pipe.h| 3 + src/gallium/drivers/radeonsi/si_state.c | 99