Re: [Mesa-dev] [PATCH 9/9] mesa: always compare optype with symbolic name in ATI_fs

2017-12-25 Thread Marek Olšák
Pushed. Thanks! Marek On Mon, Dec 18, 2017 at 4:12 PM, Miklós Máté wrote: > Thanks for the review. I'll also need somebody to commit these, because I > have no access. > > MM > > > On 11/12/17 19:50, Marek Olšák wrote: >> >> For the series: >> >> Reviewed-by: Marek Olšák

Re: [Mesa-dev] [PATCH 9/9] mesa: always compare optype with symbolic name in ATI_fs

2017-12-18 Thread Miklós Máté
Thanks for the review. I'll also need somebody to commit these, because I have no access. MM On 11/12/17 19:50, Marek Olšák wrote: For the series: Reviewed-by: Marek Olšák Marek On Sat, Dec 2, 2017 at 11:35 PM, Miklós Máté wrote: Signed-off-by:

Re: [Mesa-dev] [PATCH 9/9] mesa: always compare optype with symbolic name in ATI_fs

2017-12-11 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Sat, Dec 2, 2017 at 11:35 PM, Miklós Máté wrote: > Signed-off-by: Miklós Máté > --- > src/mesa/main/atifragshader.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >

[Mesa-dev] [PATCH 9/9] mesa: always compare optype with symbolic name in ATI_fs

2017-12-02 Thread Miklós Máté
Signed-off-by: Miklós Máté --- src/mesa/main/atifragshader.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesa/main/atifragshader.c b/src/mesa/main/atifragshader.c index 8538e3a53e..6b636f1dc7 100644 --- a/src/mesa/main/atifragshader.c +++