mesa: Changes to 'master'

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 14 10:58:43 UTC 2007


 src/mesa/main/context.c |   66 ++++++++++++++++++++++++++++--------------------
 src/mesa/main/texobj.c  |    5 ++-
 2 files changed, 43 insertions(+), 28 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit dc73217294efcba83c46183ed2f208250217486f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Tue Aug 14 11:56:59 2007 +0100

    Fix a few more problems with freeing FBOs/textures during context destruction.
    
    Free FBOs before textures since the later may be referenced by the former.
    Need to bind the context we're destroying if there isn't a current context
    so that ctx->DeleteTexture() etc can be used.




More information about the mesa-commit mailing list