mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 07:40:11 +01:00
panfrost: Reword comment
Avoid referencing data structures that no longer exist. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com> Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6326>
This commit is contained in:
parent
44397c580c
commit
d5a264facf
1 changed files with 1 additions and 1 deletions
|
|
@ -1365,7 +1365,7 @@ panfrost_emit_vertex_data(struct panfrost_batch *batch,
|
|||
unsigned k = 0;
|
||||
|
||||
for (unsigned i = 0; i < so->num_elements; ++i) {
|
||||
/* We map a mali_attr to be 1:1 with the mali_attr_meta, which
|
||||
/* We map buffers 1:1 with the attributes, which
|
||||
* means duplicating some vertex buffers (who cares? aside from
|
||||
* maybe some caching implications but I somehow doubt that
|
||||
* matters) */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue