Re: [Mesa-dev] [PATCH] mapi: Enable assembly language API acceleration for PPC64LE (V2)

2017-06-28 Thread Emil Velikov
On 5 June 2017 at 17:18, wschm...@us.ibm.com wrote: > > >> On Jun 5, 2017, at 11:14 AM, Emil Velikov wrote: >> >> On 3 June 2017 at 00:37, Ben Crocker wrote: >>> Implement assembly language API acceleration for PPC64LE, >>> analogous to long-standing implementations for X86 and X86-64. >>> >>> S

Re: [Mesa-dev] [PATCH] mapi: Enable assembly language API acceleration for PPC64LE (V2)

2017-06-05 Thread wschm...@us.ibm.com
> On Jun 5, 2017, at 11:14 AM, Emil Velikov wrote: > > On 3 June 2017 at 00:37, Ben Crocker wrote: >> Implement assembly language API acceleration for PPC64LE, >> analogous to long-standing implementations for X86 and X86-64. >> >> See also similar implementation in libglvnd. >> >> Tested wi

Re: [Mesa-dev] [PATCH] mapi: Enable assembly language API acceleration for PPC64LE (V2)

2017-06-05 Thread Emil Velikov
On 3 June 2017 at 00:37, Ben Crocker wrote: > Implement assembly language API acceleration for PPC64LE, > analogous to long-standing implementations for X86 and X86-64. > > See also similar implementation in libglvnd. > > Tested with Piglit. > > Signed-off-by: Ben Crocker Thanks for the update Be

[Mesa-dev] [PATCH] mapi: Enable assembly language API acceleration for PPC64LE (V2)

2017-06-02 Thread Ben Crocker
Implement assembly language API acceleration for PPC64LE, analogous to long-standing implementations for X86 and X86-64. See also similar implementation in libglvnd. Tested with Piglit. Signed-off-by: Ben Crocker --- configure.ac | 12 +++ src/mapi/Makefile.sources| 2 +

Re: [Mesa-dev] [PATCH] mapi: Enable assembly language API acceleration for PPC64LE

2017-06-02 Thread Emil Velikov
Hi guys, Ben please add some commit message. If nothing obvious comes to mind, do mention how you tested the patch. My PPC ASM is quite limited, so there's only minor suggestions below. > --- a/src/mapi/Makefile.sources > +++ b/src/mapi/Makefile.sources > @@ -15,6 +15,7 @@ > #this mode, comp

[Mesa-dev] [PATCH] mapi: Enable assembly language API acceleration for PPC64LE

2017-05-24 Thread Ben Crocker
Signed-off-by: Ben Crocker --- configure.ac | 12 +++ src/mapi/Makefile.sources| 3 + src/mapi/entry.c | 12 ++- src/mapi/entry_ppc64le_tls.h | 150 +++ src/mapi/entry_ppc64le_tsd.h | 208 +++