Remove TNL-to-VP tracking from i965
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 26 Sep 2008 00:19:47 +0000 (17:19 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 29 Sep 2008 03:32:05 +0000 (20:32 -0700)
commitb5d59222ccbec9db23b6847737765a4dc0d8c47b
tree66477800d73506543eb134414744ff5c9d87b0f6
parent2e5d717007ba6515b094b9af8ed869130185a308
Remove TNL-to-VP tracking from i965

The i965 driver previously had it's own set of code to convert
fixed-function TNL state to a vertex program.  Core Mesa has code to
do this, so there is no reason to duplicate that effort in the driver.
In fact, this duplication leads to bugs when other aspects of the Mesa
infrastructure change.
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_state.h
src/mesa/drivers/dri/i965/brw_state_upload.c
src/mesa/drivers/dri/i965/brw_vs.h
src/mesa/drivers/dri/i965/brw_vs_tnl.c
src/mesa/drivers/dri/i965/brw_vtbl.c