i965: Don't fall back to the blitter in BlitFramebuffer
authorJason Ekstrand <jason.ekstrand@intel.com>
Fri, 11 May 2018 17:30:16 +0000 (10:30 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 22 May 2018 22:46:29 +0000 (15:46 -0700)
commit8162256b01f891758d14606ce15a2a9e792ff470
tree7320c80ea10e6bfa08509ba9372cedbb1f7c920a
parente596563b08abab5e70ee22664bc3228c42ea6a7f
i965: Don't fall back to the blitter in BlitFramebuffer

On gen4-5, we try the blitter before we even try blorp.  On newer
platforms, blorp can do everything the blitter can so there's no point
in even having the blitter fall-back path.

Reviewed-by: Topi Pohjolainen <topi.pohjolainen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/intel_fbo.c