mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
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:
parent
a830037638
commit
57aabdb159
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue