hk: drop irrelevant comments

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30981>
This commit is contained in:
Alyssa Rosenzweig
2024-09-02 10:57:12 -04:00
committed by Marge Bot
parent 22347eb0e9
commit 6e967ca811
2 changed files with 0 additions and 3 deletions

View File

@@ -1575,7 +1575,6 @@ hk_launch_tess(struct hk_cmd_buffer *cmd, struct hk_cs *cs, struct hk_draw draw)
hk_reserve_scratch(cmd, cs, vs);
hk_reserve_scratch(cmd, cs, tcs);
/* XXX perf: grid size */
hk_dispatch_with_usc(
dev, cs, vs,
hk_upload_usc_words(cmd, vs, gfx->linked[MESA_SHADER_VERTEX]), grid_vs,

View File

@@ -200,8 +200,6 @@ asahi_fill_vdm_command(struct hk_device *dev, struct hk_cs *cs,
c->ppp_multisamplectl = cs->ppp_multisamplectl;
c->sample_size = cs->tib.sample_size_B;
/* XXX OR 0x80 with eMRT? */
c->tib_blocks = ALIGN_POT(agx_tilebuffer_total_size(&cs->tib), 2048) / 2048;
float tan_60 = 1.732051f;