mesa: Changes to 'gallium-0.1'

Michał Król michal at kemper.freedesktop.org
Sat Jul 12 15:11:47 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_dump.c        |   10 +-
 src/gallium/auxiliary/tgsi/util/tgsi_text.c        |  580 ++++++++++++++++++++
 .../auxiliary/tgsi/util/tgsi_text.h}               |   28 +-
 4 files changed, 602 insertions(+), 17 deletions(-)
 create mode 100644 src/gallium/auxiliary/tgsi/util/tgsi_text.c
 copy src/{egl/main/egldefines.h => gallium/auxiliary/tgsi/util/tgsi_text.h} (83%)

       via  c415de5e251eb4004b1ef5bc57299032d95c4842 (commit)
       via  d0386d55ff257ab09475178d058ddcd9f1e37c2d (commit)
       via  9ea485f8865404e3e2e10cdb3b1627e7194c27fe (commit)
      from  7279d663e984ae8a243f56c010f175fee9ffccb3 (commit)


- Commits -----------------------------------------------
commit c415de5e251eb4004b1ef5bc57299032d95c4842
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sat Jul 12 17:10:21 2008 +0200

    scons: List `util/tgsi_text.c'.

commit d0386d55ff257ab09475178d058ddcd9f1e37c2d
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sat Jul 12 17:06:37 2008 +0200

    tgsi: Add tgsi_text utility module.
    
    Translates textual shader into a binary token stream.
    The syntax matches the tgsi_dump module, so it's possible to
    simply copy-paste the shader dump and transform it back
    to a binary form.

commit 9ea485f8865404e3e2e10cdb3b1627e7194c27fe
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sat Jul 12 17:03:30 2008 +0200

    tgsi: Fix dumping of indirect addressing.

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




More information about the mesa-commit mailing list