mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
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:
parent
4c6882c090
commit
becefe5a69
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue