Re: [Mesa-dev] [PATCH] i965: Set miptree target field when creating from a BO.

2014-05-02 Thread Eric Anholt
Kenneth Graunke writes: > Prior to commit 8435b60a3577d2d905eae189cd7e770500177e99, the region > equivalent of this function called intel_miptree_create_layout, which > set mt->target to target. With that commit, it no longer copied target. > > Piglit's ext_image_dma_buf_import-sample_[xa]rgb888

Re: [Mesa-dev] [PATCH] i965: Set miptree target field when creating from a BO.

2014-05-02 Thread Jordan Justen
Reviewed-by: Jordan Justen On Thu, May 1, 2014 at 11:48 PM, Kenneth Graunke wrote: > Prior to commit 8435b60a3577d2d905eae189cd7e770500177e99, the region > equivalent of this function called intel_miptree_create_layout, which > set mt->target to target. With that commit, it no longer copied tar

[Mesa-dev] [PATCH] i965: Set miptree target field when creating from a BO.

2014-05-01 Thread Kenneth Graunke
Prior to commit 8435b60a3577d2d905eae189cd7e770500177e99, the region equivalent of this function called intel_miptree_create_layout, which set mt->target to target. With that commit, it no longer copied target. Piglit's ext_image_dma_buf_import-sample_[xa]rgb tests would then hit an assertion