Home | Info | Community | Development | myReactOS | Contact Us
[static]
Definition at line 54 of file t_draw.c.
Referenced by _tnl_draw_prims().
{ TNLcontext *tnl = TNL_CONTEXT(ctx); GLuint i; for (i = 0; i < tnl->nr_blocks; i++) _mesa_free(tnl->block[i]); tnl->nr_blocks = 0; }