Re: [Mesa-dev] [PATCH 3/4] mesa: make memcpy_texture() non-static

2015-10-16 Thread Sinclair Yeh
Reviewed-by: Sinclair Yeh On Thu, Oct 15, 2015 at 01:01:42PM -0600, Brian Paul wrote: > So that we can use it directly from the mesa/gallium state tracker. > --- > src/mesa/main/texstore.c | 40 > src/mesa/main/texstore.h | 11 +++ > 2 files chang

[Mesa-dev] [PATCH 3/4] mesa: make memcpy_texture() non-static

2015-10-15 Thread Brian Paul
So that we can use it directly from the mesa/gallium state tracker. --- src/mesa/main/texstore.c | 40 src/mesa/main/texstore.h | 11 +++ 2 files changed, 31 insertions(+), 20 deletions(-) diff --git a/src/mesa/main/texstore.c b/src/mesa/main/texst