i965: Make the old VS backend record pull constant references in pull_params[].
authorEric Anholt <eric@anholt.net>
Mon, 22 Aug 2011 18:32:11 +0000 (11:32 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 30 Aug 2011 19:09:40 +0000 (12:09 -0700)
commit8654931d117f178fa575d3fdc5bbff9f8bf9e816
tree9ba5be6acac7a2d774f5a4947ef2532c7dec1ab7
parent9fa41f0742b7486e462e088a66bef8cebdf114f5
i965: Make the old VS backend record pull constant references in pull_params[].

We'll be using that to track things for the new VS backend, and this will
avoid cluttering brw_vs_surface_state.c for it.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_vs_emit.c
src/mesa/drivers/dri/i965/brw_vs_surface_state.c