mesa: Changes to 'master'

Nicolai Hähnle nh at kemper.freedesktop.org
Fri Jun 6 19:35:46 UTC 2008


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

Summary of changes:
 src/mesa/drivers/dri/r300/r300_context.h   |    7 ---
 src/mesa/drivers/dri/r300/r300_reg.h       |   29 ++++-------
 src/mesa/drivers/dri/r300/r300_state.c     |    2 +-
 src/mesa/drivers/dri/r300/r300_tex.c       |   77 ++++++++++-----------------
 src/mesa/drivers/dri/r300/r300_texmem.c    |    4 --
 src/mesa/drivers/dri/r300/r300_texstate.c  |    5 --
 src/mesa/drivers/dri/r300/radeon_context.h |   10 ----
 7 files changed, 40 insertions(+), 94 deletions(-)

       via  03a1144cd1de9425a0bc5ceec98f9c49fa19ac6d (commit)
       via  665605234d2aed2baa22fa621fa02478b2c08a4d (commit)
      from  0b72fada6aa3e15cee62c806057ebf986f34433d (commit)


- Commits -----------------------------------------------
commit 03a1144cd1de9425a0bc5ceec98f9c49fa19ac6d
Author: Nicolai Haehnle <nhaehnle at gmail.com>
Date:   Fri Jun 6 21:28:08 2008 +0200

    r300: Cleanup TX_MIN_FILTER defines
    
    This commit should not affect the functionality at all, just cleanup
    some of the original texture filter guesswork using information from
    the register documentation.

commit 665605234d2aed2baa22fa621fa02478b2c08a4d
Author: Nicolai Haehnle <nhaehnle at gmail.com>
Date:   Fri Jun 6 21:13:12 2008 +0200

    r300: Remove unused variable r300_tex_obj::dirty_state and related defines
    
    This variable was only ever written to, but nobody used its value.

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




More information about the mesa-commit mailing list