mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Aug 7 01:16:49 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/util/p_tile.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

       via  a56ccb90c6a374c86158ac2323f844a4003560fa (commit)
      from  be66a8f43172327e3cdde27281e40377cacbb121 (commit)


- Commits -----------------------------------------------
commit a56ccb90c6a374c86158ac2323f844a4003560fa
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Wed Aug 6 19:15:10 2008 -0600

    gallium: fix clipping/stride bugs in pipe_get_tile_raw(), pipe_put_tile_raw()
    
    We need to compute the default dst_stride and src_stride _before_ clipping.
    After clipping, the width value may have changed.
    This fixes visible tile glitches in some demos like progs/glsl/texdemo.c

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




More information about the mesa-commit mailing list