From 5f8376101d8dbb028c2bc6900f2416ec323e7798 Mon Sep 17 00:00:00 2001 From: Alyssa Rosenzweig Date: Fri, 27 Dec 2019 12:10:24 -0500 Subject: [PATCH] panfrost: Update information on fixed attributes/varyings Signed-off-by: Alyssa Rosenzweig --- src/panfrost/include/panfrost-job.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/panfrost/include/panfrost-job.h b/src/panfrost/include/panfrost-job.h index 6f534667ce5..1767a5b6f20 100644 --- a/src/panfrost/include/panfrost-job.h +++ b/src/panfrost/include/panfrost-job.h @@ -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 { -- 2.30.2