The branch, master has been updated Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master
Summary of changes: src/mesa/main/context.c | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) via fbfe2a58de8a9ca31164b4c6f26191b851fe939d (commit) from fd59f19cd2388519265dfba3d28e5281df6f4ba0 (commit) - Commits ----------------------------------------------- commit fbfe2a58de8a9ca31164b4c6f26191b851fe939d Author: Brian Paul <[EMAIL PROTECTED]> Date: Mon May 19 08:43:36 2008 -0600 Fix program refcounting assertion failure during context tear-down When purging the program hash table, the refcount _should_ be one since the program is referenced by the hash table. Need to explicitly set to zero before calling delete(). Also, purge high-level shader hash tables before low-level program hash tables. --------------------------------- _______________________________________________ mesa-commit mailing list mesa-commit@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-commit