mesa: added _mesa_free_display_list_data()
This commit is contained in:
@@ -971,6 +971,7 @@ _mesa_free_context_data( GLcontext *ctx )
|
||||
_mesa_reference_fragprog(ctx, &ctx->FragmentProgram._TexEnvProgram, NULL);
|
||||
|
||||
_mesa_free_attrib_data(ctx);
|
||||
_mesa_free_display_list_data(ctx);
|
||||
_mesa_free_lighting_data( ctx );
|
||||
_mesa_free_eval_data( ctx );
|
||||
_mesa_free_texture_data( ctx );
|
||||
|
||||
@@ -9463,3 +9463,10 @@ _mesa_init_display_list(GLcontext *ctx)
|
||||
_mesa_save_vtxfmt_init(&ctx->ListState.ListVtxfmt);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
void
|
||||
_mesa_free_display_list_data(GLcontext *ctx)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
@@ -106,5 +106,7 @@ _mesa_init_dlist_dispatch(struct _glapi_table *disp)
|
||||
|
||||
extern void _mesa_init_display_list( GLcontext * ctx );
|
||||
|
||||
extern void _mesa_free_display_list_data(GLcontext *ctx);
|
||||
|
||||
|
||||
#endif /* DLIST_H */
|
||||
|
||||
Reference in New Issue
Block a user