iris: Drop an XXX comment about sampling HiZ arrays

Contrary to the comment, i965 doesn't disable sampling with HiZ on 2D
arrays.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8853>
This commit is contained in:
Nanley Chery 2020-11-12 16:59:12 -08:00 committed by Marge Bot
parent 4c6882c090
commit becefe5a69

View file

@ -483,7 +483,6 @@ iris_sample_with_depth_aux(const struct gen_device_info *devinfo,
* There is no such blurb for 1D textures, but there is sufficient evidence
* that this is broken on SKL+.
*/
// XXX: i965 disables this for arrays too, is that reasonable?
return res->surf.samples == 1 && res->surf.dim == ISL_SURF_DIM_2D;
}