mesa: add ARB_framebuffer_no_attachments named functions
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Tue, 5 Nov 2019 13:47:53 +0000 (14:47 +0100)
committerPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Tue, 19 Nov 2019 07:49:44 +0000 (08:49 +0100)
commit8cfb3e4ee57070ff45e7534a986a20c5fd649dc7
tree294d44c2195c4dcf8611bd4600e41e5d45277233
parentdc057f638c265dda00ff9084ac4605b69716c794
mesa: add ARB_framebuffer_no_attachments named functions

The wording in ARB_framebuffer_no_attachments and EXT_direct_state_access
is different.
In the former framebuffer names must have been generated using glGenFramebuffers
before using the named functions.
In the latter framebuffer names have no such constraints, so we can't use
the _mesa_lookup_framebuffer_dsa function.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
docs/features.txt
src/mapi/glapi/gen/ARB_framebuffer_no_attachments.xml
src/mapi/glapi/gen/static_data.py
src/mesa/main/fbobject.c
src/mesa/main/fbobject.h
src/mesa/main/tests/dispatch_sanity.cpp