ilo: flush before setting SOL_RESET
authorChia-I Wu <olvaffe@gmail.com>
Mon, 22 Sep 2014 02:35:59 +0000 (10:35 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Mon, 22 Sep 2014 02:41:13 +0000 (10:41 +0800)
commit672592de7e4b05b13765f5eac777e5427f84c0f0
treea473291201f6d0cc47d7806ef2a64a4a2c9377e9
parent17e7582465e2210f479350449b9598864728b4d0
ilo: flush before setting SOL_RESET

SOL_RESET happens before bo execution.  It should not be observed by the
commands that are already in the bo.

Move the code out of the pipeline now that it submits.
src/gallium/drivers/ilo/ilo_3d.c
src/gallium/drivers/ilo/ilo_3d_pipeline.c