Re: [Mesa-dev] [PATCH 07/11] radeonsi: reorder and initialize more fields in si_reallocate_texture_inplace

2018-06-26 Thread Dylan Baker
Quoting Marek Olšák (2018-06-26 09:31:40) > > > On Tue, Jun 26, 2018, 11:57 AM Dylan Baker wrote: > > Quoting Marek Olšák (2018-06-18 16:33:08) > > From: Marek Olšák > > > > Some fields shouldn't be initialized, like framebuffers_bound and other > stats. > > It's hopefu

Re: [Mesa-dev] [PATCH 07/11] radeonsi: reorder and initialize more fields in si_reallocate_texture_inplace

2018-06-26 Thread Marek Olšák
On Tue, Jun 26, 2018, 11:57 AM Dylan Baker wrote: > Quoting Marek Olšák (2018-06-18 16:33:08) > > From: Marek Olšák > > > > Some fields shouldn't be initialized, like framebuffers_bound and other > stats. > > It's hopefully complete now. > > > > Cc: 18.1 > > --- > > src/gallium/drivers/radeons

Re: [Mesa-dev] [PATCH 07/11] radeonsi: reorder and initialize more fields in si_reallocate_texture_inplace

2018-06-26 Thread Dylan Baker
Quoting Marek Olšák (2018-06-18 16:33:08) > From: Marek Olšák > > Some fields shouldn't be initialized, like framebuffers_bound and other stats. > It's hopefully complete now. > > Cc: 18.1 > --- > src/gallium/drivers/radeonsi/si_texture.c | 31 ++- > 1 file changed, 25 inse

[Mesa-dev] [PATCH 07/11] radeonsi: reorder and initialize more fields in si_reallocate_texture_inplace

2018-06-18 Thread Marek Olšák
From: Marek Olšák Some fields shouldn't be initialized, like framebuffers_bound and other stats. It's hopefully complete now. Cc: 18.1 --- src/gallium/drivers/radeonsi/si_texture.c | 31 ++- 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/src/gallium/drivers/