From: Jordan Justen Date: Fri, 2 Aug 2019 20:52:29 +0000 (-0700) Subject: state_tracker/winsys_handle: Add plane input field X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c5c23654557531d3c03b2400fa5838de87a135fd;p=mesa.git state_tracker/winsys_handle: Add plane input field Signed-off-by: Jordan Justen Reviewed-by: Kenneth Graunke Acked-by: Eric Anholt --- diff --git a/src/gallium/include/state_tracker/winsys_handle.h b/src/gallium/include/state_tracker/winsys_handle.h index 167c1a937fd..53d2fd2b70d 100644 --- a/src/gallium/include/state_tracker/winsys_handle.h +++ b/src/gallium/include/state_tracker/winsys_handle.h @@ -28,6 +28,11 @@ struct winsys_handle * of a specific layer of an array texture. */ unsigned layer; + /** + * Input for texture_get_handle, allows to export of a specific plane of a + * texture. + */ + unsigned plane; /** * Input to texture_from_handle. * Output for texture_get_handle.