mesa: Add gl_shared_state::ShareGroupReset and gl_context::ShareGroupReset
authorIan Romanick <ian.d.romanick@intel.com>
Thu, 6 Sep 2012 05:30:43 +0000 (22:30 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 8 Nov 2013 00:41:38 +0000 (16:41 -0800)
commita6eb04c3d88c685de7db9c61e94c84d30325b845
treeae094b8d073b6390f0aa62f73480c07d24804616
parent2fdc0ee19fe17d42e3662e8c561ad03e5e66e1ad
mesa: Add gl_shared_state::ShareGroupReset and gl_context::ShareGroupReset

These will be used to determine whether to signal a GPU reset after
another context in the share group has observed a reset.

v2: Change ShareGroupReset from GLboolean to bool.  Suggested by Brian.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/context.c
src/mesa/main/mtypes.h