Re: [Mesa-dev] [PATCH v3 3/3] main/get: make KHR_debug enums available everywhere

2014-09-05 Thread Timothy Arceri
On Sat, 2014-09-06 at 10:52 +1000, Matthew Waters wrote: > On 06/09/14 09:33, Timothy Arceri wrote: > > I'm not sure if this is correct or not I'll leave that for someone else > > to comment on, but there doesn't seem to be any reason for you to move > > the location of the code. Especially the GL_

Re: [Mesa-dev] [PATCH v3 3/3] main/get: make KHR_debug enums available everywhere

2014-09-05 Thread Matthew Waters
On 06/09/14 09:33, Timothy Arceri wrote: > I'm not sure if this is correct or not I'll leave that for someone else > to comment on, but there doesn't seem to be any reason for you to move > the location of the code. Especially the GL_KHR_debug (GL 4.3)/ > GL_ARB_debug_output stuff this should only

Re: [Mesa-dev] [PATCH v3 3/3] main/get: make KHR_debug enums available everywhere

2014-09-05 Thread Timothy Arceri
I'm not sure if this is correct or not I'll leave that for someone else to comment on, but there doesn't seem to be any reason for you to move the location of the code. Especially the GL_KHR_debug (GL 4.3)/ GL_ARB_debug_output stuff this should only need to be a one line patch. On Sun, 2014-08-31

[Mesa-dev] [PATCH v3 3/3] main/get: make KHR_debug enums available everywhere

2014-08-31 Thread Matthew Waters
Although GL_CONTEXT_FLAGS is not explicitly added by KHR_debug, it contains, "It is implementation defined how much debug output is generated if the context was created without the CONTEXT_DEBUG_BIT set. This is a new query bit added to the existing GL_CONTEXT_FLAGS state to specify wh