Re: [Mesa-dev] [PATCH 00/18] improvements for GL_KHR_debug support

2014-04-25 Thread Chia-I Wu
On Sat, Apr 26, 2014 at 2:53 AM, Emil Velikov wrote: > On 25/04/14 11:41, Chia-I Wu wrote: >> Hi, >> >> This series cleans up GL_KHR_debug support, fixes message control for some >> corner cases, and makes one enhancement: cheap >> glPushDebugGroup/glPopDebugGroup for command stream annotation. >>

Re: [Mesa-dev] [PATCH 00/18] improvements for GL_KHR_debug support

2014-04-25 Thread Emil Velikov
On 25/04/14 11:41, Chia-I Wu wrote: > Hi, > > This series cleans up GL_KHR_debug support, fixes message control for some > corner cases, and makes one enhancement: cheap > glPushDebugGroup/glPopDebugGroup for command stream annotation. > > Patch 1-12 refactor the code. There should be no functio

Re: [Mesa-dev] [PATCH 00/18] improvements for GL_KHR_debug support

2014-04-25 Thread Brian Paul
On 04/25/2014 04:41 AM, Chia-I Wu wrote: Hi, This series cleans up GL_KHR_debug support, fixes message control for some corner cases, and makes one enhancement: cheap glPushDebugGroup/glPopDebugGroup for command stream annotation. Patch 1-12 refactor the code. There should be no functional dif

[Mesa-dev] [PATCH 00/18] improvements for GL_KHR_debug support

2014-04-25 Thread Chia-I Wu
Hi, This series cleans up GL_KHR_debug support, fixes message control for some corner cases, and makes one enhancement: cheap glPushDebugGroup/glPopDebugGroup for command stream annotation. Patch 1-12 refactor the code. There should be no functional difference. These patches are also part of the