i965/meta: Use _mesa_CreateFramebuffers instead of _mesa_GenFramebuffers
authorIan Romanick <ian.d.romanick@intel.com>
Fri, 13 Nov 2015 19:04:25 +0000 (11:04 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Tue, 1 Mar 2016 19:07:19 +0000 (11:07 -0800)
commit6b70c9ea98663fcf65b31b0a9deb83b49e3adb01
tree33c055722f3b2ba3fdba379d4429bd18bc4fa6d6
parentf76462cb6ffbf70a10ae216c97e85ee195ce1d5b
i965/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/dri/i965/*.c

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_meta_fast_clear.c
src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c
src/mesa/drivers/dri/i965/brw_meta_updownsample.c