mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Jul 24 21:51:26 UTC 2008


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

Summary of changes:
 src/mesa/main/getstring.c             |  146 +++++++++++++++++----------------
 src/mesa/main/mtypes.h                |    4 +-
 src/mesa/shader/shader_api.c          |    6 +-
 src/mesa/shader/slang/slang_codegen.c |   14 +--
 src/mesa/shader/slang/slang_compile.c |   47 +++++------
 src/mesa/shader/slang/slang_emit.c    |    4 +-
 src/mesa/shader/slang/slang_link.c    |   11 ++-
 7 files changed, 113 insertions(+), 119 deletions(-)

       via  7b2ef2b8849bbf400eeed9642c26c140cc7d6beb (commit)
       via  643228c506bde965c890f3d0604c273fc729bee7 (commit)
       via  0216a5843027a679c58c65ff6445f33a34d0e729 (commit)
       via  90a3af7d9d0849afcee0d35ed0621fe24e1008a9 (commit)
      from  4ec4ea14a587300041799c5269295ba7e160ab65 (commit)


- Commits -----------------------------------------------
commit 7b2ef2b8849bbf400eeed9642c26c140cc7d6beb
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jul 24 15:49:09 2008 -0600

    mesa: gls: fix broken else clause of conditional break/continue
    
    In the following case:
    
       for () {
          if (cond)
             break;  // or continue;
          else
             something;
       }
    
    The "something" block didn't get emitted.

commit 643228c506bde965c890f3d0604c273fc729bee7
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jul 24 15:12:42 2008 -0600

    mesa: move extensions->version code into separate function

commit 0216a5843027a679c58c65ff6445f33a34d0e729
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jul 24 14:28:43 2008 -0600

    mesa: don't include Mesa version in GL_SHADING_LANGUAGE_VERSION string

commit 90a3af7d9d0849afcee0d35ed0621fe24e1008a9
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Jul 24 14:56:54 2008 -0600

    mesa: glsl: only try to link shaders defining main()

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




More information about the mesa-commit mailing list