Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Chad Versace <chad.versace@linux.intel.com>
{
int width, height, offset, stride, dri_format, index;
struct intel_image_format *f;
- uint32_t mask_x, mask_y;
__DRIimage *image;
if (parent == NULL || parent->planar_format == NULL)
image->offset = offset;
intel_setup_image_from_dimensions(image);
- intel_region_get_tile_masks(image->region, &mask_x, &mask_y, false);
- if (offset & mask_x)
+ if (offset & 0xfff)
_mesa_warning(NULL,
"intel_create_sub_image: offset not on tile boundary");