main: Add entry point for NamedFramebufferRenderbuffer.
authorLaura Ekstrand <laura@jlekstrand.net>
Sat, 28 Feb 2015 01:27:30 +0000 (17:27 -0800)
committerFredrik Höglund <fredrik@kde.org>
Thu, 14 May 2015 13:48:12 +0000 (15:48 +0200)
commita29318bf0a0385fa4fdedbdc3fb6e1f6f0d87884
treee0144eaad4d98048546671c1514f8d123077c9a2
parent3d100372f15c377bb1cff3d23621f1f5958f4c53
main: Add entry point for NamedFramebufferRenderbuffer.

[Fredrik: - Remove the DummyRenderbuffer checks now that they are
            done in _mesa_lookup_renderbuffer_err.
          - Fix the <renderbuffertarget> name in error messages.
          - Make the error message in _mesa_framebuffer_renderbuffer
            reflect that <fb> might not be the bound framebuffer.
          - Remove EXT suffixes from GL tokens.]

Reviewed-by: Fredrik Höglund <fredrik@kde.org>
Signed-off-by: Fredrik Höglund <fredrik@kde.org>
src/mapi/glapi/gen/ARB_direct_state_access.xml
src/mesa/main/fbobject.c
src/mesa/main/fbobject.h
src/mesa/main/tests/dispatch_sanity.cpp