mesa: Changes to 'gallium-0.1'

Jose Fonseca jrfonseca at kemper.freedesktop.org
Thu Sep 4 00:38:52 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_blit.c             |   22 ++++++------
 src/gallium/auxiliary/util/u_draw_quad.c        |   10 +++---
 src/gallium/auxiliary/util/u_gen_mipmap.c       |   40 +++++++++++-----------
 src/gallium/drivers/cell/ppu/cell_draw_arrays.c |    8 ++--
 src/gallium/drivers/cell/ppu/cell_texture.c     |    4 +-
 src/gallium/drivers/i915simple/i915_context.c   |    8 ++--
 src/gallium/drivers/i915simple/i915_prim_vbuf.c |   38 +++++++++++-----------
 src/gallium/drivers/i915simple/i915_screen.c    |    5 ++-
 src/gallium/drivers/i965simple/brw_state_pool.c |   10 +++---
 src/gallium/drivers/softpipe/sp_draw_arrays.c   |    8 ++--
 src/gallium/drivers/softpipe/sp_texture.c       |    4 +-
 src/gallium/state_trackers/python/gallium.i     |    2 +-
 src/gallium/state_trackers/python/p_context.i   |   16 ++++----
 src/gallium/state_trackers/python/p_texture.i   |    6 ++--
 src/gallium/state_trackers/python/st_device.c   |    8 ++--
 15 files changed, 95 insertions(+), 94 deletions(-)

       via  dffad1751e953c10742d5aee191d6f07482cdeea (commit)
       via  34cc7f5f1990e8e84628c24677a6bc715aeaf661 (commit)
       via  65a094101f8463cd0d26104a25a77f24bc2f6949 (commit)
       via  c93fff86ea5f8fb175159652e5b3ffa3882c2c2b (commit)
       via  78435d9142b4762cdf7193729bcd3148d990de3d (commit)
       via  a3e39a4aa950ae0f9d4c3106bdf438c6529bd63c (commit)
      from  e5085b83d0e3e16fcdc67bdab5cf7678d35984d4 (commit)


- Commits -----------------------------------------------
commit dffad1751e953c10742d5aee191d6f07482cdeea
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Sep 4 09:34:12 2008 +0900

    cell: Use pipe_buffer_* inlines as much as possible.

commit 34cc7f5f1990e8e84628c24677a6bc715aeaf661
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Sep 4 09:34:04 2008 +0900

    i915: Use pipe_buffer_* inlines as much as possible.

commit 65a094101f8463cd0d26104a25a77f24bc2f6949
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Sep 4 09:33:47 2008 +0900

    i965: Use pipe_buffer_* inlines as much as possible.

commit c93fff86ea5f8fb175159652e5b3ffa3882c2c2b
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Sep 4 09:33:27 2008 +0900

    softpipe: Use pipe_buffer_* inlines as much as possible.

commit 78435d9142b4762cdf7193729bcd3148d990de3d
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Sep 4 09:33:10 2008 +0900

    python: Use pipe_buffer_* inlines as much as possible.

commit a3e39a4aa950ae0f9d4c3106bdf438c6529bd63c
Author: José Fonseca <jrfonseca at tungstengraphics.com>
Date:   Thu Sep 4 09:32:54 2008 +0900

    gallium: Use pipe_buffer_* inlines as much as possible.

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




More information about the mesa-commit mailing list