Re: [PATCH xserver] glx: Allow arbitrary context attributes for direct contexts

2017-07-28 Thread Eric Anholt
Adam Jackson writes: > On Fri, 2017-07-28 at 09:56 -0700, Eric Anholt wrote: >> Adam Jackson writes: >> >> > For direct contexts, most context attributes don't require any >> > particular awareness on the part of the server. Examples include >> >

Re: [PATCH xserver] glx: Allow arbitrary context attributes for direct contexts

2017-07-28 Thread Adam Jackson
On Fri, 2017-07-28 at 09:56 -0700, Eric Anholt wrote: > Adam Jackson writes: > > > For direct contexts, most context attributes don't require any > > particular awareness on the part of the server. Examples include > > GLX_ARB_create_context_no_error and

Re: [PATCH xserver] glx: Allow arbitrary context attributes for direct contexts

2017-07-28 Thread Eric Anholt
Adam Jackson writes: > For direct contexts, most context attributes don't require any > particular awareness on the part of the server. Examples include > GLX_ARB_create_context_no_error and GLX_ARB_context_flush_control, where > all of the behavior change lives in the renderer;

[PATCH xserver] glx: Allow arbitrary context attributes for direct contexts

2017-07-27 Thread Adam Jackson
For direct contexts, most context attributes don't require any particular awareness on the part of the server. Examples include GLX_ARB_create_context_no_error and GLX_ARB_context_flush_control, where all of the behavior change lives in the renderer; since that's on the client side for a direct