mesa: Changes to 'r300-bufmgr'

Dave Airlie airlied at kemper.freedesktop.org
Sun Aug 24 08:48:07 UTC 2008


The branch, r300-bufmgr has been updated
        Commits at: http://cgit.freedesktop.org/mesa/mesa/log/?h=r300-bufmgr

Summary of changes:
 src/mesa/drivers/dri/r200/Makefile           |    3 +-
 src/mesa/drivers/dri/r300/Makefile           |    3 +-
 src/mesa/drivers/dri/r300/r300_cmdbuf.c      |   58 +++++++++-
 src/mesa/drivers/dri/r300/r300_context.c     |    6 +-
 src/mesa/drivers/dri/r300/r300_context.h     |    4 +-
 src/mesa/drivers/dri/r300/r300_ioctl.c       |   56 +++++-----
 src/mesa/drivers/dri/r300/r300_mem.c         |   33 +++++-
 src/mesa/drivers/dri/r300/r300_mem.h         |    3 -
 src/mesa/drivers/dri/r300/r300_mipmap_tree.c |    2 +-
 src/mesa/drivers/dri/r300/r300_state.c       |   45 +------
 src/mesa/drivers/dri/r300/radeon_context.c   |  118 ++++++++++++++------
 src/mesa/drivers/dri/r300/radeon_context.h   |    6 +-
 src/mesa/drivers/dri/r300/radeon_ioctl.c     |   31 +----
 src/mesa/drivers/dri/r300/radeon_lock.c      |   20 ++--
 src/mesa/drivers/dri/r300/radeon_span.c      |   86 +++++++-------
 src/mesa/drivers/dri/r300/radeon_state.c     |    8 --
 src/mesa/drivers/dri/radeon/radeon_screen.c  |  159 +++++++++++++++++++++++++-
 src/mesa/drivers/dri/radeon/radeon_span.h    |    8 +-
 18 files changed, 437 insertions(+), 212 deletions(-)

       via  093023518b81c11d0c3242a27b90def9a7e2e1c0 (commit)
       via  004100f123ca3ea4b35e16ae5d91911ad02b327f (commit)
      from  6827a4d742cf2b815d2651dd7ffe002f46a07b1b (commit)


- Commits -----------------------------------------------
commit 093023518b81c11d0c3242a27b90def9a7e2e1c0
Author: Adam Jackson <ajax at redhat.com>
Date:   Sun Aug 24 18:47:53 2008 +1000

    r300: move color/depth buffers to using fake buffers
    
    Emit state for color/depth properly
    
    This also moves the bufmgr into the radeon struct, as we
    need it from make current. It won't affect the other chips yet.
    
    can probably move fbLocation into the bufmgr soon

commit 004100f123ca3ea4b35e16ae5d91911ad02b327f
Author: Dave Airlie <airlied at linux.ie>
Date:   Sun Aug 24 18:33:06 2008 +1000

    r300: add static BO alloc to classic bufmgr

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




More information about the mesa-commit mailing list