Re: [Mesa-dev] [PATCH 0/11] implement GL_ARB_debug_output

2011-09-10 Thread Marek Olšák
Hi, I have rebased the branch and added a few commits. Most notably, ARB_debug_output is now always enabled. I had to change the GLDEBUGPROCARB type in the glapi xml file to void*, otherwise the generator couldn't parse it. After that I regenerated the glapi API files, so that the extension can a

Re: [Mesa-dev] [PATCH 0/11] implement GL_ARB_debug_output

2011-05-04 Thread nobled
On Tue, May 3, 2011 at 7:33 PM, Brian Paul wrote: > On 05/02/2011 04:59 PM, nobled wrote: >> >> git repo: >> https://github.com/nobled/mesa.git >> (branch: arb_debug_output, rebased on >> bd661a933b18fccd7102d05932774ee61a90ec9e) >> >> web interface: >> https://github.com/nobled/mesa/commits/arb_d

Re: [Mesa-dev] [PATCH 0/11] implement GL_ARB_debug_output

2011-05-03 Thread Brian Paul
On 05/02/2011 04:59 PM, nobled wrote: git repo: https://github.com/nobled/mesa.git (branch: arb_debug_output, rebased on bd661a933b18fccd7102d05932774ee61a90ec9e) web interface: https://github.com/nobled/mesa/commits/arb_debug_output spec: http://www.opengl.org/registry/specs/ARB/debug_output.t

[Mesa-dev] [PATCH 0/11] implement GL_ARB_debug_output

2011-05-02 Thread nobled
git repo: https://github.com/nobled/mesa.git (branch: arb_debug_output, rebased on bd661a933b18fccd7102d05932774ee61a90ec9e) web interface: https://github.com/nobled/mesa/commits/arb_debug_output spec: http://www.opengl.org/registry/specs/ARB/debug_output.txt This series adds almost everything n