i965/pixel_read: Use meta_pbo_GetTexSubImage for PBO ReadPixels
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 13 Jan 2015 00:20:27 +0000 (16:20 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 22 Jan 2015 18:36:25 +0000 (10:36 -0800)
commitef0499af255ecd3a9abbd350ace5e00a744adc00
treeb8da813fee748d447533310555ff3f689b14fad0
parent8546fe900ca4c6059614dae8a77b3a97fafeb629
i965/pixel_read: Use meta_pbo_GetTexSubImage for PBO ReadPixels

Since the meta path can do strictly more than the blitter path, we just
remove the blitter path entirely.

Reviewed-by: Neil Roberts <neil@linux.intel.com>
src/mesa/drivers/dri/i965/intel_pixel_read.c