rbug: move flush_resource initialization
authorLucas Stach <l.stach@pengutronix.de>
Mon, 16 Sep 2019 13:01:10 +0000 (15:01 +0200)
committerLucas Stach <dev@lynxeye.de>
Fri, 18 Oct 2019 10:12:07 +0000 (10:12 +0000)
commit5f76d3cce88c907075d4472f2dc3fbacd1c4a83d
treebaaaa66861f7d25e370606e06afe520a0c657166
parenta75eb888e0ceeaa61b3583668c05cc1f5f5786ce
rbug: move flush_resource initialization

All the other context method initialzation follow the order of the pipe_context
structure definition making it easy to find unimplemented methods in rbug.
Move the flush_resource init to follow the same order.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
src/gallium/auxiliary/driver_rbug/rbug_context.c