mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Sep 5 01:31:37 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/tgsi_dump.c           |  160 +++++++++++-----------
 src/gallium/auxiliary/util/p_debug.c             |    2 +-
 src/gallium/include/pipe/p_format.h              |   29 ++++
 src/gallium/state_trackers/python/samples/tri.py |    3 +-
 4 files changed, 114 insertions(+), 80 deletions(-)

       via  b8a7eef242f6bb97d90f6e0303d270b2cbc58421 (commit)
       via  50524c284528d467082266dfa18112f3cdc6202d (commit)
       via  53979d0a352fa74c533200bdba405915582a5974 (commit)
       via  46efe73daf4784da95ff5b38e5ec13474addcd93 (commit)
      from  2b53512073c0ecad66cfe1415cd19079ef2d4634 (commit)


- Commits -----------------------------------------------
commit b8a7eef242f6bb97d90f6e0303d270b2cbc58421
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Sep 5 10:29:17 2008 +0900

    tgsi: Refactor tgsi_dump to avoid using string buffers when dumping.
    
    This fixes a stack overflow when dumping shaders.
    
    It ended up being pretty much as the original code Michal had before,
    before I went on a cleanup rampage on it and took things that ended up
    needing...

commit 50524c284528d467082266dfa18112f3cdc6202d
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Sep 5 10:27:03 2008 +0900

    gallium: Pass 512 bytes max to EngDebugPrint.

commit 53979d0a352fa74c533200bdba405915582a5974
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Sep 5 10:26:30 2008 +0900

    gallium: New pf_has_alpha utility function.

commit 46efe73daf4784da95ff5b38e5ec13474addcd93
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Sep 4 22:23:32 2008 +0900

    python: Cleanup tri example.

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




More information about the mesa-commit mailing list