On Tue, May 24, 2016 at 7:47 PM, Ilia Mirkin wrote:
>
> On May 24, 2016 10:25 PM, "Kristian Høgsberg" wrote:
>>
>> On Tue, May 24, 2016 at 5:22 PM, Ilia Mirkin wrote:
>> > Sorry to be pedantic, but you're enabling the ext for gles1.1, but the
>> > new
>> > entrypoint appear to only apply to gles
On May 24, 2016 10:25 PM, "Kristian Høgsberg" wrote:
>
> On Tue, May 24, 2016 at 5:22 PM, Ilia Mirkin wrote:
> > Sorry to be pedantic, but you're enabling the ext for gles1.1, but the
new
> > entrypoint appear to only apply to gles2. I think you also want a
es1="1.1"
> > or something along those
On Tue, May 24, 2016 at 5:22 PM, Ilia Mirkin wrote:
> Sorry to be pedantic, but you're enabling the ext for gles1.1, but the new
> entrypoint appear to only apply to gles2. I think you also want a es1="1.1"
> or something along those lines.
The extension requires 2.0, so maybe we should instead o
On Tue, May 24, 2016 at 6:04 PM, Matt Turner wrote:
> On Tue, May 24, 2016 at 4:58 PM, Kristian Høgsberg wrote:
>> diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c
>> b/src/mesa/drivers/dri/i965/intel_extensions.c
>> index feea6ca..b8d7517 100644
>> --- a/src/mesa/drivers/dri/i965/intel
On Tue, May 24, 2016 at 4:58 PM, Kristian Høgsberg wrote:
> diff --git a/src/mesa/drivers/dri/i965/intel_extensions.c
> b/src/mesa/drivers/dri/i965/intel_extensions.c
> index feea6ca..b8d7517 100644
> --- a/src/mesa/drivers/dri/i965/intel_extensions.c
> +++ b/src/mesa/drivers/dri/i965/intel_exten
On 05/24/2016 04:58 PM, Kristian Høgsberg wrote:
> From: Kristian Høgsberg Kristensen
>
> As per GL_KHR_robustness, we have to return GL_CONTEXT_LOST from all
> entry points when we lose a context. We do this by creating a new
> dispatch table and setting that when we learn that we've lost the
>
Sorry to be pedantic, but you're enabling the ext for gles1.1, but the new
entrypoint appear to only apply to gles2. I think you also want a es1="1.1"
or something along those lines.
On May 24, 2016 8:02 PM, "Kristian Høgsberg" wrote:
> From: Kristian Høgsberg Kristensen
>
> As per GL_KHR_robust
From: Kristian Høgsberg Kristensen
As per GL_KHR_robustness, we have to return GL_CONTEXT_LOST from all
entry points when we lose a context. We do this by creating a new
dispatch table and setting that when we learn that we've lost the
context.
With the GL_CONTEXT_LOST reporting in place we can