mesa: Changes to 'master'

Dan Nicholson dbn at kemper.freedesktop.org
Wed Oct 31 21:04:10 UTC 2007


 configs/linux                 |    4 ++++
 configs/linux-alpha           |    4 ++++
 configs/linux-alpha-static    |    3 +++
 configs/linux-directfb        |    4 ++++
 configs/linux-dri             |    3 +++
 configs/linux-dri-xcb         |    3 +++
 configs/linux-fbdev           |    3 +++
 configs/linux-glide           |    3 +++
 configs/linux-indirect        |    3 +++
 configs/linux-osmesa          |    3 +++
 configs/linux-osmesa16        |    3 +++
 configs/linux-osmesa16-static |    3 +++
 configs/linux-osmesa32        |    3 +++
 configs/linux-solo            |    3 +++
 configs/linux-x86-glide       |    3 +++
 15 files changed, 48 insertions(+)

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

New commits:
commit 013dbcd6111bc880e65ed00a7ca31e19230a81d5
Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Wed Oct 31 09:47:39 2007 -0700

    Add -fno-strict-aliasing workaround for Linux GCC targets
    
    Most Linux distros work around aliasing problems in Mesa by compiling
    with the GCC option -fno-strict-aliasing. Two examples:
    
      https://bugs.freedesktop.org/show_bug.cgi?id=6046
      http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=394311
    
    This makes -fno-strict-aliasing the default with a comment that
    developers should consider commenting it out. There is a already a note
    about these bugs in docs/helpwanted.html.




More information about the mesa-commit mailing list