mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Sep 4 16:33:07 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/u_rect.c       |  178 +++++++++++++++++++++++++++++
 src/gallium/auxiliary/util/u_rect.h       |   18 +++
 src/gallium/drivers/softpipe/sp_surface.c |  122 +-------------------
 src/mesa/state_tracker/st_texture.c       |    5 +-
 4 files changed, 199 insertions(+), 124 deletions(-)

       via  dd82c06ca371bacfda77d0eece5e29adee47e058 (commit)
       via  69897223a8e0b9e5cd187a3c0e2249ba73b652c0 (commit)
       via  ce8c08c2b03d8dc363deb14124372a6bbb4efd99 (commit)
      from  978f07bebdd5a368b8f900ed9cf77d3464a77ec0 (commit)


- Commits -----------------------------------------------
commit dd82c06ca371bacfda77d0eece5e29adee47e058
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Sep 4 10:32:29 2008 -0600

    softpipe: use the new util_surface_copy/fill() functions

commit 69897223a8e0b9e5cd187a3c0e2249ba73b652c0
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Sep 4 10:31:50 2008 -0600

    gallium: remove the copyHeight hack for compresssed formats

commit ce8c08c2b03d8dc363deb14124372a6bbb4efd99
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Thu Sep 4 10:31:23 2008 -0600

    gallium: new util_surface_copy() and util_surface_fill() helpers
    
    These are plug-in fallbacks for the pipe->surface_copy() and
    pipe->surface_fill() functions.

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




More information about the mesa-commit mailing list