ilo: convert BLT to use ilo_builder
authorChia-I Wu <olvaffe@gmail.com>
Sat, 6 Sep 2014 16:42:53 +0000 (00:42 +0800)
committerChia-I Wu <olvaffe@gmail.com>
Tue, 9 Sep 2014 05:31:37 +0000 (13:31 +0800)
commit6cbd1f4bd3957d1c6645e519f6609b4915576f4c
tree3dbee632147d02edfb7d15973144c6eb06af90cf
parentd2acd673135318585fb956a2723a9a1ba89577d7
ilo: convert BLT to use ilo_builder

Make these changes

  ilo_cp_begin()    -> ilo_builder_batch_pointer()
  ilo_cp_write()    -> direct memory set
  ilo_cp_write_bo() -> ilo_builder_batch_reloc()

and make sure there is no implicit flush.  Use this chance to drop the
"_emit_" infix.
src/gallium/drivers/ilo/ilo_blitter_blt.c