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

Summary of changes:
 src/gallium/auxiliary/cso_cache/cso_context.c |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

       via  359058e7b77ddbac5eec7e8d1c77232bcbb1adbf (commit)
      from  eab4472ee6e948da30e6dd0b6f784c926056fbd6 (commit)


- Commits -----------------------------------------------
commit 359058e7b77ddbac5eec7e8d1c77232bcbb1adbf
Author: Keith Whitwell <[EMAIL PROTECTED]>
Date:   Sun May 25 15:28:30 2008 +0100

    cso: use memcpy rather than structure asignment for copying
    
    Apparently gcc will omit to copy hidden padding bytes under some 
circumstances,
    which means later on memcmp() will indicate a difference between structs
    even though all the visible members are identical.

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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to