i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set() function.
authorPaul Berry <stereotype441@gmail.com>
Wed, 6 Jun 2012 17:59:56 +0000 (10:59 -0700)
committerPaul Berry <stereotype441@gmail.com>
Thu, 7 Jun 2012 18:03:15 +0000 (11:03 -0700)
commit9dbd0b677815f50a782149f4e20118bbce318f81
treee80e37e30ed9a837c7fb4a74ee864985976c10f7
parent040d0157341381708c35c2f27721ebffa2ee1db2
i965/blorp: De-virtualize brw_blorp_{mip,surface}_info::set() function.

Even though brw_blorp_surface_info is derived from brw_blorp_mip_info,
this function doesn't need to be virtual, because it is never accessed
through a base class pointer.  Making the function non-virtual will
allow it to take additional parameters in the brw_blorp_surface_info
case.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_blorp.h