mesa: Changes to 'gallium-0.1'

Michał Król michal at kemper.freedesktop.org
Thu Jul 17 18:40:46 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/SConscript              |    1 +
 src/gallium/auxiliary/tgsi/util/tgsi_sanity.c      |  258 ++++++++++++++++++++
 .../tgsi/util/{tgsi_text.h => tgsi_sanity.h}       |   16 +-
 src/gallium/auxiliary/tgsi/util/tgsi_text.c        |   21 ++-
 4 files changed, 285 insertions(+), 11 deletions(-)
 create mode 100644 src/gallium/auxiliary/tgsi/util/tgsi_sanity.c
 copy src/gallium/auxiliary/tgsi/util/{tgsi_text.h => tgsi_sanity.h} (81%)

       via  f2053cfa1ac4e4e2e0083670aac5df766adad5f9 (commit)
       via  10d1dc68a413eaf642bf1bda2e5452835f7b7050 (commit)
       via  3c5ec98e45880d6a896f3c094f8004000f50a149 (commit)
       via  2727702b1731a478de8806481416080d02af5862 (commit)
      from  e74f94b39ac47a319ee21c526315fb6fbc1513de (commit)


- Commits -----------------------------------------------
commit f2053cfa1ac4e4e2e0083670aac5df766adad5f9
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Thu Jul 17 20:40:13 2008 +0200

    tgsi: Fix parsing an instruction with no operands.

commit 10d1dc68a413eaf642bf1bda2e5452835f7b7050
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Thu Jul 17 20:23:26 2008 +0200

    tgsi: Perform a sanity check after reading a shader from text.

commit 3c5ec98e45880d6a896f3c094f8004000f50a149
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Thu Jul 17 20:22:47 2008 +0200

    scons: List util/tgsi_sanity.c.

commit 2727702b1731a478de8806481416080d02af5862
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Thu Jul 17 20:19:40 2008 +0200

    tgsi: New file.

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




More information about the mesa-commit mailing list