Re: [PATCH 9/9] glx/dri2: Enable GLX_ARB_create_context_robustness

2012-07-12 Thread Matt Turner
On Thu, Jul 12, 2012 at 10:33 AM, Ian Romanick wrote: > No, it should have been __DRI_CTX_ATTRIB_RESET_STRATEGY. :( I making > changes across multiple repos across multiple sets of review comments. I'll > change the name in Mesa back to __DRI_CTX_ATTRIB_RESET_NOTIFICATION. Okay. Dave has '[PATCH

Re: [PATCH 9/9] glx/dri2: Enable GLX_ARB_create_context_robustness

2012-07-12 Thread Ian Romanick
On 07/11/2012 10:37 PM, Matt Turner wrote: On Wed, Jul 4, 2012 at 3:21 PM, Ian Romanick wrote: From: Ian Romanick If the driver supports __DRI2_ROBUSTNESS, then enable GLX_ARB_create_cotnext_robustness as well. If robustness values are passed to glXCreateContextAttribsARB and the driver does

Re: [PATCH 9/9] glx/dri2: Enable GLX_ARB_create_context_robustness

2012-07-11 Thread Matt Turner
On Wed, Jul 4, 2012 at 3:21 PM, Ian Romanick wrote: > From: Ian Romanick > > If the driver supports __DRI2_ROBUSTNESS, then enable > GLX_ARB_create_cotnext_robustness as well. If robustness values are > passed to glXCreateContextAttribsARB and the driver doesn't support > __DRI2_ROBUSTNESS, exis

[PATCH 9/9] glx/dri2: Enable GLX_ARB_create_context_robustness

2012-07-04 Thread Ian Romanick
From: Ian Romanick If the driver supports __DRI2_ROBUSTNESS, then enable GLX_ARB_create_cotnext_robustness as well. If robustness values are passed to glXCreateContextAttribsARB and the driver doesn't support __DRI2_ROBUSTNESS, existing drivers will already generate the correct error values (so