mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Mon Sep 1 13:26:56 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:
 Makefile                                           |    1 +
 src/gallium/auxiliary/util/Makefile                |    3 +-
 src/gallium/auxiliary/util/u_time.c                |   20 ++
 src/gallium/auxiliary/util/u_time.h                |    3 +
 src/gallium/auxiliary/util/u_timed_winsys.c        |  346 ++++++++++++++++++++
 .../util/u_timed_winsys.h}                         |   37 +--
 6 files changed, 380 insertions(+), 30 deletions(-)
 create mode 100644 src/gallium/auxiliary/util/u_timed_winsys.c
 copy src/gallium/{state_trackers/python/st_hardpipe_winsys.c => auxiliary/util/u_timed_winsys.h} (66%)

       via  5e184894d24fbf01ed826c39ea921c01ae6d9caf (commit)
       via  c118c654fa238f983f1550149466727fa81e51ab (commit)
       via  a4d04d71a46c88c5cbe08336111267ae9d0b7f11 (commit)
       via  a9345511d8c9f0707b0dc49f772b3740878f1bd3 (commit)
      from  8c092def6c8f59048341c585af9b752bfa1f0236 (commit)


- Commits -----------------------------------------------
commit 5e184894d24fbf01ed826c39ea921c01ae6d9caf
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Sep 1 14:24:07 2008 +0100

    util: make timed_winsys os independent

commit c118c654fa238f983f1550149466727fa81e51ab
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Sep 1 14:23:47 2008 +0100

    util: add func to return time as uint64 microseconds

commit a4d04d71a46c88c5cbe08336111267ae9d0b7f11
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Mon Sep 1 14:11:12 2008 +0100

    add u_timed_winsys.[ch]

commit a9345511d8c9f0707b0dc49f772b3740878f1bd3
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Fri Aug 29 11:17:24 2008 +0100

    remove depend.bak in realclean

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




More information about the mesa-commit mailing list