mesa: Changes to 'gallium-0.1'

Michał Król michal at kemper.freedesktop.org
Sun Jul 20 19:59:00 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        | 1086 +++----------------
 src/gallium/auxiliary/tgsi/util/tgsi_dump.h        |   16 +-
 .../tgsi/util/{tgsi_dump.c => tgsi_dump_c.c}       |  561 +----------
 .../tgsi/util/{tgsi_text.h => tgsi_dump_c.h}       |   20 +-
 src/gallium/auxiliary/tgsi/util/tgsi_iterate.c     |    3 +
 src/gallium/auxiliary/tgsi/util/tgsi_iterate.h     |    3 +
 src/gallium/auxiliary/tgsi/util/tgsi_sanity.c      |   91 ++-
 src/gallium/auxiliary/tgsi/util/tgsi_text.c        |  494 ++++++----
 9 files changed, 623 insertions(+), 1652 deletions(-)
 copy src/gallium/auxiliary/tgsi/util/{tgsi_dump.c => tgsi_dump_c.c} (69%)
 copy src/gallium/auxiliary/tgsi/util/{tgsi_text.h => tgsi_dump_c.h} (84%)

       via  b3c8d0c348c5d894e4df0314f060361893bdd38e (commit)
       via  9d068d4b90813d5afa243d669e8437b8922ac656 (commit)
       via  25a7f422b4e307dce966220d47794fb056d04aac (commit)
       via  73e1d0be756537376495547bc1e798805884b8ef (commit)
       via  613f0df64dd2c2db71dd73b595225016ae596576 (commit)
       via  83f245bd242cd2c5f59f072095dcc47aa6153b21 (commit)
       via  57482e1549e131fa1aebd442a677a95909b22508 (commit)
       via  fef7f2b070ab797f78ebc210bb40a24685c6d4b7 (commit)
       via  82f11f7e7c0bbe0452da65f08195c2a346f820e9 (commit)
       via  307a252d1529e8e9ffa10c88cc8f5d5412f587f5 (commit)
       via  15c902455fe1b4572e614bf30912d92fe9c7bb28 (commit)
       via  5e9ea9d938e9734524707e46be29e243e96f32a9 (commit)
       via  5ded4ffc506eb051b151d3e8b1e71b13576e951a (commit)
      from  2170ec9048eab751828700728c1cc8264c860229 (commit)


- Commits -----------------------------------------------
commit b3c8d0c348c5d894e4df0314f060361893bdd38e
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 21:58:07 2008 +0200

    tgsi: Parse source register extended swizzle.

commit 9d068d4b90813d5afa243d669e8437b8922ac656
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 21:38:20 2008 +0200

    tgsi: Add support for branch instructions with target labels.

commit 25a7f422b4e307dce966220d47794fb056d04aac
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 21:28:28 2008 +0200

    tgsi: Warn if an indirect register not ADDR[0].

commit 73e1d0be756537376495547bc1e798805884b8ef
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 21:23:04 2008 +0200

    tgsi: Add support for indirect addressing in dump, sanity and text modules.

commit 613f0df64dd2c2db71dd73b595225016ae596576
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 19:29:52 2008 +0200

    tgsi: Remove redundant code.

commit 83f245bd242cd2c5f59f072095dcc47aa6153b21
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 16:43:26 2008 +0200

    tgsi: Use tgsi_iterate in tgsi_dump.

commit 57482e1549e131fa1aebd442a677a95909b22508
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 16:42:57 2008 +0200

    tgsi: Keep version and processor info in iterate_ctx.

commit fef7f2b070ab797f78ebc210bb40a24685c6d4b7
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 16:42:43 2008 +0200

    tgsi: Fix error handling.

commit 82f11f7e7c0bbe0452da65f08195c2a346f820e9
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 16:28:59 2008 +0200

    tgsi: Tidy up and fix tgsi_dump.

commit 307a252d1529e8e9ffa10c88cc8f5d5412f587f5
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 16:12:44 2008 +0200

    tgsi: Fix dump enums.

commit 15c902455fe1b4572e614bf30912d92fe9c7bb28
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 16:08:36 2008 +0200

    tgsi: Preserve flags parameter for tgsi_dump().

commit 5e9ea9d938e9734524707e46be29e243e96f32a9
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 16:07:06 2008 +0200

    scons: List util/tgsi_dump_c.c.

commit 5ded4ffc506eb051b151d3e8b1e71b13576e951a
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Sun Jul 20 16:01:50 2008 +0200

    tgsi: Split tgsi_dump into two modules.

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




More information about the mesa-commit mailing list