[Mesa-dev] Mesa (shader-work): mesa: add GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB and env var to set it

Brian Paul brianp at vmware.com
Tue Sep 14 08:23:03 PDT 2010


On 09/14/2010 09:10 AM, Luca Barbieri wrote:
>>> +#ifndef GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB
>>> +#define GL_CONTEXT_FLAG_ROBUST_ACCESS_BIT_ARB 0x00000004
>>> +#endif
>>> +
>>
>> This part of the patch should go into glheader.h
>
> Actually, I think the correct solution is to update glext.h from
> version 61 to version 64, which has it (it's core in OpenGL 4.1).
>

Yeah, I'll do that.

But anyway, glheader.h is the place to work around omissions, etc in 
the gl.h, glext.h files.

-Brian



More information about the mesa-dev mailing list