mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Mar 20 15:16:18 UTC 2008


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 |    3 +-
 src/gallium/auxiliary/util/u_simple_shaders.c |   95 +++++++++++++++++
 src/gallium/auxiliary/util/u_simple_shaders.h |   12 ++
 src/mesa/state_tracker/st_cb_clear.c          |  137 +++++--------------------
 src/mesa/state_tracker/st_cb_clear.h          |    4 +
 src/mesa/state_tracker/st_context.c           |    1 +
 src/mesa/state_tracker/st_context.h           |    7 ++
 7 files changed, 148 insertions(+), 111 deletions(-)

       via  8dd90ee19d97c4b032c2b057d96b3e674be3e1fd (commit)
       via  85e4ec6d118e340eaccd176aa622221642a2e754 (commit)
       via  6a9a3afcf923ec5c67069cdb1656f52675cd8ede (commit)
      from  a88202d3b02a24a3bfff95c5e375ead44dae4c5e (commit)


- Commits -----------------------------------------------
commit 8dd90ee19d97c4b032c2b057d96b3e674be3e1fd
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 20 09:15:24 2008 -0600

    gallium: temporarily disable the memcmp() in cso_set_framebuffer()
    
    The memcmp() fails to detect buffer size changes...

commit 85e4ec6d118e340eaccd176aa622221642a2e754
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 20 09:13:51 2008 -0600

    gallium: use the utility pasthrough shaders
    
    This avoids the Mesa->TGSI translation step.

commit 6a9a3afcf923ec5c67069cdb1656f52675cd8ede
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 20 09:11:27 2008 -0600

    gallium: added util_make_fragment_passthrough_shader()

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




More information about the mesa-commit mailing list