[Mesa-dev] [PATCH 1/4] mesa: add DisjointOperation to gl_shared_state

2017-12-14 Thread Tapani Pälli
This state will be used by EXT_disjoint_timer_query. As first usage, patch sets DisjointOperation true when gpu reset happens. Signed-off-by: Tapani Pälli Reviewed-by: Lionel Landwerlin --- src/mesa/main/mtypes.h | 8 src/mesa/main/robustness.c | 1 + 2 files changed, 9 insertions(

[Mesa-dev] [PATCH 1/4] mesa: add DisjointOperation to gl_shared_state

2017-11-19 Thread Tapani Pälli
This state will be used by EXT_disjoint_timer_query. As first usage, patch sets DisjointOperation true when gpu reset happens. Signed-off-by: Tapani Pälli --- src/mesa/main/mtypes.h | 8 src/mesa/main/robustness.c | 1 + 2 files changed, 9 insertions(+) diff --git a/src/mesa/main/m