mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy
authorIan Romanick <ian.d.romanick@intel.com>
Mon, 10 Sep 2012 14:11:33 +0000 (17:11 +0300)
committerIan Romanick <ian.d.romanick@intel.com>
Fri, 8 Nov 2013 01:31:16 +0000 (17:31 -0800)
commit17c94de33baf66ad5c264b7a046394c651bc6126
tree383fc825320a55bc38e559e8c51364cfb2ca5e69
parent916bc4491a2a7607bf2bd22aa1a5a537285c89c9
mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategy

No drivers advertise the DRI2 extension yet, so no driver should ever
see a value other than false for notify_reset.

The changes in nouveau use tabs because nouveau seems to have it's own
indentation rules.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
12 files changed:
src/gallium/state_trackers/dri/common/dri_context.c
src/mesa/drivers/dri/common/dri_util.c
src/mesa/drivers/dri/common/dri_util.h
src/mesa/drivers/dri/i915/intel_screen.c
src/mesa/drivers/dri/i965/brw_context.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/nouveau/nouveau_context.c
src/mesa/drivers/dri/nouveau/nouveau_context.h
src/mesa/drivers/dri/r200/r200_context.c
src/mesa/drivers/dri/r200/r200_context.h
src/mesa/drivers/dri/radeon/radeon_context.c
src/mesa/drivers/dri/radeon/radeon_context.h