i965: new VS: Compute urb entry size based on the VUE map.
authorPaul Berry <stereotype441@gmail.com>
Tue, 23 Aug 2011 18:43:46 +0000 (11:43 -0700)
committerPaul Berry <stereotype441@gmail.com>
Tue, 6 Sep 2011 18:04:26 +0000 (11:04 -0700)
commitf3ecc90730c1637b82e7a8eb8bef6d9a7a0531e8
treefd3cedbc924a929b63638fddec8e98f24154fe81
parentee3195a5ff9ce3e549fd254ecd751319a0bd9db5
i965: new VS: Compute urb entry size based on the VUE map.

Previously, the new VS backend computed the size of the URB entry by
counting the number of MRFs used in emitting the URB entry.  Now it
just gets it straight from the VUE map.

Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp