Skip to content

intel: Implement Tile4 and Tile64 for XeHP+

Nanley Chery requested to merge nchery/mesa:xehp-tile-4-64 into main

Starting with XeHP, Y-tiling no longer exists. In its place are Tile4 (which has the same shape as TileY) and Tile64 (which is required for multisampling). While implementing the new tilings, it's convenient to handle the new surface alignment rules.

Merge request reports