mesa: Changes to 'gallium-0.1'

Brian Paul brianp at kemper.freedesktop.org
Thu Mar 27 23:43:12 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_private.h        |   12 ++++++------
 src/gallium/auxiliary/draw/draw_pt_fetch_emit.c  |    2 +-
 src/gallium/auxiliary/draw/draw_vf.c             |    4 ++--
 src/gallium/auxiliary/draw/draw_vf.h             |    2 +-
 src/gallium/auxiliary/draw/draw_vs_exec.c        |    4 ++--
 src/gallium/auxiliary/draw/draw_vs_llvm.c        |    4 ++--
 src/gallium/auxiliary/draw/draw_vs_sse.c         |    4 ++--
 src/gallium/drivers/cell/ppu/cell_context.h      |    6 +++---
 src/gallium/drivers/cell/ppu/cell_draw_arrays.c  |    4 ++--
 src/gallium/drivers/cell/ppu/cell_state_vertex.c |    4 ++--
 src/gallium/drivers/cell/ppu/cell_vertex_fetch.c |    2 +-
 src/gallium/drivers/cell/spu/spu_main.c          |    4 ++--
 src/gallium/drivers/cell/spu/spu_vertex_shader.c |    4 ++--
 src/gallium/drivers/cell/spu/spu_vertex_shader.h |    8 ++++----
 src/gallium/drivers/failover/fo_context.h        |    4 ++--
 src/gallium/drivers/failover/fo_state_emit.c     |    4 ++--
 src/gallium/drivers/i915simple/i915_context.c    |    4 ++--
 src/gallium/drivers/i915simple/i915_context.h    |    2 +-
 src/gallium/drivers/i965simple/brw_clip.h        |    2 +-
 src/gallium/drivers/i965simple/brw_context.h     |   12 ++++++------
 src/gallium/drivers/i965simple/brw_state.c       |    2 +-
 src/gallium/drivers/i965simple/brw_wm.h          |    4 ++--
 src/gallium/drivers/softpipe/sp_context.h        |    6 +++---
 src/gallium/drivers/softpipe/sp_draw_arrays.c    |    4 ++--
 src/gallium/drivers/softpipe/sp_quad_fs.c        |    4 ++--
 src/gallium/drivers/softpipe/sp_state_vertex.c   |    4 ++--
 src/gallium/include/pipe/p_state.h               |    3 ++-
 src/mesa/state_tracker/st_draw.c                 |    2 +-
 29 files changed, 63 insertions(+), 62 deletions(-)

       via  39038c11699bbc9baab744542e96d54e91cb452a (commit)
      from  37da2d685102ab5a706e0634fc55c60229598faa (commit)


- Commits -----------------------------------------------
commit 39038c11699bbc9baab744542e96d54e91cb452a
Author: Brian <brian.paul at tungstengraphics.com>
Date:   Thu Mar 27 17:41:55 2008 -0600

    gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
    
    The later follows the naming scheme of other limits.
    Keep the old definition until all possible usage is updated.

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




More information about the mesa-commit mailing list