mesa: Changes to 'mesa_7_0_branch'

Brian Paul brianp at kemper.freedesktop.org
Mon Jun 16 16:21:39 UTC 2008


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

Summary of changes:
 Makefile                           |    8 ++++----
 configs/default                    |    2 +-
 docs/relnotes-7.0.4.html           |    2 ++
 src/mesa/main/version.h            |    6 +++---
 src/mesa/shader/slang/slang_emit.c |    2 +-
 src/mesa/swrast/s_context.c        |    2 ++
 src/mesa/swrast/s_context.h        |    1 +
 src/mesa/swrast/s_zoom.c           |   33 +++++++++++++++++++++------------
 8 files changed, 35 insertions(+), 21 deletions(-)

       via  6ce6dc961b3fcb8b687d79565adf793d81aac37d (commit)
       via  186883611edfd867f7ebafd06aa61ac575bec0f8 (commit)
       via  48b3c59cb93a430f7254b58d33eb5c01782ca836 (commit)
       via  04b9d5bc2357783043f980757d2f49224c436043 (commit)
       via  91707e9020f37558901e1d8d83d33f9df3cf6715 (commit)
      from  82a0e82232d61a75fee39d50333016d78938450f (commit)


- Commits -----------------------------------------------
commit 6ce6dc961b3fcb8b687d79565adf793d81aac37d
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Jun 16 10:18:53 2008 -0600

    bump version to 7.0.4

commit 186883611edfd867f7ebafd06aa61ac575bec0f8
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Jun 16 10:18:02 2008 -0600

    fix glPixelZoom stack over flow on Windows

commit 48b3c59cb93a430f7254b58d33eb5c01782ca836
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Jun 16 10:17:17 2008 -0600

    mesa: allocate pixel zoom arrays on heap, not stack
    
    Fixes stack overflow on Windows.
    
    cherry-picked from master

commit 04b9d5bc2357783043f980757d2f49224c436043
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Mon Jun 16 10:15:47 2008 -0600

    Fix _mesa_new_program() recursive call regression
    
    This was introduced by the "i965 GLSL merge" from master (ce7a9efb095472479242d465882c7fbaef81e822)

commit 91707e9020f37558901e1d8d83d33f9df3cf6715
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jun 4 14:45:34 2008 -0600

    fix GLSL generic vertex attrib linking bug

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




More information about the mesa-commit mailing list