i965: Make brw_update_renderbuffer_surface static.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 17 Aug 2017 07:57:33 +0000 (00:57 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 23 Aug 2017 18:55:17 +0000 (11:55 -0700)
commitf70e0f52c98e4cfbca4e8ad181d18357e81521eb
treeefd304243741cf1c1a4341582ccf54a7017ee425
parentb96313c0e1289b296d7a2ea7f74687fc2ef66e78
i965: Make brw_update_renderbuffer_surface static.

Also rename it to gen6_update_renderbuffer_surface, as this is the
function for Gen6+.  Having functions named "brw_*" and "gen4_*"
is confusing...if we're using gens, let's stick with those.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
src/mesa/drivers/dri/i965/brw_state.h
src/mesa/drivers/dri/i965/brw_wm_surface_state.c