i965/fs: Remove unused count from vs urb setup
authorBen Widawsky <benjamin.widawsky@intel.com>
Thu, 21 Jan 2016 19:05:55 +0000 (11:05 -0800)
committerBen Widawsky <benjamin.widawsky@intel.com>
Fri, 22 Jan 2016 18:38:41 +0000 (10:38 -0800)
commit315cda671570a149af5117d9b265dc71396122ba
tree34aa2961b5cfd706448dd8d41ef70d12320923b3
parentd76bd85c35d6f68a46ec073712f398da71afb0a7
i965/fs: Remove unused count from vs urb setup

This was originally removed here:
commit 031d3501322aee0a1474c7f2a9b79f9fa9947430
Author: Kenneth Graunke <kenneth@whitecape.org>
Date:   Tue Aug 25 16:59:12 2015 -0700

    i965/vs: Unify URB entry size/read length calculations between backends.

Then added back:
commit bd198b9f0a292a9ff4ffffec3a29bad23d62caba
Author: Kenneth Graunke <kenneth@whitecape.org>
Date:   Fri Aug 14 16:01:33 2015 -0700

    i965/vs: Simplify fs_visitor's ATTR file.

Note that the authorship dates are out of order, but the above reflects the
order of the commit dates.

Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_fs.cpp