i965: Remove old BSpec reference from BLORP's 3DSTATE_WM/PS packets.
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 10 Jul 2013 23:01:35 +0000 (16:01 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 16 Jul 2013 02:40:52 +0000 (19:40 -0700)
commit4b704424e0df5dce1b6e588953b670073db7ab42
tree72bed73bc8071d0cbfdbbeb8e82db52e75fb4adb
parentada110716aabda04cdcbc92d89192c647ed26310
i965: Remove old BSpec reference from BLORP's 3DSTATE_WM/PS packets.

The Sandybridge code had a citation for the range of the "Maximum Number
of Threads" field, and the Ivybridge code just mentioned the "BSpec" in
general.  That's documented in the obvious place, so people can find it
without a spec reference.

The real value of the comment is to say "we tried zero, and it exploded,
so program it to a valid number even if pixel shading is off."

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/gen6_blorp.cpp
src/mesa/drivers/dri/i965/gen7_blorp.cpp