Files
mesa/src
Caio Marcelo de Oliveira Filho f95daad3a2 nir: Add a way to identify per-primitive variables
Per-primitive is similar to per-vertex attributes, but applies to all
fragments of the primitive without any interpolation involved.

Because they are regular input and outputs, keep track in shader_info
of which I/O is per-primitive so we can distinguish them after deref
lowering.  These fields can be used combined with the regular
`inputs_read`, `outputs_written` and `outputs_read`.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Timur Kristóf <timur.kristof@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10600>
2021-08-28 03:56:42 +00:00
..
2021-08-14 21:44:31 +00:00
2021-08-06 13:38:00 +00:00
2021-08-26 17:09:23 +03:00
2021-08-27 17:00:34 +00:00
2021-08-27 16:38:45 +02:00
2021-07-13 11:03:55 +00:00
2021-08-27 19:05:25 +00:00