mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Mon Sep 8 14:56:33 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:
 scons/gallium.py                           |    3 +-
 src/gallium/auxiliary/util/Makefile        |    2 +
 src/gallium/auxiliary/util/SConscript      |    2 +
 src/gallium/auxiliary/util/p_debug.c       |  109 +++++++++++++++
 src/gallium/auxiliary/util/u_stream.h      |   61 +++++++++
 src/gallium/auxiliary/util/u_stream_stdc.c |  106 +++++++++++++++
 src/gallium/auxiliary/util/u_stream_wd.c   |  200 ++++++++++++++++++++++++++++
 src/gallium/drivers/trace/SConscript       |    2 -
 src/gallium/drivers/trace/tr_dump.c        |   12 +-
 src/gallium/drivers/trace/tr_stream.h      |   59 --------
 src/gallium/drivers/trace/tr_stream_stdc.c |  104 --------------
 src/gallium/drivers/trace/tr_stream_wd.c   |  183 -------------------------
 src/gallium/include/pipe/p_debug.h         |    3 +
 13 files changed, 490 insertions(+), 356 deletions(-)
 create mode 100644 src/gallium/auxiliary/util/u_stream.h
 create mode 100644 src/gallium/auxiliary/util/u_stream_stdc.c
 create mode 100644 src/gallium/auxiliary/util/u_stream_wd.c
 delete mode 100644 src/gallium/drivers/trace/tr_stream.h
 delete mode 100644 src/gallium/drivers/trace/tr_stream_stdc.c
 delete mode 100644 src/gallium/drivers/trace/tr_stream_wd.c

       via  d25611ede005adddfd9c004b037d9202d94df69e (commit)
       via  a4a739eb58f70368ef87c195ea77629c1526e71f (commit)
       via  1da0a13389ce9709586058a8807c0c4120e520a2 (commit)
       via  7cfc294c70e96269055341d327622774c9173b37 (commit)
       via  2444c0c81acae9e2162a20002f8f72335133ead0 (commit)
       via  86a15954bf2adad0ab0dc5713a5bb446c9584103 (commit)
      from  52c2dd1f73e17c8352fe976e2ee4cdf049f81957 (commit)


- Commits -----------------------------------------------
commit d25611ede005adddfd9c004b037d9202d94df69e
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Sep 8 22:57:01 2008 +0900

    trace: Request a growable file.

commit a4a739eb58f70368ef87c195ea77629c1526e71f
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Sep 8 22:56:38 2008 +0900

    util: Allow to define the maximum file size.
    
    This avoids splitting the bitmaps in many files.

commit 1da0a13389ce9709586058a8807c0c4120e520a2
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Sep 8 22:21:33 2008 +0900

    util: Dump surfaces to BMP.
    
    This allows quick inspection of surfaces in mass scale.

commit 7cfc294c70e96269055341d327622774c9173b37
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Sep 8 21:50:50 2008 +0900

    scons: Install shared libs in the right subdir.

commit 2444c0c81acae9e2162a20002f8f72335133ead0
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Sep 8 11:09:48 2008 +0900

    trace: Use util's stream.

commit 86a15954bf2adad0ab0dc5713a5bb446c9584103
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Mon Sep 8 11:09:23 2008 +0900

    util: Rip-off trace's os-independent stream code.

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




More information about the mesa-commit mailing list