Re: [Mesa-dev] [PATCH] i965: Support the mesa_no_error driconf option.
Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev
[Mesa-dev] [PATCH] 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. --- src/mesa/drivers/dri/i965/brw_context.c | 3 +++ src/mesa/drivers/dri/i965/intel_screen.c | 1 + 2 files changed, 4 insertions(+) Tested by running mesa_no_error=true ./bin/tex-error