Skip to content

freedreno,computerator: support initialization of buffers

Job Noorman requested to merge jnoorman/mesa:fd-comp-buf-init into main

The following syntax can now be used to set the initial content of buffers:

@buf size (reg) val0, val1, ...

If the buffer is not fully initialized, remaining values will be set to zero.

Merge request reports