glapi/copyimage: Implement CopyImageSubDataNV
authorIndrajit Kumar Das <indrajit-kumar.das@amd.com>
Mon, 20 Jan 2020 08:49:47 +0000 (14:19 +0530)
committerMarge Bot <eric+marge@anholt.net>
Mon, 24 Feb 2020 16:31:06 +0000 (16:31 +0000)
commit18124d727865f1c53b0dac644560bce177b7d233
tree09bc2e6e10214fb6bd457cc3bc45725afd43bb3d
parentae7bda27a0691d6d89c35c9f732b6e49d726c17f
glapi/copyimage: Implement CopyImageSubDataNV

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.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3649>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3649>
docs/relnotes/new_features.txt
src/mapi/glapi/gen/NV_copy_image.xml [new file with mode: 0644]
src/mapi/glapi/gen/gl_API.xml
src/mapi/glapi/gen/meson.build
src/mapi/glapi/gen/static_data.py
src/mesa/main/copyimage.c
src/mesa/main/copyimage.h
src/mesa/main/extensions_table.h
src/mesa/main/mtypes.h
src/mesa/main/tests/dispatch_sanity.cpp
src/mesa/state_tracker/st_extensions.c