mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 14:20:11 +01:00
mtypes: drop some context pointers that are unused now
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com> Reviewed-by: Zoltán Böszörményi <zboszor@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14072>
This commit is contained in:
parent
80719f08a7
commit
bf35f0cb7a
1 changed files with 0 additions and 3 deletions
|
|
@ -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;
|
||||
/*@}*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue