i965: Support the mesa_no_error driconf option.
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 22 Jul 2017 07:51:03 +0000 (00:51 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Sat, 22 Jul 2017 18:42:42 +0000 (11:42 -0700)
commit665fd10396aa1dba395a8fe4d7a35dfed90fe27e
tree6c23bf1a1baa8b3f144552637ea033b1c7098011
parent20533e0da7e0423865e557d2454a63d92dfafb7b
i965: Support the mesa_no_error driconf option.

This allows us to override contexts to use no_error functionality
even if the applications themselves do not.

Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/intel_screen.c