OSDN Git Service

mesa: Constants and functions for ARB_framebuffer_no_attachments
authorKevin Rogovin <kevin.rogovin@intel.com>
Wed, 17 Jun 2015 10:29:51 +0000 (13:29 +0300)
committerMartin Peres <martin.peres@linux.intel.com>
Wed, 17 Jun 2015 11:39:02 +0000 (14:39 +0300)
commitc9d26f201aca58c72629d1ba1bb13c32c158d9dd
tree47f711f84b0c699afda51ccf747cece8eb7ad950
parentda81999bee7b1f1bc0bb296e903deb03617ae22c
mesa: Constants and functions for ARB_framebuffer_no_attachments

Define the enumeration constants, function entry points and
glGet for the GL_ARB_framebuffer_no_attachments.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
Signed-off-by: Kevin Rogovin <kevin.rogovin@intel.com>
src/mapi/glapi/gen/ARB_framebuffer_no_attachments.xml [new file with mode: 0644]
src/mapi/glapi/gen/Makefile.am
src/mapi/glapi/gen/apiexec.py
src/mapi/glapi/gen/gl_API.xml
src/mesa/main/fbobject.c
src/mesa/main/fbobject.h
src/mesa/main/get.c
src/mesa/main/get_hash_params.py
src/mesa/main/tests/dispatch_sanity.cpp