meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffers
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 13 Nov 2015 19:06:51 +0000 (11:06 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 1 Mar 2016 19:07:20 +0000 (11:07 -0800)
commit7c254f02008159b4e042cd6c9d33a2fc8c92e1ea
treebc455b204e177d44c30cb7d61be4fbe7a7025ba5
parent6b70c9ea98663fcf65b31b0a9deb83b49e3adb01
meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffers

This enables later patches that will stop calling _mesa_GenFramebuffers
or _mesa_CreateFramebuffers which pollute the framebuffer namespace.

For framebuffers, the Bind call is still necessary.

sed -i -e 's/_mesa_GenFramebuffers/_mesa_CreateFramebuffers/' \
    src/mesa/drivers/common/*.c

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/common/meta.c
src/mesa/drivers/common/meta_copy_image.c
src/mesa/drivers/common/meta_generate_mipmap.c
src/mesa/drivers/common/meta_tex_subimage.c