mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-06 03:30:30 +01:00
asahi: update comment
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29179>
This commit is contained in:
parent
a2094e8142
commit
c16df593a5
1 changed files with 3 additions and 3 deletions
|
|
@ -876,9 +876,9 @@ collect_components(nir_builder *b, nir_intrinsic_instr *intr, void *data)
|
|||
}
|
||||
|
||||
/*
|
||||
* Create the pre-GS shader. This is a small compute 1x1x1 kernel that patches
|
||||
* up the VDM Index List command from the draw to read the produced geometry, as
|
||||
* well as updates transform feedack offsets and counters as applicable (TODO).
|
||||
* Create the pre-GS shader. This is a small compute 1x1x1 kernel that produces
|
||||
* an indirect draw to rasterize the produced geometry, as well as updates
|
||||
* transform feedback offsets and counters as applicable.
|
||||
*/
|
||||
static nir_shader *
|
||||
agx_nir_create_pre_gs(struct lower_gs_state *state, const nir_shader *libagx,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue