mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Mar 25 00:50:42 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/draw/draw_pstipple.c |   21 ++++++++++++++++-----
 src/gallium/auxiliary/util/p_debug.c       |    4 ++--
 src/gallium/include/pipe/p_debug.h         |    9 ++++++---
 src/mesa/state_tracker/st_cb_drawpixels.c  |    5 ++---
 4 files changed, 26 insertions(+), 13 deletions(-)

       via  4654803e2595ea041ea83baf5e13e6c68890e9a7 (commit)
       via  d6af8fc51d0288f34b92b7249c565c382e83765a (commit)
       via  e27127a61c80c8da0ffc0273688ff79b5166e163 (commit)
      from  f654ab40d6d6a5a712fdfac54f26d1611cf67d3f (commit)


- Commits -----------------------------------------------
commit 4654803e2595ea041ea83baf5e13e6c68890e9a7
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Mar 24 18:49:56 2008 -0600

    gallium: fix a few bugs, warnings in the p_debug code
    
    added missing _ to a _debug_printf() call.

commit d6af8fc51d0288f34b92b7249c565c382e83765a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Mar 24 18:32:48 2008 -0600

    gallium: move sampler_unit field to pstip_fragment_shader since it's per-shader
    
    Also, fix another texture refcounting bug.

commit e27127a61c80c8da0ffc0273688ff79b5166e163
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Mar 24 18:31:01 2008 -0600

    gallium: save/restore samplers in draw_textured_quad()

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




More information about the mesa-commit mailing list