Re: [Mesa-dev] Advice for implementing KHR_debug state structs

2013-07-23 Thread Brian Paul
mesa-dev@lists.freedesktop.org; Brian Paul Sent: Tuesday, 23 July 2013 11:25 PM Subject: Re: [Mesa-dev] Advice for implementing KHR_debug state structs Brian Paul has an early draft [1]. You should start from there. Jose [1] http://lists.freedesktop.org/archives/mesa-dev/2013-June/040171

Re: [Mesa-dev] Advice for implementing KHR_debug state structs

2013-07-23 Thread Timothy Arceri
Hi Brian, Where can I get a copy of you unfinished work on the GL_KHR_debug extension? Thanks, Tim - Original Message - From: Jose Fonseca To: Timothy Arceri Cc: mesa-dev@lists.freedesktop.org; Brian Paul Sent: Tuesday, 23 July 2013 11:25 PM Subject: Re: [Mesa-dev] Advice for

Re: [Mesa-dev] Advice for implementing KHR_debug state structs

2013-07-23 Thread Timothy Arceri
I've done a bit more work and I think I have answered my own question. mesa_debug_type, mesa_debug_severity can be extended and used by both extensions as long as the correct validation is done in the functions. Then I can create a second struct gl_khr_debug_state (which is a KHR_debug version

Re: [Mesa-dev] Advice for implementing KHR_debug state structs

2013-07-23 Thread Jose Fonseca
Brian Paul has an early draft [1]. You should start from there. Jose [1] http://lists.freedesktop.org/archives/mesa-dev/2013-June/040171.html - Original Message - > Hi All, > > I've been stalking this list for a while now and I thought I'd finally make > an attempt to contribute somethi

[Mesa-dev] Advice for implementing KHR_debug state structs

2013-07-23 Thread Timothy Arceri
Hi All, I've been stalking this list for a while now and I thought I'd finally make an attempt to contribute something. I've decided the KHR_debug extension is a good place to start as the ARB_debug_output provideds a great starting point. However I've hit my first road block. I'm ready to se