mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Fri Aug 22 22:24:00 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/Makefile                |    2 +-
 src/gallium/auxiliary/util/SConscript              |    2 +-
 src/gallium/auxiliary/util/{p_util.c => u_rect.c}  |    3 +-
 .../python/st_sample.h => auxiliary/util/u_rect.h} |   29 ++++++++++++-------
 src/gallium/drivers/cell/ppu/cell_surface.c        |    1 +
 src/gallium/drivers/i915simple/i915_surface.c      |    1 +
 src/gallium/drivers/i965simple/brw_surface.c       |    1 +
 src/gallium/drivers/softpipe/sp_surface.c          |    1 +
 src/gallium/include/pipe/p_util.h                  |   13 ---------
 src/mesa/state_tracker/st_texture.c                |    1 +
 10 files changed, 27 insertions(+), 27 deletions(-)
 rename src/gallium/auxiliary/util/{p_util.c => u_rect.c} (98%)
 copy src/gallium/{state_trackers/python/st_sample.h => auxiliary/util/u_rect.h} (70%)

       via  2b87174ec306673c59386102890f35907be497ef (commit)
       via  fe1e39afbb147deab60ecc932c24f921b46f1364 (commit)
      from  a13475ff0057f1de8e3bc08d6ca42b9e135a3f5a (commit)


- Commits -----------------------------------------------
commit 2b87174ec306673c59386102890f35907be497ef
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Aug 22 16:22:35 2008 -0600

    gallium: rename p_util.c to u_rect.c (it only contains rect copy/fill helpers)

commit fe1e39afbb147deab60ecc932c24f921b46f1364
Author: Brian Paul <brian.paul at tungstengraphics.com>
Date:   Fri Aug 22 16:19:22 2008 -0600

    gallium: move pipe_copy_rect(), pipe_fill_rect() protos into new u_rect.h header

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




More information about the mesa-commit mailing list