diff options
author | Alyssa Rosenzweig <[email protected]> | 2019-05-18 21:01:03 +0000 |
---|---|---|
committer | Alyssa Rosenzweig <[email protected]> | 2019-05-19 17:41:26 +0000 |
commit | 7b5217ad70c519863cab30473dcead9c84072232 (patch) | |
tree | 7c0383d1fab5c0604b101eb622098db935e8f8e6 /src | |
parent | ae705387a968baf6ba36e887977c387b35fbec25 (diff) |
panfrost: Cleanup panfrost_job comments
Signed-off-by: Alyssa Rosenzweig <[email protected]>
Reviewed-by: Ryan Houdek <[email protected]>
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/panfrost/include/panfrost-job.h | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/gallium/drivers/panfrost/include/panfrost-job.h b/src/gallium/drivers/panfrost/include/panfrost-job.h index 48b3a65a0b8..046a115a073 100644 --- a/src/gallium/drivers/panfrost/include/panfrost-job.h +++ b/src/gallium/drivers/panfrost/include/panfrost-job.h @@ -1220,11 +1220,8 @@ struct mali_sampler_descriptor { float border_color[4]; } __attribute__((packed)); -/* TODO: What are the floats? Apparently always { -inf, -inf, inf, inf }, - * unless the scissor test is enabled. - * - * viewport0/viewport1 form the arguments to glViewport. viewport1 is modified - * by MALI_POSITIVE; viewport0 is as-is. +/* viewport0/viewport1 form the arguments to glViewport. viewport1 is + * modified by MALI_POSITIVE; viewport0 is as-is. */ struct mali_viewport { @@ -1290,7 +1287,7 @@ struct mali_payload_fragment { mali_ptr framebuffer; } __attribute__((packed)); -/* (Single?) Framebuffer Descriptor */ +/* Single Framebuffer Descriptor */ /* Flags apply to format. With just MSAA_A and MSAA_B, the framebuffer is * configured for 4x. With MSAA_8, it is configured for 8x. */ |