mesa: Changes to 'gallium-tex-surfaces'

Keith Whitwell keithw at kemper.freedesktop.org
Sun May 25 14:55:31 UTC 2008


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 <keith at tungstengraphics.com>
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.

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




More information about the mesa-commit mailing list