Noticed by inspection.

Signed-off-by: Ilia Mirkin <imir...@alum.mit.edu>
---

Entirely untested. Just happened to jump out at me that the two tiling modes
didn't match, whereas every other instance in this file matches.

 src/gallium/drivers/swr/rasterizer/memory/StoreTile.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/swr/rasterizer/memory/StoreTile.h 
b/src/gallium/drivers/swr/rasterizer/memory/StoreTile.h
index b89c886..380e6af 100644
--- a/src/gallium/drivers/swr/rasterizer/memory/StoreTile.h
+++ b/src/gallium/drivers/swr/rasterizer/memory/StoreTile.h
@@ -1650,7 +1650,7 @@ struct OptStoreRasterTile< 
TilingTraits<SWR_TILE_MODE_YMAJOR, 64>, SrcFormat, Ds
 template<SWR_FORMAT SrcFormat, SWR_FORMAT DstFormat>
 struct OptStoreRasterTile< TilingTraits<SWR_TILE_MODE_YMAJOR, 128>, SrcFormat, 
DstFormat>
 {
-    typedef StoreRasterTile<TilingTraits<SWR_TILE_NONE, 128>, SrcFormat, 
DstFormat> GenericStoreTile;
+    typedef StoreRasterTile<TilingTraits<SWR_TILE_MODE_YMAJOR, 128>, 
SrcFormat, DstFormat> GenericStoreTile;
  
     static const size_t TILE_Y_COL_WIDTH_BYTES  = 16;
     static const size_t TILE_Y_ROWS             = 32;
-- 
2.7.3

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to