mesa: Changes to 'master'

Nicolai Hähnle nh at kemper.freedesktop.org
Fri Jun 6 21:50:19 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_texmem.c   |    2 +-
 src/mesa/drivers/dri/r300/r300_texstate.c |  228 +++++++++++++++--------------
 2 files changed, 120 insertions(+), 110 deletions(-)

       via  fa1bc0d7d600b25ec1b9fce157a8c8ddc6723564 (commit)
      from  03a1144cd1de9425a0bc5ceec98f9c49fa19ac6d (commit)


- Commits -----------------------------------------------
commit fa1bc0d7d600b25ec1b9fce157a8c8ddc6723564
Author: Nicolai Haehnle <nhaehnle at gmail.com>
Date:   Fri Jun 6 23:47:46 2008 +0200

    r300: Improve texture layout calculations
    
    The texture layout calculations for mipmapped cubemaps used to be completely
    wrong, since the GPU expects images to be grouped by miplevel instead of by
    face number.
    
    This has been fixed now, though the memory layout is still slightly incorrect
    for the smaller miplevels. Unfortunately, the docs are lacking in that area.

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




More information about the mesa-commit mailing list