asahi: Remove outdated comment
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Wed, 21 Dec 2022 17:30:15 +0000 (12:30 -0500)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Thu, 5 Jan 2023 16:49:22 +0000 (11:49 -0500)
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20446>

src/gallium/drivers/asahi/agx_state.c

index e755ac3..983593f 100644 (file)
@@ -1923,7 +1923,6 @@ agx_encode_state(struct agx_batch *batch, uint8_t *out, bool is_lines,
                                       : is_lines ? AGX_OBJECT_TYPE_LINE
                                                  : AGX_OBJECT_TYPE_TRIANGLE;
 
-   /* For now, we re-emit almost all state every draw.  TODO: perf */
    struct agx_ppp_update ppp = agx_new_ppp_update(
       pool, (struct AGX_PPP_HEADER){
                .fragment_control = fragment_control_dirty,