Re: [Mesa-dev] [PATCH V3 00/10] Newbie Project : Implement ARB_clear_buffer_object

2013-12-16 Thread Brian Paul
On 12/16/2013 08:36 AM, Brian Paul wrote: On 12/14/2013 10:32 AM, Pi Tabred wrote: Hello, third version of the patches to implement "ARB_clear_buffer_object". I hope I got everything this time. Looks good to me. I'll push these soon. Though I'll first fix a few minor issues: In patch 4 the

Re: [Mesa-dev] [PATCH V3 00/10] Newbie Project : Implement ARB_clear_buffer_object

2013-12-16 Thread Brian Paul
On 12/14/2013 10:32 AM, Pi Tabred wrote: Hello, third version of the patches to implement "ARB_clear_buffer_object". I hope I got everything this time. Looks good to me. I'll push these soon. Though I'll first fix a few minor issues: In patch 4 there's a bunch of "case GL_xxx" changes wi

[Mesa-dev] [PATCH V3 00/10] Newbie Project : Implement ARB_clear_buffer_object

2013-12-14 Thread Pi Tabred
Hello, third version of the patches to implement "ARB_clear_buffer_object". I hope I got everything this time. Best Regards, Pi Tabred Pi Tabred (10): mesa: Add infrastructure for GL_ARB_clear_buffer_object mesa: Make validate_texbuffer_format function available externally mesa: Modify for