iris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERY
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 8 May 2019 18:33:50 +0000 (11:33 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 9 May 2019 23:49:07 +0000 (16:49 -0700)
commitc61862ddfcb33235877a4b413858d80c4ccd0e51
treed991a0c145d879144c635a76a08801662fcd74bd
parent343f41781c17a9db37f8872f1c4018cd58330417
iris: Expose PIPE_CAP_DEVICE_RESET_STATUS_QUERY

This provides a way for the application to query whether any resets have
happened, which lets us expose "robust" contexts.  This also enables the
KHR_robust_buffer_access_behavior tests.
src/gallium/drivers/iris/iris_batch.c
src/gallium/drivers/iris/iris_batch.h
src/gallium/drivers/iris/iris_context.c
src/gallium/drivers/iris/iris_screen.c