mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
panfrost: Update information on fixed attributes/varyings
Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
This commit is contained in:
parent
9bde6e551d
commit
5f8376101d
1 changed files with 2 additions and 3 deletions
|
|
@ -796,9 +796,8 @@ struct mali_payload_write_value {
|
|||
* let shift=extra_flags=0. Stride is set to the image format's bytes-per-pixel
|
||||
* (*NOT the row stride*). Size is set to the size of the image itself.
|
||||
*
|
||||
* Special internal varyings (including gl_FrontFacing) could be seen as
|
||||
* IMAGE/INTERNAL as well as LINEAR, setting all fields set to zero and using a
|
||||
* special elements pseudo-pointer.
|
||||
* Special internal attribtues and varyings (gl_VertexID, gl_FrontFacing, etc)
|
||||
* use particular fixed addresses with modified structures.
|
||||
*/
|
||||
|
||||
enum mali_attr_mode {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue