i965: Fix up VS max_threads for G4X and removing a magic number.
authorEric Anholt <eric@anholt.net>
Mon, 3 Nov 2008 02:50:59 +0000 (18:50 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 12 Nov 2008 21:07:23 +0000 (13:07 -0800)
commit62ff7ab7206e1b9e195e81ad1a96b579819edb57
treefcb4879783f4d732a307423058acd3e9fe613ff0
parent9dadfc09a9dd492f14eec8de060d3f5198c766ec
i965: Fix up VS max_threads for G4X and removing a magic number.

As far as I can read in the docs, VS threads can be 1:1 with the pairs of
VUE handles allocated for them.  Also, G4X can run twice as many threads as
before (though we won't unless the we bump the preferred URB entries for VS).
src/mesa/drivers/dri/i965/brw_vs_state.c