mesa: Changes to 'mesa_7_0_branch'

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 13 10:29:09 UTC 2007


 docs/relnotes-7.0.2.html    |    1 
 src/mesa/main/attrib.c      |    1 
 src/mesa/main/context.c     |   12 --
 src/mesa/main/fbobject.c    |   22 +---
 src/mesa/main/framebuffer.c |   13 --
 src/mesa/main/texobj.c      |  226 +++++++++++++++++++++++---------------------
 src/mesa/main/texobj.h      |    4 
 src/mesa/main/texstate.c    |   75 +++++---------
 8 files changed, 170 insertions(+), 184 deletions(-)

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

New commits:
commit e279a0a076b7a3c8d60138c19870784c260c9d67
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 13 11:28:52 2007 +0100

    Implement mutex/locking around texture object reference counting.
    
    Use new _mesa_reference_texobj() function for referencing/unreferencing
    textures.  Add new assertions/tests to try to detect invalid usage of
    deleted textures.




More information about the mesa-commit mailing list