Reviewed-by: Marek Olšák <[email protected]> Marek
On Tue, Mar 29, 2016 at 11:51 AM, Edward O'Callaghan <[email protected]> wrote: > V.2: > Change 'N.B.,' to 'NOTE:'. > > Signed-off-by: Edward O'Callaghan <[email protected]> > --- > src/mesa/main/fbobject.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/src/mesa/main/fbobject.c b/src/mesa/main/fbobject.c > index bb8d4c3..c81f5a0 100644 > --- a/src/mesa/main/fbobject.c > +++ b/src/mesa/main/fbobject.c > @@ -1369,6 +1369,11 @@ _mesa_BindRenderbufferEXT(GLenum target, GLuint > renderbuffer) > bind_renderbuffer(target, renderbuffer, true); > } > > +/** > + * ARB_framebuffer_no_attachment - Application passes requested param's > + * here. NOTE: NumSamples requested need not be _NumSamples which is > + * what the hw supports. > + */ > static void > framebuffer_parameteri(struct gl_context *ctx, struct gl_framebuffer *fb, > GLenum pname, GLint param, const char *func) > -- > 2.5.5 > > _______________________________________________ > mesa-dev mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/mesa-dev _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
