Re: [Mesa-dev] [PATCH 2/4] radeon: Allocate htile buffer for SI in r600_texture.

2013-12-03 Thread Alex Deucher
On Tue, Dec 3, 2013 at 3:33 PM, Andreas Hartmetz wrote: > --- > src/gallium/drivers/radeon/r600_texture.c | 84 > +-- > 1 file changed, 68 insertions(+), 16 deletions(-) > > diff --git a/src/gallium/drivers/radeon/r600_texture.c > b/src/gallium/drivers/radeon/r600_te

[Mesa-dev] [PATCH 2/4] radeon: Allocate htile buffer for SI in r600_texture.

2013-12-03 Thread Andreas Hartmetz
--- src/gallium/drivers/radeon/r600_texture.c | 84 +-- 1 file changed, 68 insertions(+), 16 deletions(-) diff --git a/src/gallium/drivers/radeon/r600_texture.c b/src/gallium/drivers/radeon/r600_texture.c index 70f21bd..c91fbce 100644 --- a/src/gallium/drivers/radeon/