[Mesa-dev] [PATCH 3/4] st/mesa: add support for KHR_no_error flag
Emil Velikov
emil.l.velikov at gmail.com
Wed Jul 12 13:08:51 UTC 2017
On 11 July 2017 at 23:26, Grigori Goronzy <greg at chown.ath.cx> wrote:
> 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.
> ---
> src/gallium/include/state_tracker/st_api.h | 1 +
> src/gallium/state_trackers/dri/dri_context.c | 3 +++
> src/mesa/state_tracker/st_context.c | 10 +++++++---
> src/mesa/state_tracker/st_context.h | 3 ++-
> src/mesa/state_tracker/st_manager.c | 6 +++++-
> 5 files changed, 18 insertions(+), 5 deletions(-)
>
I think this should come before the enablement patch... although
looking at Issue #6 we may be fine as-is.
-Emil
More information about the mesa-dev
mailing list