diff options
author | Nicolai Hähnle <[email protected]> | 2016-09-30 14:06:04 +0200 |
---|---|---|
committer | Nicolai Hähnle <[email protected]> | 2016-10-05 15:51:53 +0200 |
commit | a1fa8b731fc5ae12b3f4961dd3a841b384177564 (patch) | |
tree | 5fa3a010307983c4fa5c45af4f24be4869968e71 /src/mesa/state_tracker/st_context.h | |
parent | d856130025be12230ed84fc31fcf5691641f1952 (diff) |
st/mesa: set a device reset callback when available
Reviewed-by: Edward O'Callaghan <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker/st_context.h')
-rw-r--r-- | src/mesa/state_tracker/st_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.h b/src/mesa/state_tracker/st_context.h index 2b783e00281..83d77fdf8f4 100644 --- a/src/mesa/state_tracker/st_context.h +++ b/src/mesa/state_tracker/st_context.h @@ -253,6 +253,8 @@ struct st_context struct st_config_options options; struct st_perf_monitor_group *perfmon; + + enum pipe_reset_status reset_status; }; |