mesa: Changes to 'gallium-0.1'

Michał Król michal at kemper.freedesktop.org
Mon Aug 18 22:44:48 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:
 progs/vp/vp-tris.c                       |   32 +++++-
 progs/vp/windows/vp2003.sln              |   21 ++++
 progs/vp/windows/vp2003.vcproj           |  121 +++++++++++++++++++++
 src/gallium/auxiliary/tgsi/tgsi_dump.c   |   21 +++-
 src/gallium/auxiliary/tgsi/tgsi_exec.c   |    6 +-
 src/gallium/auxiliary/tgsi/tgsi_sse2.c   |   95 ++++++++++++-----
 src/mesa/state_tracker/st_mesa_to_tgsi.c |  171 ++++++++++++++++++++----------
 7 files changed, 377 insertions(+), 90 deletions(-)
 create mode 100644 progs/vp/windows/vp2003.sln
 create mode 100644 progs/vp/windows/vp2003.vcproj

       via  de3083be7197cccb8dbf223d644ebdb78a8c809d (commit)
       via  5d0a079fd00e5c9f1e9c96dd7bd17ecee57c52ce (commit)
       via  3eeaa943e264d9c61abfe5f4cf6351fdba0be4fd (commit)
       via  81dbc31f8b21aecdb91802dd4481057bd670f227 (commit)
       via  2b512c0135bc8512cc80009ea7430f7cc0c869d6 (commit)
       via  5b16730df8e19792ed92441857f586e0ec773a1f (commit)
       via  93305bd6808787964c0088a88c428ecd1208aa44 (commit)
      from  c71161f1b1996d72fdc5398539c8de7cb0c34b6d (commit)


- Commits -----------------------------------------------
commit de3083be7197cccb8dbf223d644ebdb78a8c809d
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Tue Aug 19 00:42:30 2008 +0200

    tgsi: Fix ARL opcode in SSE2 codegen.

commit 5d0a079fd00e5c9f1e9c96dd7bd17ecee57c52ce
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Aug 18 23:20:00 2008 +0200

    st: Do not translate program constants to immediates when
    indirect addressing used.

commit 3eeaa943e264d9c61abfe5f4cf6351fdba0be4fd
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Aug 18 22:51:15 2008 +0200

    st: Translate address register declaration.

commit 81dbc31f8b21aecdb91802dd4481057bd670f227
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Aug 18 22:38:48 2008 +0200

    st: Fix immediate construction.

commit 2b512c0135bc8512cc80009ea7430f7cc0c869d6
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Aug 18 22:21:32 2008 +0200

    tgsi: Workaround debug output buffer size limitations.

commit 5b16730df8e19792ed92441857f586e0ec773a1f
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Aug 18 21:44:54 2008 +0200

    Port vp to Windows.

commit 93305bd6808787964c0088a88c428ecd1208aa44
Author: Michal Krol <michal at tungstengraphics.com>
Date:   Mon Aug 18 18:09:23 2008 +0200

    tgsi: Use NUM_CHANNELS.

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




More information about the mesa-commit mailing list