mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Wed Jul 2 18:48:09 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/exec/tgsi_exec.c        |    2 +-
 src/gallium/auxiliary/tgsi/exec/tgsi_exec.h        |    4 +-
 src/mesa/shader/prog_print.c                       |   13 +++++
 src/mesa/shader/prog_print.h                       |    3 +
 .../shader/slang/library/slang_common_builtin.gc   |    2 +-
 .../shader/slang/library/slang_common_builtin_gc.h |    2 +-
 src/mesa/shader/slang/library/slang_core.gc        |   38 ++++++++++++++
 src/mesa/shader/slang/library/slang_core_gc.h      |   53 +++++++++++++-------
 src/mesa/shader/slang/slang_vartable.c             |    5 ++
 9 files changed, 99 insertions(+), 23 deletions(-)

       via  8f98242d40b58c517181bc4777f4910ad24e6866 (commit)
       via  eab88236b3ef5a4f861c1b99dc7220abd5c9f6c7 (commit)
       via  789fae163dbdbd7669b0442bd1a3ca4fea4ec259 (commit)
       via  019ad5e284db08b46b484b409c1a54c302afd50b (commit)
       via  511733b862d2cb6836beb0965bdc5d699e6a2233 (commit)
      from  489fc4d10a57538de59a89e19ce752e4b7253d22 (commit)


- Commits -----------------------------------------------
commit 8f98242d40b58c517181bc4777f4910ad24e6866
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jul 2 12:47:18 2008 -0600

    mesa: disable some debug assertions
    
    We can sometimes fail these assertions because of how swizzled storage
    works.  Will revisit someday.

commit eab88236b3ef5a4f861c1b99dc7220abd5c9f6c7
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jul 2 12:46:18 2008 -0600

    mesa: regenerated files

commit 789fae163dbdbd7669b0442bd1a3ca4fea4ec259
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jul 2 12:45:55 2008 -0600

    mesa: fix all(bvec2) function typo, add missing bvec2/3/4() constuctors
    
    cherry-picked from master

commit 019ad5e284db08b46b484b409c1a54c302afd50b
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jul 2 12:41:18 2008 -0600

    gallium: replace 128 with MAX_LABELS

commit 511733b862d2cb6836beb0965bdc5d699e6a2233
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Jul 2 12:40:03 2008 -0600

    mesa: added _mesa_print_swizzle() debugging helper

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




More information about the mesa-commit mailing list