Re: [Piglit] [PATCH] cl: Add test for call stack realignment

2018-09-11 Thread Jan Vesely
On Mon, 2018-09-10 at 20:36 -0700, Matt Arsenault wrote: > v2: Use uintptr_t > > v3: Formatting > > v4: More uintptr_t pushed, thanks. Jan > --- > tests/cl/program/execute/realign-stack.cl | 93 +++ > 1 file changed, 93 insertions(+) > create mode 100644

[Piglit] [PATCH] cl: Add test for call stack realignment

2018-09-10 Thread Matt Arsenault
v2: Use uintptr_t v3: Formatting v4: More uintptr_t --- tests/cl/program/execute/realign-stack.cl | 93 +++ 1 file changed, 93 insertions(+) create mode 100644 tests/cl/program/execute/realign-stack.cl diff --git a/tests/cl/program/execute/realign-stack.cl

Re: [Piglit] [PATCH] cl: Add test for call stack realignment

2018-09-05 Thread Jan Vesely
On Wed, 2018-09-05 at 19:15 +0500, Matt Arsenault wrote: > > On Aug 22, 2018, at 10:57, Jan Vesely wrote: > > > > On Tue, 2018-08-21 at 21:00 +0300, Matt Arsenault wrote: > > > ping > > > > sorry. I won't have access to my machines until next week (possibly > > September) > > ping I've merged

Re: [Piglit] [PATCH] cl: Add test for call stack realignment

2018-09-05 Thread Matt Arsenault
> On Aug 22, 2018, at 10:57, Jan Vesely wrote: > > On Tue, 2018-08-21 at 21:00 +0300, Matt Arsenault wrote: >> ping > > sorry. I won't have access to my machines until next week (possibly > September) ping ___ Piglit mailing list

Re: [Piglit] [PATCH] cl: Add test for call stack realignment

2018-08-21 Thread Jan Vesely
On Tue, 2018-08-21 at 21:00 +0300, Matt Arsenault wrote: > ping sorry. I won't have access to my machines until next week (possibly September) > > > On Aug 13, 2018, at 23:33, Matt Arsenault wrote: > > > > v2: Use uintptr_t > > > > v3: Formatting > > --- > >

Re: [Piglit] [PATCH] cl: Add test for call stack realignment

2018-08-21 Thread Matt Arsenault
ping > On Aug 13, 2018, at 23:33, Matt Arsenault wrote: > > v2: Use uintptr_t > > v3: Formatting > --- > tests/cl/program/execute/realign-stack.cl | 93 +++ > 1 file changed, 93 insertions(+) > create mode 100644 tests/cl/program/execute/realign-stack.cl > > diff --git

[Piglit] [PATCH] cl: Add test for call stack realignment

2018-08-13 Thread Matt Arsenault
v2: Use uintptr_t v3: Formatting --- tests/cl/program/execute/realign-stack.cl | 93 +++ 1 file changed, 93 insertions(+) create mode 100644 tests/cl/program/execute/realign-stack.cl diff --git a/tests/cl/program/execute/realign-stack.cl

Re: [Piglit] [PATCH] cl: Add test for call stack realignment

2018-04-08 Thread Jan Vesely
On Fri, 2018-04-06 at 00:28 -0400, Matt Arsenault wrote: > > On Apr 4, 2018, at 15:52, Jan Vesely wrote: > > > > redundant newline > > Not sure what you mean by this. Do you mean the newline to put the > single array element on its own line? I was trying to be consistent

Re: [Piglit] [PATCH] cl: Add test for call stack realignment

2018-04-05 Thread Matt Arsenault
> On Apr 4, 2018, at 15:52, Jan Vesely wrote: > > redundant newline Not sure what you mean by this. Do you mean the newline to put the single array element on its own line? I was trying to be consistent with buffer formatting as most tests

Re: [Piglit] [PATCH] cl: Add test for call stack realignment

2018-04-05 Thread Matt Arsenault
> On Apr 4, 2018, at 15:52, Jan Vesely wrote: > > On Tue, 2018-04-03 at 18:03 -0400, Matt Arsenault wrote: >> ping >> >>> On Mar 29, 2018, at 10:35, Matt Arsenault wrote: >>> >>> --- >>> tests/cl/program/execute/realign-stack.cl | 96 >>>

Re: [Piglit] [PATCH] cl: Add test for call stack realignment

2018-04-04 Thread Jan Vesely
On Tue, 2018-04-03 at 18:03 -0400, Matt Arsenault wrote: > ping > > > On Mar 29, 2018, at 10:35, Matt Arsenault wrote: > > > > --- > > tests/cl/program/execute/realign-stack.cl | 96 > > +++ > > 1 file changed, 96 insertions(+) > > create mode

Re: [Piglit] [PATCH] cl: Add test for call stack realignment

2018-04-03 Thread Matt Arsenault
ping > On Mar 29, 2018, at 10:35, Matt Arsenault wrote: > > --- > tests/cl/program/execute/realign-stack.cl | 96 +++ > 1 file changed, 96 insertions(+) > create mode 100644 tests/cl/program/execute/realign-stack.cl > > diff --git

[Piglit] [PATCH] cl: Add test for call stack realignment

2018-03-29 Thread Matt Arsenault
--- tests/cl/program/execute/realign-stack.cl | 96 +++ 1 file changed, 96 insertions(+) create mode 100644 tests/cl/program/execute/realign-stack.cl diff --git a/tests/cl/program/execute/realign-stack.cl b/tests/cl/program/execute/realign-stack.cl new file mode