Skip to content

glapi/copyimage: Implement CopyImageSubDataNV

Indrajit Kumar Das requested to merge idas/mesa:nv_copy_image into master

Implement CopyImageSubDataNV from NV_copy_image spec. This is derived out of the existing implementation of CopyImageSubData. It differs from CopyImageSubData in accordance with the differences laid down in the ARB_copy_image spec.

Edited by Marek Olšák

Merge request reports