intel: Move inline functions from intel_fbo.h to .c
authorChad Versace <chad.versace@linux.intel.com>
Mon, 14 Nov 2011 07:06:17 +0000 (23:06 -0800)
committerChad Versace <chad.versace@linux.intel.com>
Tue, 22 Nov 2011 00:58:33 +0000 (16:58 -0800)
commitc3c7cbd15418293208034e8970d626b5998abd4b
treecb15b6fa2f65498505485c20416b1dbbae7fe90e
parent19faa12bb751eabc1590d042adbd345b89542de0
intel: Move inline functions from intel_fbo.h to .c

Move the following inline functions:
    intel_get_rb_region
    intel_framebuffer_has_hiz

A future commit will replace the renderbuffer's region with a miptree.
This small refactor will eliminate the need for intel_fbo.h to include
intel_mipmap_tree.h on that commit. I'd like to avoid the situation where
each header transitively includes every other header.

Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/intel/intel_fbo.c
src/mesa/drivers/dri/intel/intel_fbo.h