Re: [Mesa-dev] [PATCH 7/7] mesa: optimize out the realloc from glCopyTexImagexD()

2016-02-25 Thread Ian Romanick
On 02/24/2016 03:35 PM, Miklós Máté wrote: > v2: comment about the purpose of the code > v3: also compare texFormat, > add a perf debug message, > formatting fixes > > Signed-off-by: Miklós Máté > --- > src/mesa/main/teximage.c | 35 +++ > 1

[Mesa-dev] [PATCH 7/7] mesa: optimize out the realloc from glCopyTexImagexD()

2016-02-24 Thread Miklós Máté
v2: comment about the purpose of the code v3: also compare texFormat, add a perf debug message, formatting fixes Signed-off-by: Miklós Máté --- src/mesa/main/teximage.c | 35 +++ 1 file changed, 35 insertions(+) diff --git

Re: [Mesa-dev] [PATCH 7/7] mesa: optimize out the realloc from glCopyTexImagexD()

2016-02-11 Thread Miklós Máté
On 02/05/2016 10:26 PM, Ilia Mirkin wrote: On Fri, Feb 5, 2016 at 4:11 PM, Miklós Máté wrote: v2: comment about the purpose of the code --- src/mesa/main/teximage.c | 32 1 file changed, 32 insertions(+) diff --git

Re: [Mesa-dev] [PATCH 7/7] mesa: optimize out the realloc from glCopyTexImagexD()

2016-02-06 Thread Ian Romanick
On 02/05/2016 01:11 PM, Miklós Máté wrote: > v2: comment about the purpose of the code > --- > src/mesa/main/teximage.c | 32 > 1 file changed, 32 insertions(+) > > diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c > index 50141be..cac05d5 100644 >

[Mesa-dev] [PATCH 7/7] mesa: optimize out the realloc from glCopyTexImagexD()

2016-02-05 Thread Miklós Máté
v2: comment about the purpose of the code --- src/mesa/main/teximage.c | 32 1 file changed, 32 insertions(+) diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c index 50141be..cac05d5 100644 --- a/src/mesa/main/teximage.c +++

Re: [Mesa-dev] [PATCH 7/7] mesa: optimize out the realloc from glCopyTexImagexD()

2016-02-05 Thread Ilia Mirkin
On Fri, Feb 5, 2016 at 4:11 PM, Miklós Máté wrote: > v2: comment about the purpose of the code > --- > src/mesa/main/teximage.c | 32 > 1 file changed, 32 insertions(+) > > diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c > index