Re: [Mesa-dev] [PATCH 4/6] i965/gen7: Don't allocate hiz miptree structure

2014-07-04 Thread Kenneth Graunke
On Wednesday, July 02, 2014 12:33:16 PM Jordan Justen wrote: > On Wed, Jul 2, 2014 at 5:39 AM, Pohjolainen, Topi > wrote: > > On Tue, Jul 01, 2014 at 04:53:06PM -0700, Jordan Justen wrote: > >> We now skip allocating a hiz miptree for gen7. Instead, we calculate > >> the required hiz buffer parame

Re: [Mesa-dev] [PATCH 4/6] i965/gen7: Don't allocate hiz miptree structure

2014-07-02 Thread Pohjolainen, Topi
On Wed, Jul 02, 2014 at 12:33:16PM -0700, Jordan Justen wrote: > On Wed, Jul 2, 2014 at 5:39 AM, Pohjolainen, Topi > wrote: > > On Tue, Jul 01, 2014 at 04:53:06PM -0700, Jordan Justen wrote: > >> We now skip allocating a hiz miptree for gen7. Instead, we calculate > >> the required hiz buffer para

Re: [Mesa-dev] [PATCH 4/6] i965/gen7: Don't allocate hiz miptree structure

2014-07-02 Thread Jordan Justen
On Wed, Jul 2, 2014 at 5:39 AM, Pohjolainen, Topi wrote: > On Tue, Jul 01, 2014 at 04:53:06PM -0700, Jordan Justen wrote: >> We now skip allocating a hiz miptree for gen7. Instead, we calculate >> the required hiz buffer parameters and allocate a bo directly. >> >> Signed-off-by: Jordan Justen >>

Re: [Mesa-dev] [PATCH 4/6] i965/gen7: Don't allocate hiz miptree structure

2014-07-02 Thread Pohjolainen, Topi
On Tue, Jul 01, 2014 at 04:53:06PM -0700, Jordan Justen wrote: > We now skip allocating a hiz miptree for gen7. Instead, we calculate > the required hiz buffer parameters and allocate a bo directly. > > Signed-off-by: Jordan Justen > --- > src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 67 > ++

[Mesa-dev] [PATCH 4/6] i965/gen7: Don't allocate hiz miptree structure

2014-07-01 Thread Jordan Justen
We now skip allocating a hiz miptree for gen7. Instead, we calculate the required hiz buffer parameters and allocate a bo directly. Signed-off-by: Jordan Justen --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 67 ++- 1 file changed, 65 insertions(+), 2 deletions(-) d