mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Aug 21 17:48:19 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:
 SConstruct                                         |    4 +-
 src/gallium/drivers/trace/tr_context.c             |   11 ++
 src/gallium/drivers/trace/tr_stream_wd.c           |  102 ++++++++++++++-----
 src/gallium/drivers/trace/tr_winsys.c              |   40 ++++++++
 src/gallium/drivers/trace/tr_winsys.h              |   13 +++
 .../state_trackers/python/retrace/interpreter.py   |    7 +-
 .../state_trackers/python/retrace/parser.py        |   10 ++-
 7 files changed, 155 insertions(+), 32 deletions(-)

       via  10624065b0dc631164d786b2c39f35655e55eadf (commit)
       via  34d12c1787116c254e528dd981810b7b78b7a2ee (commit)
       via  0fff3e4ea991ce2f841739ee8c8e8937452e56fa (commit)
       via  f52db6cd4436ec8b14e592f4b2b99f5840bdf47a (commit)
      from  ad9c862ffbb42d733595052d5769405ef7a98a75 (commit)


- Commits -----------------------------------------------
commit 10624065b0dc631164d786b2c39f35655e55eadf
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Aug 21 18:45:43 2008 +0100

    python/retrace: Support gziped traces.

commit 34d12c1787116c254e528dd981810b7b78b7a2ee
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Aug 21 13:57:59 2008 +0100

    trace: Hack to detect writes to user buffers.
    
    It often happens that new data is written directly to the user buffers
    without mapping/unmapping. This hack marks user buffers and dumps them
    before passing them to pipe context.

commit 0fff3e4ea991ce2f841739ee8c8e8937452e56fa
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Aug 21 13:39:52 2008 +0100

    trace: Split the output stream on windows.
    
    Because windows limits the ammount of memory that can be mapped.

commit f52db6cd4436ec8b14e592f4b2b99f5840bdf47a
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Aug 21 01:41:20 2008 +0100

    scons: Build the trace pipe driver by default.

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




More information about the mesa-commit mailing list