OSDN Git Service

intel: Clean up the function chain for mapping texture images for swrast.
authorEric Anholt <eric@anholt.net>
Wed, 28 Sep 2011 22:25:30 +0000 (15:25 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 3 Oct 2011 20:29:38 +0000 (13:29 -0700)
commit055995abc4e2f4a73122bd008a0e6f0558300d82
treef99665efeadab2973890e20ebe22357e8a2ae893
parent9aff2944a449f586e32f537350e590910d09d016
intel: Clean up the function chain for mapping texture images for swrast.

Too many separate functions each called from one location (in
different files).  This code should all die soon when swrast starts
using MapTextureImage.
src/mesa/drivers/dri/intel/intel_mipmap_tree.c
src/mesa/drivers/dri/intel/intel_mipmap_tree.h
src/mesa/drivers/dri/intel/intel_tex_validate.c