mesa: Changes to 'master'

Michel Daenzer daenzer at kemper.freedesktop.org
Tue Jun 5 17:57:10 UTC 2007


 src/mesa/drivers/dri/i915tex/intel_tex_image.c |    6 +++---
 src/mesa/x86/common_x86.c                      |    9 ++-------
 2 files changed, 5 insertions(+), 10 deletions(-)

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

New commits:
commit 08a2cc2d234386550c0810567f58eb4d5fb68945
Author: Michel Dänzer <michel at tungstengraphics.com>
Date:   Tue Jun 5 19:55:53 2007 +0200

    i915tex: Better attempt to release miptree when overriding texture image.
    
    The previous approach could lead to crashes in FBO code that dereferences the
    miptree struct pointer unconditionally.

commit 89f070b3bbb86204306857b8cf690abbd56a939d
Author: Michel Dänzer <michel at tungstengraphics.com>
Date:   Tue Jun 5 19:52:10 2007 +0200

    Remove dubious compile-time test for pre-2.4 Linux kernels.
    
    LINUX_VERSION_CODE shouldn't be used by userspace code, it can be defined empty
    these days.
    
    If anybody still cares about 2.2 kernels, they should reinstate this as a
    proper runtime test.




More information about the mesa-commit mailing list