intel: Refactor intel_downsample_for_dri2_flush
authorChad Versace <chad.versace@linux.intel.com>
Thu, 9 Aug 2012 16:15:36 +0000 (09:15 -0700)
committerChad Versace <chad.versace@linux.intel.com>
Tue, 14 Aug 2012 23:19:25 +0000 (16:19 -0700)
commit38b748ce29a6415558bbe4886589134e3db047c8
tree34457148e585c24de95203c1c7f842c573a15787
parentcde2b7e55d88915d0c139ab5cdd3f204936958dd
intel: Refactor intel_downsample_for_dri2_flush

Move it from intel_screen.c to intel_context.c. Redeclare as non-static.
A future commit will use it in multiple files.

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
src/mesa/drivers/dri/intel/intel_context.c
src/mesa/drivers/dri/intel/intel_context.h
src/mesa/drivers/dri/intel/intel_screen.c