Re: [Mesa-dev] [PATCH 1/5] st/mesa: stop using TGSI_OPCODE_CLAMP

2017-02-17 Thread Nicolai Hähnle
With Roland's comment on #5 addressed, the series is: Reviewed-by: Nicolai Hähnle On 16.02.2017 23:00, Marek Olšák wrote: From: Marek Olšák --- src/mesa/state_tracker/st_atifs_to_tgsi.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/mesa/state_tracke

Re: [Mesa-dev] [PATCH 1/5] st/mesa: stop using TGSI_OPCODE_CLAMP

2017-02-16 Thread Roland Scheidegger
I've just checked, and we don't use it anywhere (even if we did, we could easily replace it with min/max - we can't really execute it any different than min/max with sw rasterization in any case). So no objections... Am 17.02.2017 um 00:37 schrieb Dave Airlie: > On 17 February 2017 at 08:00, Marek

Re: [Mesa-dev] [PATCH 1/5] st/mesa: stop using TGSI_OPCODE_CLAMP

2017-02-16 Thread Dave Airlie
On 17 February 2017 at 08:00, Marek Olšák wrote: > From: Marek Olšák 1, the new 2, 3, 4 are Reviewed-by: Dave Airlie 5 is reviewed-by me, but might want to wait for a vmware person to say if it causes unknown fallout (not that I think we should care too much). Dave. > > --- > src/mesa/stat

[Mesa-dev] [PATCH 1/5] st/mesa: stop using TGSI_OPCODE_CLAMP

2017-02-16 Thread Marek Olšák
From: Marek Olšák --- src/mesa/state_tracker/st_atifs_to_tgsi.c | 14 -- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/src/mesa/state_tracker/st_atifs_to_tgsi.c b/src/mesa/state_tracker/st_atifs_to_tgsi.c index 9c4218e..64879f1 100644 --- a/src/mesa/state_tracker/st