gallium: Remove feedback interfaces from pipe driver.
authorKeith Whitwell <keith@tungstengraphics.com>
Tue, 11 Dec 2007 13:00:12 +0000 (13:00 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Tue, 11 Dec 2007 13:14:56 +0000 (13:14 +0000)
commit48731280d08bef51c406703e82986643e17b4757
tree41aff56ce1b14d4b700b0af47cad581bde922619
parent89afc929f4e18165f1043c36844150e78f300cd5
gallium: Remove feedback interfaces from pipe driver.

Something similar will return when geometry shaders are added, but for now
this interface is not required.
19 files changed:
src/mesa/pipe/draw/draw_context.c
src/mesa/pipe/draw/draw_context.h
src/mesa/pipe/draw/draw_feedback.c [deleted file]
src/mesa/pipe/draw/draw_private.h
src/mesa/pipe/draw/draw_validate.c
src/mesa/pipe/i915simple/i915_context.c
src/mesa/pipe/i915simple/i915_context.h
src/mesa/pipe/i915simple/i915_state.c
src/mesa/pipe/p_context.h
src/mesa/pipe/p_state.h
src/mesa/pipe/softpipe/Makefile
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_context.h
src/mesa/pipe/softpipe/sp_draw_arrays.c
src/mesa/pipe/softpipe/sp_state.h
src/mesa/pipe/softpipe/sp_state_feedback.c [deleted file]
src/mesa/sources
src/mesa/state_tracker/st_cb_rasterpos.c
src/mesa/state_tracker/st_context.h