On Tue, May 24, 2016 at 8:19 PM, Ilia Mirkin wrote:
> On Tue, May 24, 2016 at 10:41 PM, Kristian Høgsberg
> wrote:
>> From: Kristian Høgsberg Kristensen
>>
>> GL_KHR_robustness adds the GL_CONTEXT_LOST error and five new entry
>> points that we already implement. This patch adds a new dispatch
On Tue, May 24, 2016 at 10:41 PM, Kristian Høgsberg wrote:
> From: Kristian Høgsberg Kristensen
>
> GL_KHR_robustness adds the GL_CONTEXT_LOST error and five new entry
> points that we already implement. This patch adds a new dispatch
> table that returns GL_CONTEXT_LOST from all entry points an
From: Kristian Høgsberg Kristensen
GL_KHR_robustness adds the GL_CONTEXT_LOST error and five new entry
points that we already implement. This patch adds a new dispatch
table that returns GL_CONTEXT_LOST from all entry points and
implements the GL_LOSE_CONTEXT_ON_RESET by setting that table when