hk: drop bad comment

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31532>
This commit is contained in:
Alyssa Rosenzweig 2024-09-03 19:50:19 -04:00 committed by Marge Bot
parent a830037638
commit 57aabdb159

View file

@ -2014,9 +2014,6 @@ hk_flush_vp_state(struct hk_cmd_buffer *cmd, struct hk_cs *cs, uint8_t **out)
/* Additionally clamp to the framebuffer so we don't rasterize
* off-screen pixels. TODO: Is this necessary? the GL driver does this but
* it might be cargoculted at this point.
*
* which is software-visible and can cause faults with
* eMRT when the framebuffer is not a multiple of the tile size.
*/
for (unsigned i = 0; i < count; ++i) {
minx[i] = MIN2(minx[i], cmd->state.gfx.render.cr.width);