Re: [Mesa-dev] [PATCH 2/7] Define constants and functions for ARB_framebuffer_no_attachment extension

2015-04-28 Thread Rogovin, Kevin
On Behalf Of Ilia > Mirkin > Sent: Friday, April 24, 2015 4:36 PM > To: Matt Turner > Cc: Rogovin, Kevin; mesa-...@freedesktop.org > Subject: Re: [Mesa-dev] [PATCH 2/7] Define constants and functions for > ARB_framebuffer_no_attachment extension > > This change will make

Re: [Mesa-dev] [PATCH 2/7] Define constants and functions for ARB_framebuffer_no_attachment extension

2015-04-24 Thread Ilia Mirkin
tt Turner > Cc: Rogovin, Kevin; mesa-...@freedesktop.org > Subject: Re: [Mesa-dev] [PATCH 2/7] Define constants and functions for > ARB_framebuffer_no_attachment extension > > This change will make the dispatch_sanity test fail. > > On Fri, Apr 24, 2015 at 3:05 AM, Matt

Re: [Mesa-dev] [PATCH 2/7] Define constants and functions for ARB_framebuffer_no_attachment extension

2015-04-24 Thread Rogovin, Kevin
Kevin -Original Message- From: ibmir...@gmail.com [mailto:ibmir...@gmail.com] On Behalf Of Ilia Mirkin Sent: Friday, April 24, 2015 4:36 PM To: Matt Turner Cc: Rogovin, Kevin; mesa-...@freedesktop.org Subject: Re: [Mesa-dev] [PATCH 2/7] Define constants and function

Re: [Mesa-dev] [PATCH 2/7] Define constants and functions for ARB_framebuffer_no_attachment extension

2015-04-24 Thread Ilia Mirkin
This change will make the dispatch_sanity test fail. On Fri, Apr 24, 2015 at 3:05 AM, Matt Turner wrote: > The subject should be prefixed with "mesa:" > > On Thu, Apr 23, 2015 at 11:59 PM, wrote: >> From: Kevin Rogovin >> >> Define enumerations, functions and associated glGet's for >> extensio

Re: [Mesa-dev] [PATCH 2/7] Define constants and functions for ARB_framebuffer_no_attachment extension

2015-04-24 Thread Tapani Pälli
On 04/24/2015 09:59 AM, kevin.rogo...@intel.com wrote: From: Kevin Rogovin Define enumerations, functions and associated glGet's for extension ARB_framebuffer_no_attachment. --- .../glapi/gen/ARB_framebuffer_no_attachments.xml | 33 ++ src/mapi/glapi/gen/Makefile.am

Re: [Mesa-dev] [PATCH 2/7] Define constants and functions for ARB_framebuffer_no_attachment extension

2015-04-24 Thread Matt Turner
The subject should be prefixed with "mesa:" On Thu, Apr 23, 2015 at 11:59 PM, wrote: > From: Kevin Rogovin > > Define enumerations, functions and associated glGet's for > extension ARB_framebuffer_no_attachment. > > --- > .../glapi/gen/ARB_framebuffer_no_attachments.xml | 33

[Mesa-dev] [PATCH 2/7] Define constants and functions for ARB_framebuffer_no_attachment extension

2015-04-23 Thread kevin . rogovin
From: Kevin Rogovin Define enumerations, functions and associated glGet's for extension ARB_framebuffer_no_attachment. --- .../glapi/gen/ARB_framebuffer_no_attachments.xml | 33 ++ src/mapi/glapi/gen/Makefile.am | 1 + src/mapi/glapi/gen/gl_API.xml