mesa: Changes to 'gallium-0.1'

Keith Whitwell keithw at kemper.freedesktop.org
Tue Dec 11 13:20:04 UTC 2007


 src/mesa/pipe/draw/draw_context.c            |   21 --
 src/mesa/pipe/draw/draw_context.h            |    6 
 src/mesa/pipe/draw/draw_feedback.c           |  253 ---------------------------
 src/mesa/pipe/draw/draw_private.h            |    9 
 src/mesa/pipe/draw/draw_validate.c           |    5 
 src/mesa/pipe/failover/fo_context.h          |    1 
 src/mesa/pipe/failover/fo_state.c            |   11 -
 src/mesa/pipe/failover/fo_state_emit.c       |    3 
 src/mesa/pipe/i915simple/i915_context.c      |   22 --
 src/mesa/pipe/i915simple/i915_context.h      |    5 
 src/mesa/pipe/i915simple/i915_state.c        |   41 ----
 src/mesa/pipe/i965simple/brw_context.h       |    1 
 src/mesa/pipe/i965simple/brw_state.c         |    9 
 src/mesa/pipe/p_context.h                    |   12 -
 src/mesa/pipe/p_state.h                      |   27 --
 src/mesa/pipe/softpipe/Makefile              |    1 
 src/mesa/pipe/softpipe/sp_context.c          |    3 
 src/mesa/pipe/softpipe/sp_context.h          |    5 
 src/mesa/pipe/softpipe/sp_draw_arrays.c      |   22 --
 src/mesa/pipe/softpipe/sp_state.h            |   11 -
 src/mesa/pipe/softpipe/sp_state_feedback.c   |   72 -------
 src/mesa/pipe/softpipe/sp_state_surface.c    |    8 
 src/mesa/sources                             |    2 
 src/mesa/state_tracker/st_atom.c             |    1 
 src/mesa/state_tracker/st_atom.h             |    1 
 src/mesa/state_tracker/st_atom_clear_color.c |   63 ------
 src/mesa/state_tracker/st_cb_rasterpos.c     |   44 ++--
 src/mesa/state_tracker/st_cb_texture.c       |   31 ---
 src/mesa/state_tracker/st_context.h          |    2 
 29 files changed, 21 insertions(+), 671 deletions(-)

commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary

New commits:
commit 94cadef31f9d4ee9fce1bfa66fabb0a403a6f049
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Dec 11 13:19:33 2007 +0000

    gallium: remove redundant clear_color state.

commit 48731280d08bef51c406703e82986643e17b4757
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Dec 11 13:00:12 2007 +0000

    gallium: Remove feedback interfaces from pipe driver.
    
    Something similar will return when geometry shaders are added, but for now
    this interface is not required.

commit 89afc929f4e18165f1043c36844150e78f300cd5
Author: Keith Whitwell <keith at tungstengraphics.com>
Date:   Tue Dec 11 12:25:42 2007 +0000

    gallium: remove dead pbo zcopy code




More information about the mesa-commit mailing list