Re: [Mesa-dev] [PATCH 20/21] mesa: add texsubimage() helper

2017-06-04 Thread Timothy Arceri
On 01/06/17 23:05, Samuel Pitoiset wrote: Signed-off-by: Samuel Pitoiset --- src/mesa/main/teximage.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 9285a96b68..ca8090f653 100644 --- a/src/mesa/main/teximage.c

[Mesa-dev] [PATCH 20/21] mesa: add texsubimage() helper

2017-06-01 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/mesa/main/teximage.c | 18 ++ 1 file changed, 18 insertions(+) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 9285a96b68..ca8090f653 100644 --- a/src/mesa/main/teximage.c +++ b/src/mesa/main/teximage.c @@ -3282,6 +328