OSDN Git Service

i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLORP.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 31 Mar 2016 07:53:21 +0000 (00:53 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 31 Mar 2016 23:45:07 +0000 (16:45 -0700)
commita57320a9ba4f453c567716bf8270c0ac629ad0d2
treee24d47651f1c08dcffb344e0aac8efc5fa83a039
parent58d4751fa0c5a38069879e9f72047b75f8351d93
i965: Use brw->urb.min_vs_urb_entries instead of 32 for BLORP.

Haswell GT2 and GT3 have a minimum of 64 entries.  Hardcoding 32
is not legal.

v2: Delete stale comment (caught by Alejandro).

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/gen7_blorp.cpp