mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Tue Aug 19 23:44:36 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_vs_varient.c |    2 +-
 src/gallium/drivers/softpipe/sp_surface.c    |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)

       via  7f9959ae8394f8e52a180f5e261b0f9470f6c5bc (commit)
       via  63c0970dca9c13ab83ea24f108b41f75f2a290a7 (commit)
      from  84a496746e1b01f4b11c4a44dd698b904ec83572 (commit)


- Commits -----------------------------------------------
commit 7f9959ae8394f8e52a180f5e261b0f9470f6c5bc
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Aug 19 17:41:34 2008 -0600

    gallium: fix do_flip bug in sp_surface_copy()
    
    Surfaces are always in y=0=top raster order so the caller should invert
    the Y coordinate if needed; don't do it in sp_surface_copy().
    
    Fixes a glCopyTexture regression.

commit 63c0970dca9c13ab83ea24f108b41f75f2a290a7
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Tue Aug 19 17:04:48 2008 -0600

    gallium: fix an assertion

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




More information about the mesa-commit mailing list