mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Jul 8 21:07:56 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/gallium/auxiliary/tgsi/util/tgsi_dump.c |    3 +-
 src/mesa/shader/slang/slang_codegen.c       |   62 +++++++++++++++++++--
 src/mesa/shader/slang/slang_compile.c       |   18 +++---
 src/mesa/shader/slang/slang_ir.c            |    2 +
 src/mesa/shader/slang/slang_print.c         |   80 ++++++++++++++++++++-------
 5 files changed, 129 insertions(+), 36 deletions(-)

       via  3bdf50bab0951c5435bbf4b938d37cc1fe9a5d7c (commit)
       via  7cbc244c52610eb59b0fe1fc7275f307b560c281 (commit)
       via  fe1c0e44aadc033075797804b3275ac91f72c1ba (commit)
       via  0d1f54db6b4e66b164ea4193e7aa41a98b6fce0d (commit)
       via  2e638cfe3c3a8ab639d9cdb13abced6dc8ed0755 (commit)
      from  2e7e1837512c1959a97f51903a770cf182fc9820 (commit)


- Commits -----------------------------------------------
commit 3bdf50bab0951c5435bbf4b938d37cc1fe9a5d7c
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jul 8 15:04:47 2008 -0600

    mesa: fix bug/failure in recursive function inlining
    
    Fixes a failure for cases such as y = f(a, f(a, b))
    All the usual tests still pass but regressions are possible...

commit 7cbc244c52610eb59b0fe1fc7275f307b560c281
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jul 8 15:00:11 2008 -0600

    gallium: tweak printing of generic declarations

commit fe1c0e44aadc033075797804b3275ac91f72c1ba
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jul 8 14:59:31 2008 -0600

    mesa: more debug output

commit 0d1f54db6b4e66b164ea4193e7aa41a98b6fce0d
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jul 8 13:05:43 2008 -0600

    mesa: compute global var size before doing codegen

commit 2e638cfe3c3a8ab639d9cdb13abced6dc8ed0755
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Jul 8 13:02:33 2008 -0600

    mesa: add missing VARYING case to storage_string()

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




More information about the mesa-commit mailing list