i965: Simplify *_bo() helpers.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 3 Aug 2017 07:37:29 +0000 (00:37 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 8 Aug 2017 21:26:24 +0000 (14:26 -0700)
commita8b36fbdfaed8e5dae0f70ef74b0a58465bd6885
tree3702087d7ca3683191dd333b17ac6d10f6c592cb
parent2a0b3c781c3a96d843ea39472a6356eee2364301
i965: Simplify *_bo() helpers.

With the reloc domains gone, most of these are basically the same,
and the names don't make much sense anymore.  Simplify them to ro_bo(),
rw_bo(), and ggtt_bo().

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
src/mesa/drivers/dri/i965/genX_state_upload.c