mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
iris: Drop a stale comment about HiZ sampling
With commit 7339660e80, this comment is no
longer needed.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8853>
This commit is contained in:
parent
becefe5a69
commit
a0908d0c91
1 changed files with 0 additions and 3 deletions
|
|
@ -2451,9 +2451,6 @@ iris_create_sampler_view(struct pipe_context *ctx,
|
|||
while (aux_modes) {
|
||||
enum isl_aux_usage aux_usage = u_bit_scan(&aux_modes);
|
||||
|
||||
/* If we have a multisampled depth buffer, do not create a sampler
|
||||
* surface state with HiZ.
|
||||
*/
|
||||
fill_surface_state(&screen->isl_dev, map, isv->res, &isv->res->surf,
|
||||
&isv->view, aux_usage, 0, 0, 0);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue