mesa: Changes to 'mesa_7_0_branch'

Roland Scheidegger sroland at kemper.freedesktop.org
Fri May 18 23:50:09 UTC 2007


 src/mesa/drivers/dri/i915/i915_texstate.c         |    8 +----
 src/mesa/drivers/dri/i915/intel_tex.c             |   35 +++++++++++-----------
 src/mesa/drivers/dri/i915tex/intel_tex_validate.c |   17 ++++++----
 3 files changed, 30 insertions(+), 30 deletions(-)

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

New commits:
commit c093666bc57dd9afead69256eaf05fbe4f6beecb
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Sat May 19 00:59:06 2007 +0200

    fix miptree comparison with compressed textures
    
    TexelBytes is always 0 with compressed textures, thus would never match
    mt->cpp. This caused constant blitting around of textures, and it fixes at
    least the horrible performance of Q3 if compressed textures are enabled.

commit 04972f6761489cb85d735384b33d5e52fce127be
Author: Roland Scheidegger <sroland at tungstengraphics.com>
Date:   Sat May 19 00:45:38 2007 +0200

    fix small s3tc mipmaps (#10968)
    
    make sure that always whole blocks are uploaded.
    (May still not work correctly if the top mip map is not at least a full block,
    that is 4 pixels wide - not sure, but probably doesn't happen in real world)




More information about the mesa-commit mailing list