gallium: start removing pipe_context->get_name/vendor/param/paramf
authorBrian <brian@i915.localnet.net>
Wed, 27 Feb 2008 18:24:35 +0000 (11:24 -0700)
committerBrian <brian@i915.localnet.net>
Wed, 27 Feb 2008 18:24:35 +0000 (11:24 -0700)
commit8383f798b41df9a305e0a33afe8afa028d5d5dfb
treeaa5f3626bc28f7f2368064d91099fdbaf486d04a
parent03b5267f52d440b1b357918ed7de2ca948f314e1
gallium: start removing pipe_context->get_name/vendor/param/paramf

These are now per-screen functions, not per-context.
State tracker updated, code in drivers and p_context.h disabled.
13 files changed:
src/gallium/drivers/cell/ppu/cell_context.c
src/gallium/drivers/failover/fo_context.c
src/gallium/drivers/i915simple/Makefile
src/gallium/drivers/i915simple/SConscript
src/gallium/drivers/i915simple/i915_context.c
src/gallium/drivers/i965simple/Makefile
src/gallium/drivers/i965simple/SConscript
src/gallium/drivers/i965simple/brw_context.c
src/gallium/drivers/softpipe/sp_context.c
src/gallium/include/pipe/p_context.h
src/mesa/state_tracker/st_cb_drawpixels.c
src/mesa/state_tracker/st_cb_strings.c
src/mesa/state_tracker/st_extensions.c