Re: [Mesa-dev] [PATCH 13/15] mesa: Remap debug type and severity

2013-09-04 Thread Ian Romanick
On 09/04/2013 03:43 PM, Timothy Arceri wrote: > Hi Ian, > > Thanks for the review. An let me say I'm here to learn so sorry if my > questions/comments are something that should be obvious. I wish I hadn't been so busy with the 9.2 release over the last couple weeks... and then took a couple much

Re: [Mesa-dev] [PATCH 13/15] mesa: Remap debug type and severity

2013-09-04 Thread Timothy Arceri
Hi Ian, Thanks for the review. An let me say I'm here to learn so sorry if my questions/comments are something that should be obvious. >> Remap any type or severity exclusive to KHR_debug to >> something suitable for ARB_debug_output >There is no need for any of this remapping.  The only way t

Re: [Mesa-dev] [PATCH 13/15] mesa: Remap debug type and severity

2013-09-04 Thread Ian Romanick
On 08/26/2013 03:43 AM, Timothy Arceri wrote: > Remap any type or severity exclusive to KHR_debug to > something suitable for ARB_debug_output There is no need for any of this remapping. The only way the new enums can be passed back to the application is if the application specifically requests t

[Mesa-dev] [PATCH 13/15] mesa: Remap debug type and severity

2013-08-26 Thread Timothy Arceri
Remap any type or severity exclusive to KHR_debug to something suitable for ARB_debug_output Signed-off-by: Timothy Arceri --- src/mesa/main/errors.c | 65 ++-- src/mesa/main/mtypes.h |1 + 2 files changed, 58 insertions(+), 8 deletions(-) diff