OSDN Git Service

i965: Don't emit PIPELINE_SELECT from BLORP.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 8 Jun 2013 17:01:34 +0000 (10:01 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Mon, 10 Jun 2013 17:58:44 +0000 (10:58 -0700)
commitb607d57630daa7d92a84c41abfd45cacbe63f3d2
tree7019882755929cb3a3eb6aa7d1bbd7504b3ff554
parentd671eb140f05d4974cebf6e6643282a8a7ce45db
i965: Don't emit PIPELINE_SELECT from BLORP.

Now that we emit invariant state at startup (and never select the media
pipeline), the 3D pipeline will always already be selected, even if BLORP
is the first operation.  So this is unnecessary.

v2: Fix unused variable warning (intel_context is no longer used).

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/gen6_blorp.cpp