meta: Pass null pointer for the pixel data to avoid unnecessary data upload
authorAnuj Phogat <anuj.phogat@gmail.com>
Mon, 23 Feb 2015 18:56:14 +0000 (10:56 -0800)
committerAnuj Phogat <anuj.phogat@gmail.com>
Wed, 25 Feb 2015 22:11:28 +0000 (14:11 -0800)
commit688309374d6e2ec8af10907e36f30f0028f16d55
tree063d5091ad507678d5557431e0514ad2014053f2
parent068ba4ac78a62d2d07300a54e6585e16a2c747d5
meta: Pass null pointer for the pixel data to avoid unnecessary data upload

to a temporary pbo created in _mesa_meta_pbo_GetTexSubImage().

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Neil Roberts <neil@linux.intel.com>
src/mesa/drivers/common/meta_tex_subimage.c