mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Fri Apr 25 09:16:21 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                                         |   37 +-----
 common.py                                          |  159 +++++++++++++++++++-
 .../auxiliary/pipebuffer/pb_buffer_fenced.c        |   11 +-
 src/gallium/auxiliary/util/p_debug.c               |   14 +-
 src/gallium/auxiliary/util/p_debug_mem.c           |    6 +-
 src/gallium/auxiliary/util/u_time.c                |   38 +++--
 src/gallium/auxiliary/util/u_time.h                |    8 +-
 src/gallium/include/pipe/p_compiler.h              |    2 +
 .../u_handle_table.h => include/pipe/p_config.h}   |  130 ++++++++--------
 src/gallium/include/pipe/p_util.h                  |    9 +-
 winddk.py                                          |  101 -------------
 11 files changed, 276 insertions(+), 239 deletions(-)
 copy src/gallium/{auxiliary/util/u_handle_table.h => include/pipe/p_config.h} (51%)

       via  b06cd4debfc4fb4162b4b45e61ea91948de0a279 (commit)
       via  dacfef158943665fc0d11035867d14ff1f5db332 (commit)
       via  35460fc91cf5311a4cbaee3c577ad8a95ccab1a1 (commit)
      from  b4c7a48d5c9ed2f9535a17d6c05cd55178c7880a (commit)


- Commits -----------------------------------------------
commit b06cd4debfc4fb4162b4b45e61ea91948de0a279
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Apr 25 18:19:51 2008 +0900

    gallium: Windows user mode portability fixes.

commit dacfef158943665fc0d11035867d14ff1f5db332
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Apr 25 18:18:48 2008 +0900

    gallium: New configuration header.
    
    To abstract all those weird #ifdef (__???__) checks.
    
    It should typically be the first included header.

commit 35460fc91cf5311a4cbaee3c577ad8a95ccab1a1
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Fri Apr 25 18:16:25 2008 +0900

    scons: Teach scons about user-land windows.
    
    Actually, more like get rid of all our hacks when compiling for
    user-land windows.
    
    Only MSVC is supported atm though.

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




More information about the mesa-commit mailing list