Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-29 Thread Bas Nieuwenhuizen
On Thu, Sep 29, 2016 at 10:20 AM, Nicolai Hähnle wrote: > On 29.09.2016 00:00, Bas Nieuwenhuizen wrote: >> >> On Wed, Sep 28, 2016 at 6:27 PM, Nicolai Hähnle >> wrote: >>> >>> On 28.09.2016 16:20, Ilia Mirkin wrote: On Wed, Sep 28, 2016 at 6:25 AM, Nicolai Hähnle wrote: >

Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-29 Thread Nicolai Hähnle
On 29.09.2016 00:00, Bas Nieuwenhuizen wrote: On Wed, Sep 28, 2016 at 6:27 PM, Nicolai Hähnle wrote: On 28.09.2016 16:20, Ilia Mirkin wrote: On Wed, Sep 28, 2016 at 6:25 AM, Nicolai Hähnle wrote: From: Nicolai Hähnle The difference to the virtually identical ARB_robustness (which is alre

Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-28 Thread Ilia Mirkin
On Wed, Sep 28, 2016 at 6:00 PM, Bas Nieuwenhuizen wrote: > On Wed, Sep 28, 2016 at 6:27 PM, Nicolai Hähnle wrote: >> On 28.09.2016 16:20, Ilia Mirkin wrote: >>> >>> On Wed, Sep 28, 2016 at 6:25 AM, Nicolai Hähnle >>> wrote: From: Nicolai Hähnle The difference to the virtual

Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-28 Thread Bas Nieuwenhuizen
On Wed, Sep 28, 2016 at 6:27 PM, Nicolai Hähnle wrote: > On 28.09.2016 16:20, Ilia Mirkin wrote: >> >> On Wed, Sep 28, 2016 at 6:25 AM, Nicolai Hähnle >> wrote: >>> >>> From: Nicolai Hähnle >>> >>> The difference to the virtually identical ARB_robustness (which is >>> already >>> enabled uncondi

Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-28 Thread Marek Olšák
On Wed, Sep 28, 2016 at 4:17 PM, Edward O'Callaghan wrote: > > > On 09/29/2016 12:13 AM, Marek Olšák wrote: >> On Wed, Sep 28, 2016 at 4:00 PM, Edward O'Callaghan >> wrote: >>> Hmm, does this actually pass all the piglits and so on because I don't >>> see how you are dealing with the lost context

Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-28 Thread Ilia Mirkin
On Wed, Sep 28, 2016 at 12:27 PM, Nicolai Hähnle wrote: > On 28.09.2016 16:20, Ilia Mirkin wrote: >> >> On Wed, Sep 28, 2016 at 6:25 AM, Nicolai Hähnle >> wrote: >>> >>> From: Nicolai Hähnle >>> >>> The difference to the virtually identical ARB_robustness (which is >>> already >>> enabled uncond

Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-28 Thread Nicolai Hähnle
On 28.09.2016 16:20, Ilia Mirkin wrote: On Wed, Sep 28, 2016 at 6:25 AM, Nicolai Hähnle wrote: From: Nicolai Hähnle The difference to the virtually identical ARB_robustness (which is already enabled unconditionally) is miniscule and handled elsewhere, but this set of caps seems like the right

Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-28 Thread Ilia Mirkin
On Wed, Sep 28, 2016 at 6:25 AM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > The difference to the virtually identical ARB_robustness (which is already > enabled unconditionally) is miniscule and handled elsewhere, but this set > of caps seems like the right thing to require for this extensi

Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-28 Thread Edward O'Callaghan
On 09/29/2016 12:13 AM, Marek Olšák wrote: > On Wed, Sep 28, 2016 at 4:00 PM, Edward O'Callaghan > wrote: >> Hmm, does this actually pass all the piglits and so on because I don't >> see how you are dealing with the lost context situation from the >> KHR_robustness spec? > > We don't have lost

Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-28 Thread Marek Olšák
On Wed, Sep 28, 2016 at 4:00 PM, Edward O'Callaghan wrote: > Hmm, does this actually pass all the piglits and so on because I don't > see how you are dealing with the lost context situation from the > KHR_robustness spec? We don't have lost contexts, we have lost machines. Until the GPU reset is

Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-28 Thread Edward O'Callaghan
Hmm, does this actually pass all the piglits and so on because I don't see how you are dealing with the lost context situation from the KHR_robustness spec? Cheers, Edward. On 09/28/2016 11:52 PM, Marek Olšák wrote: > Reviewed-by: Marek Olšák > > Marek > > On Wed, Sep 28, 2016 at 12:25 PM, Nic

Re: [Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-28 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Wed, Sep 28, 2016 at 12:25 PM, Nicolai Hähnle wrote: > From: Nicolai Hähnle > > The difference to the virtually identical ARB_robustness (which is already > enabled unconditionally) is miniscule and handled elsewhere, but this set > of caps seems like the righ

[Mesa-dev] [PATCH] st/mesa: enable GL_KHR_robustness

2016-09-28 Thread Nicolai Hähnle
From: Nicolai Hähnle The difference to the virtually identical ARB_robustness (which is already enabled unconditionally) is miniscule and handled elsewhere, but this set of caps seems like the right thing to require for this extension. --- docs/features.txt | 2 +- docs/reln