Mesa (main): mtypes: drop some context pointers that are unused now

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Dec 6 05:47:00 UTC 2021


Module: Mesa
Branch: main
Commit: bf35f0cb7aa3d77929cab26da4b70fb6ef99a355
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=bf35f0cb7aa3d77929cab26da4b70fb6ef99a355

Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Dec  6 13:33:28 2021 +1000

mtypes: drop some context pointers that are unused now

Reviewed-by: Timothy Arceri <tarceri at itsqueeze.com>
Reviewed-by: Zoltán Böszörményi <zboszor at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14072>

---

 src/mesa/main/mtypes.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index 6de28f39112..ce24d971271 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -5592,9 +5592,6 @@ struct gl_context
     * These will eventually live in the driver or elsewhere.
     */
    /*@{*/
-   void *swrast_context;
-   void *swsetup_context;
-   void *swtnl_context;
    struct vbo_context vbo_context;
    struct st_context *st;
    /*@}*/



More information about the mesa-commit mailing list