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

Summary of changes:
 src/gallium/auxiliary/cso_cache/cso_context.c |    7 +++++--
 src/gallium/auxiliary/util/u_blit.c           |   10 +++++++---
 src/gallium/auxiliary/util/u_gen_mipmap.c     |   12 ++++++++----
 3 files changed, 20 insertions(+), 9 deletions(-)

       via  13d8b1b211a803f44ffe325e7eed887cce4abaca (commit)
       via  08717d94619802f7816420be155c0c92fa727109 (commit)
      from  76a3590046d74c923d9837f82ece1587224b9a41 (commit)


- Commits -----------------------------------------------
commit 13d8b1b211a803f44ffe325e7eed887cce4abaca
Author: José Fonseca <[EMAIL PROTECTED]>
Date:   Mon Apr 21 22:26:33 2008 +0900

    gallium: Set all state via cso_context in blit/gen_mipmap utils.
    
    cso_restore_* functions are implemented on top of cso_set_*, therefore
    they require full knowledge of the current pipe state to work correctly.
    Directly calling pipe's set_*_state functions will lead to undefined state.
    
    Also save and restore shaders.

commit 08717d94619802f7816420be155c0c92fa727109
Author: José Fonseca <[EMAIL PROTECTED]>
Date:   Mon Apr 21 20:44:45 2008 +0900

    gallium: Do not mistake pipe state objects for state tracker state objects.

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

_______________________________________________
mesa-commit mailing list
mesa-commit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to