i965: Fix up SF max_threads.
authorEric Anholt <eric@anholt.net>
Mon, 3 Nov 2008 02:49:33 +0000 (18:49 -0800)
committerEric Anholt <eric@anholt.net>
Wed, 12 Nov 2008 21:07:23 +0000 (13:07 -0800)
commit9dadfc09a9dd492f14eec8de060d3f5198c766ec
tree18c94fbb740cd043bc4b3c5ec0e38ac72afb296a
parent82eb7c235db9939d067c4d64e32df96caef939ab
i965: Fix up SF max_threads.

We were dividing the number of URB entries by two to get number of threads,
which looks suspiciously like a copy'n'paste-o from brw_vs_state.c.  Also, the
maximum number of threads is 24, not 12.
src/mesa/drivers/dri/i965/brw_sf_state.c