For _mesa_share_state(), update the context's references to the new share group's objects (Shane Blackett)

This commit is contained in:
Brian
2007-08-23 08:53:43 +01:00
parent dbef6158c6
commit 4b654d41da
9 changed files with 214 additions and 77 deletions

View File

@@ -56,6 +56,9 @@ _mesa_init_program(GLcontext *ctx);
extern void
_mesa_free_program_data(GLcontext *ctx);
extern void
_mesa_update_default_objects_program(GLcontext *ctx);
extern void
_mesa_set_program_error(GLcontext *ctx, GLint pos, const char *string);