intel: Return false like other blit failure paths if out of aperture.
authorEric Anholt <eric@anholt.net>
Wed, 17 Mar 2010 16:27:48 +0000 (09:27 -0700)
committerEric Anholt <eric@anholt.net>
Wed, 17 Mar 2010 18:24:01 +0000 (11:24 -0700)
commit30446f8a708a647401e58da11de2dc464e37823c
treed8656a87b0867648b51f5ce611bc81f7333e2016
parente1e48ea15c1fe448f0b69e086b66c1123dc98bb7
intel: Return false like other blit failure paths if out of aperture.

The primary consumer of this (miptree relayout) already has this code
for handling failure, and the other paths want to know if failure
actually occurs and do something appropriate, which may not include
memcpy.
src/mesa/drivers/dri/intel/intel_blit.c