[Mesa-dev] [PATCH] mesa: fix check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()
Samuel Iglesias Gonsálvez
siglesias at igalia.com
Wed Apr 2 23:30:57 PDT 2014
On Wed, 2014-04-02 at 09:45 -0700, Anuj Phogat wrote:
> On Tue, Apr 1, 2014 at 2:37 AM, Samuel Iglesias Gonsalvez
> <siglesias at igalia.com> wrote:
> > According to the spec:
> > <renderbuffertarget> must be RENDERBUFFER and <renderbuffer>
> > should be set to the name of the renderbuffer object to be
> > attached to the framebuffer. <renderbuffer> must be either
> > zero or the name of an existing renderbuffer object of type
> > <renderbuffertarget>, otherwise an INVALID_OPERATION error is
> > generated.
> >
> > This patch changes the previous returned GL_INVALID_VALUE to
> > GL_INVALID_OPERATION.
> >
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=76894
> >
> > Signed-off-by: Samuel Iglesias Gonsalvez <siglesias at igalia.com>
> I think it should be marked for stable branches using:
> Cc: mesa-stable at lists.freedesktop.org
>
OK, I'll resend it.
Thanks,
Sam
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20140403/246d92d2/attachment.sig>
More information about the mesa-dev
mailing list