Re: [Mesa-dev] [PATCH 1/4] radeonsi: Fix tiling mode index for stencil resources

2014-09-30 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Tue, Sep 30, 2014 at 5:58 AM, Michel Dänzer wrote: > From: Michel Dänzer > > We are currently only dealing with depth-only or stencil-only resources > here, not with resources having both depth and stencil[0]. In both cases, > the tiling mode

[Mesa-dev] [PATCH 1/4] radeonsi: Fix tiling mode index for stencil resources

2014-09-29 Thread Michel Dänzer
From: Michel Dänzer We are currently only dealing with depth-only or stencil-only resources here, not with resources having both depth and stencil[0]. In both cases, the tiling mode index is in the tile_mode field, not in the stencil_tile_mode field. [0] Add an assertion for that. Signed-off-by