Module: Mesa
Branch: master
Commit: a0908d0c915701475255e7cfbc3dbe2c3a0ba2b3
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a0908d0c915701475255e7cfbc3dbe2c3a0ba2b3

Author: Nanley Chery <[email protected]>
Date:   Thu Nov 19 14:36:03 2020 -0800

iris: Drop a stale comment about HiZ sampling

With commit 7339660e80331ed773fc6dbb8295384d4ef6954e, this comment is no
longer needed.

Reviewed-by: Kenneth Graunke <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8853>

---

 src/gallium/drivers/iris/iris_state.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/gallium/drivers/iris/iris_state.c 
b/src/gallium/drivers/iris/iris_state.c
index b5d985d9083..f120249da3f 100644
--- a/src/gallium/drivers/iris/iris_state.c
+++ b/src/gallium/drivers/iris/iris_state.c
@@ -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);
 

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to