mesa/src
Jason Ekstrand c499faebd7 anv: Add an option to abort on device loss
This is mostly for running in our CI system to prevent dEQP from
continuing on to the next test if we get a GPU hang.  As it currently
stands, dEQP uses the same VkDevice for almost all tests and if one of
the tests hangs, we set the anv_device::device_lost flag and report
VK_ERROR_DEVICE_LOST for all queue operations from that point forward
without sending anything to the GPU.  dEQP will happily continue trying
to run tests and reporting failures until it eventually gets crash that
forces the test runner to start over.  This circumvents the problem by
just aborting the process if we ever get a GPU hang.  Since this is not
the recommended behavior most of the time, we hide it behind an
environment variable.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
2017-05-18 16:32:11 -07:00
..
amd ac: add missing extern "C" guards 2017-05-18 11:48:53 +02:00
compiler glsl: simplify link_assign_uniform_storage() a bit 2017-05-16 09:33:06 +02:00
egl egl: Partially revert 23c86c74, fix eglMakeCurrent 2017-05-18 10:25:52 -07:00
gallium radeonsi/gfx9: use CE RAM optimally 2017-05-18 22:15:02 +02:00
gbm gbm/dri: Fix sign-extension in modifier query 2017-05-02 19:55:13 +01:00
getopt
glx glxglvnddispatch: Add missing dispatch for GetDriverConfig 2017-05-17 20:02:18 +02:00
gtest
hgl
intel anv: Add an option to abort on device loss 2017-05-18 16:32:11 -07:00
loader
mapi mesa: add KHR_no_error support for glDispatchCompute*() 2017-05-17 10:12:04 +10:00
mesa st/mesa: silence a valgrind warning in u_threaded_context due to st_draw_vbo 2017-05-18 22:15:02 +02:00
util Android: correct libz dependency 2017-05-17 14:04:18 +01:00
vulkan vulkan/wsi/wayland: Add support for VK_KHR_get_surface_capabilities2 2017-05-16 08:38:45 -07:00
Makefile.am
SConscript