Re: [Mesa-dev] [PATCH 1/3] mesa: create wrapper around teximage()

2017-06-26 Thread Samuel Pitoiset
For the series: Reviewed-by: Samuel Pitoiset On 06/26/2017 02:49 AM, Timothy Arceri wrote: This is used to inline KHR_no_error logic without inlining the function into all its callers. --- src/mesa/main/teximage.c | 40 ++-- 1 file changed, 26 insertions(

[Mesa-dev] [PATCH 1/3] mesa: create wrapper around teximage()

2017-06-25 Thread Timothy Arceri
This is used to inline KHR_no_error logic without inlining the function into all its callers. --- src/mesa/main/teximage.c | 40 ++-- 1 file changed, 26 insertions(+), 14 deletions(-) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 69ad88