mesa: Changes to 'master'

Nicolai Hähnle nh at kemper.freedesktop.org
Sun Jun 1 17:59:52 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  |    3 +-
 src/mesa/drivers/dri/r300/r300_fragprog.c |    2 +
 src/mesa/drivers/dri/r300/r300_state.c    |   79 ++++++++++++++++++-----------
 3 files changed, 54 insertions(+), 30 deletions(-)

       via  c9ea62444c6969da8706ea88e12df8c458a6acce (commit)
      from  d9c7c5f071f5bf2a7516d877c9ab84b2b2b91779 (commit)


- Commits -----------------------------------------------
commit c9ea62444c6969da8706ea88e12df8c458a6acce
Author: Nicolai Haehnle <nhaehnle at gmail.com>
Date:   Sun Jun 1 19:53:52 2008 +0200

    r300: Writing to result.depth in fragment programs (R3xx; only stub for R5xx)
    
    Setup fg_depth_src for depth writing programs and change early Z (ztop)
    semantics.
    
    Piglit's version of glean/fragprog test passes now (unlike Glean, its
    dependency on EXT_fog_coord, which we don't support, is optional).
    
    R3xx only at the moment, but should be straightforward to adapt to R5xx
    (I don't own an R5xx, and I don't want to break anything.)

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




More information about the mesa-commit mailing list