mesa: Changes to 'master'

Eric Anholt anholt at kemper.freedesktop.org
Thu Aug 21 06:20:07 UTC 2008


The branch, master has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=master

Summary of changes:
 src/mesa/drivers/dri/intel/intel_tex.c          |    9 ++-
 src/mesa/drivers/dri/intel/intel_tex.h          |    8 ++
 src/mesa/drivers/dri/intel/intel_tex_validate.c |   80 +++++++++++++---------
 3 files changed, 62 insertions(+), 35 deletions(-)

       via  495c02262eaaa68f2df23c2265362da51851c57a (commit)
      from  8f1d5ca086e16a82d7d7eb5500df9ad74f0a703f (commit)


- Commits -----------------------------------------------
commit 495c02262eaaa68f2df23c2265362da51851c57a
Author: Eric Anholt <eric at anholt.net>
Date:   Wed Aug 20 22:55:47 2008 -0700

    intel: Fix SGIS_generate_mipmap after a miptree had been validated.
    
    Previously, the updated images would be ignored because the miptree in the
    image matched the miptree in the object, even though Mesa core had just attached
    updated contents in ->Data.  Additionally, Mesa core could have tried to
    free inside our miptree if it had already been validated.
    
    Fixes bug #17077.

---------------------------------




More information about the mesa-commit mailing list