mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 26 22:36:48 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:
 .../auxiliary/pipebuffer/pb_buffer_fenced.c        |   24 +-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_cache.c |   18 +-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_mm.c    |   20 +-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_pool.c  |   24 +-
 src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c  |   20 +-
 src/gallium/auxiliary/rtasm/rtasm_execmem.c        |   11 +-
 src/gallium/include/pipe/p_thread.h                |  366 +++++++-------------
 .../winsys/drm/intel/common/ws_dri_bufmgr.c        |  102 +++---
 .../winsys/drm/intel/common/ws_dri_bufpool.h       |    8 +-
 .../winsys/drm/intel/common/ws_dri_drmpool.c       |    4 +-
 .../winsys/drm/intel/common/ws_dri_fencemgr.c      |   66 ++--
 .../winsys/drm/intel/common/ws_dri_mallocpool.c    |    6 +-
 .../winsys/drm/intel/common/ws_dri_slabpool.c      |   66 ++--
 src/gallium/winsys/drm/intel/dri/intel_lock.c      |    8 +-
 src/gallium/winsys/xlib/glxapi.c                   |   26 +--
 src/gallium/winsys/xlib/xm_api.c                   |    9 +-
 src/gallium/winsys/xlib/xmesaP.h                   |    3 +-
 17 files changed, 328 insertions(+), 453 deletions(-)

       via  0bb852fa49e7f9a31036089ea4f5dfbd312a4a3a (commit)
      from  b5ab3b7dfc42a568a156dec2fa043292014f98a7 (commit)


- Commits -----------------------------------------------
commit 0bb852fa49e7f9a31036089ea4f5dfbd312a4a3a
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Aug 26 16:35:12 2008 -0600

    gallium: thread wrapper clean-up
    
    In p_thread.h replace _glthread_* functions with new pipe_* functions.
    Remove other old cruft.

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




More information about the mesa-commit mailing list