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:

committed by
Marge Bot

parent
22347eb0e9
commit
6e967ca811
@@ -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,
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user