mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Mon Aug 25 17:32:13 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_context.c          |    4 +-
 src/gallium/auxiliary/draw/draw_context.h          |    4 +-
 .../auxiliary/pipebuffer/pb_buffer_fenced.c        |    1 +
 src/gallium/auxiliary/util/u_memory.h              |    1 +
 src/gallium/drivers/cell/ppu/cell_clear.c          |    4 +-
 src/gallium/drivers/cell/ppu/cell_context.c        |    4 +
 src/gallium/drivers/cell/ppu/cell_draw_arrays.c    |   35 +++++++++--
 src/gallium/drivers/cell/ppu/cell_draw_arrays.h    |   24 +++++--
 src/gallium/drivers/cell/ppu/cell_pipe_state.c     |    6 +-
 src/gallium/drivers/cell/ppu/cell_state_emit.c     |   14 ++--
 src/gallium/drivers/cell/ppu/cell_state_shader.c   |    4 +-
 src/gallium/drivers/cell/ppu/cell_surface.c        |   11 ++--
 src/gallium/drivers/cell/ppu/cell_texture.c        |   69 ++++++++++++++++++--
 src/gallium/drivers/cell/ppu/cell_texture.h        |    1 +
 src/gallium/drivers/cell/ppu/cell_vbuf.c           |    1 +
 src/gallium/drivers/cell/ppu/cell_vertex_fetch.c   |    4 +
 src/gallium/drivers/cell/ppu/cell_vertex_shader.c  |    5 ++
 src/gallium/drivers/cell/spu/spu_exec.h            |    2 +-
 src/gallium/drivers/cell/spu/spu_render.c          |    2 +-
 src/gallium/drivers/cell/spu/spu_tri.c             |    1 +
 src/gallium/drivers/cell/spu/spu_util.c            |    2 +
 src/gallium/drivers/cell/spu/spu_vertex_shader.c   |   26 +++++++-
 22 files changed, 182 insertions(+), 43 deletions(-)

       via  6ba9fb9b6693904054ad4e1506ba42e324334b0a (commit)
       via  60ac76175b6457ecc1cd8bd7a25cb79b2d529434 (commit)
       via  a644c5a850242376e6ab03f7f4bdbfb8a232490f (commit)
       via  fd06d01b80fd9b2924682686e943d819bfcf027b (commit)
      from  85813e36f2646e00ac163fb6e6e78e1d2f73eb34 (commit)


- Commits -----------------------------------------------
commit 6ba9fb9b6693904054ad4e1506ba42e324334b0a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 25 11:31:59 2008 -0600

    cell: asst fixes to get driver building/running again.
    
    Note that SPU vertex transformation is disabled at this time.

commit 60ac76175b6457ecc1cd8bd7a25cb79b2d529434
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 25 11:30:57 2008 -0600

    gallium: added const qualifiers on some draw funcs

commit a644c5a850242376e6ab03f7f4bdbfb8a232490f
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 25 11:30:20 2008 -0600

    gallium: include p_debug.h for non-HAVE_POSIX_MEMALIGN

commit fd06d01b80fd9b2924682686e943d819bfcf027b
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Mon Aug 25 11:29:39 2008 -0600

    gallium: include <sched.h> on linux to get sched_yield() proto

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




More information about the mesa-commit mailing list