st/mesa: Add support for KHR_no_error flag
authorGrigori Goronzy <greg@chown.ath.cx>
Thu, 29 Jun 2017 02:39:22 +0000 (04:39 +0200)
committerGrigori Goronzy <greg@chown.ath.cx>
Fri, 14 Jul 2017 19:23:40 +0000 (21:23 +0200)
commit2bbe235053ca28334eaf4ed7214e2f35b9733bd8
treef8d540ccb6556b52b992d61db6eb36b6cf712908
parent7299e82fa444c86f4c5e22593424715454182e9a
st/mesa: Add support for KHR_no_error flag

Add a new context flag and plumb it through the various layers of the
context creation code to set up dispatch tables for the no-error mode.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/include/state_tracker/st_api.h
src/gallium/state_trackers/dri/dri_context.c
src/mesa/state_tracker/st_context.c
src/mesa/state_tracker/st_context.h
src/mesa/state_tracker/st_manager.c