mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
gallium: more context clean-up
This commit is contained in:
parent
a6880ace4c
commit
4424c66875
1 changed files with 6 additions and 0 deletions
|
|
@ -45,6 +45,9 @@
|
|||
#include "st_cb_drawpixels.h"
|
||||
#include "st_cb_rasterpos.h"
|
||||
#endif
|
||||
#ifdef FEATURE_OES_draw_texture
|
||||
#include "st_cb_drawtex.h"
|
||||
#endif
|
||||
#include "st_cb_fbo.h"
|
||||
#if FEATURE_feedback
|
||||
#include "st_cb_feedback.h"
|
||||
|
|
@ -180,6 +183,9 @@ static void st_destroy_context_priv( struct st_context *st )
|
|||
st_destroy_bitmap(st);
|
||||
st_destroy_drawpix(st);
|
||||
#endif
|
||||
#ifdef FEATURE_OES_draw_texture
|
||||
st_destroy_drawtex(st);
|
||||
#endif
|
||||
|
||||
_vbo_DestroyContext(st->ctx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue