OSDN Git Service

i965: don't include compute resources in "Combined" limits
authorKenneth Graunke <kenneth@whitecape.org>
Fri, 24 Aug 2018 00:24:19 +0000 (17:24 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 24 Aug 2018 00:27:27 +0000 (17:27 -0700)
commitb03dcb1e5f507c5950d0de053a6f76e6306ee71f
tree558d1fd46760bfeedb4bc7ff85674c1ca468be58
parent9176703788c66de8287c6224650b1ff8d4238126
i965: don't include compute resources in "Combined" limits

The combined limits should only include shader stages that can be active
at the same time.  We don't need to include compute.

See also cff290df4c09547cd2cb3b129ec59bdebdadba90 for st/mesa.

Unbreaks i965 from assert failing on driver load since Marek's
45f87a48f94148b484961f18a4f1ccf86f066b1c, which dropped the core
Mesa capabilities before adjusting driver limits down to match.
src/mesa/drivers/dri/i965/brw_context.c