Otherwise 'intel_set_texture_image_region()' won't have enough details to work with. Signed-off-by: Topi Pohjolainen <topi.pohjolainen@intel.com> Reviewed-by: Chad Versace <chad.versace@linux.intel.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>tags/mesa-10.1-devel
@@ -679,6 +679,8 @@ intel_create_image_from_fds(__DRIscreen *screen, | |||
image->strides[index] = strides[index]; | |||
} | |||
intel_setup_image_from_dimensions(image); | |||
return image; | |||
} | |||