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

2014-07-21 Thread Pohjolainen, Topi
On Sat, Jul 19, 2014 at 07:08:59PM -0700, Jordan Justen wrote: > On Fri, Jul 18, 2014 at 1:58 AM, Pohjolainen, Topi > wrote: > > On Tue, Jul 15, 2014 at 06:32:12PM -0700, Jordan Justen wrote: > >> We now skip allocating a hiz miptree for gen7. Instead, we calculate > >> the required hiz buffer par

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

2014-07-19 Thread Jordan Justen
On Fri, Jul 18, 2014 at 1:58 AM, Pohjolainen, Topi wrote: > On Tue, Jul 15, 2014 at 06:32:12PM -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 04/14] i965/gen7: Don't allocate hiz miptree structure

2014-07-18 Thread Pohjolainen, Topi
On Fri, Jul 18, 2014 at 11:04:55AM +0300, Pohjolainen, Topi wrote: > On Fri, Jul 18, 2014 at 11:02:56AM +0300, Pohjolainen, Topi wrote: > > On Tue, Jul 15, 2014 at 06:32:12PM -0700, Jordan Justen wrote: > > > We now skip allocating a hiz miptree for gen7. Instead, we calculate > > > the required hi

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

2014-07-18 Thread Pohjolainen, Topi
On Tue, Jul 15, 2014 at 06:32:12PM -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 | 95 > ++

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

2014-07-18 Thread Pohjolainen, Topi
On Fri, Jul 18, 2014 at 11:02:56AM +0300, Pohjolainen, Topi wrote: > On Tue, Jul 15, 2014 at 06:32:12PM -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: Jor

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

2014-07-18 Thread Pohjolainen, Topi
On Tue, Jul 15, 2014 at 06:32:12PM -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 | 95 > ++

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

2014-07-15 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 | 95 ++- 1 file changed, 93 insertions(+), 2 deletions(-) d