mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Apr 3 18:54:53 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/mesa/state_tracker/st_cb_clear.c      |   85 ++++++++++++-----------------
 src/mesa/state_tracker/st_cb_clear.h      |    4 ++
 src/mesa/state_tracker/st_cb_readpixels.c |    1 +
 src/mesa/state_tracker/st_context.c       |    1 +
 src/mesa/state_tracker/st_context.h       |    2 +
 5 files changed, 44 insertions(+), 49 deletions(-)

       via  ce5c867cbb17b2444ebc3db5c6a03cee5e2edb8a (commit)
       via  e8823bb7dfad7c6241da185cd0ac94ede42c33e5 (commit)
       via  c4f8c8b304a47b2490fe5b1d133e314b045854df (commit)
       via  4f67a3f7d3bdeaa8d16d877ce9b277c97bd2f6b4 (commit)
      from  0bc2e2c9cd552e4187dd8a2250e350efcdc9aea1 (commit)


- Commits -----------------------------------------------
commit ce5c867cbb17b2444ebc3db5c6a03cee5e2edb8a
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Apr 3 12:54:32 2008 -0600

    gallium: streamline viewport/raster/shader state for clearing with quads
    
    Move init of these items to new st_init_clear().

commit e8823bb7dfad7c6241da185cd0ac94ede42c33e5
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Apr 3 12:52:55 2008 -0600

    gallium: include st_cb_bitmap.h to silence warning

commit c4f8c8b304a47b2490fe5b1d133e314b045854df
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Apr 3 12:44:58 2008 -0600

    gallium: remove the temporary/test TEST_DRAW_PASSTHROUGH code

commit 4f67a3f7d3bdeaa8d16d877ce9b277c97bd2f6b4
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Apr 3 12:42:26 2008 -0600

    gallium: use identity viewport fix broken clear_with_quad() path
    
    Since bypass_clipping is set and we're specifying quad vertexes in window
    coords, setup identity viewport.

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




More information about the mesa-commit mailing list