Re: [Mesa-dev] [PATCH 05/16] st/nine: Workaround barycentrics issue on some cards

2015-04-26 Thread Axel Davy
Le 24/04/2015 23:19, Ilia Mirkin a écrit : On Fri, Apr 24, 2015 at 4:09 PM, Axel Davy wrote: Might I suggest either describing the bug or the solution to the bug? e.g. boolean shift_viewport; Perhaps there's another different buggy barycentric problem which is solved in an entirely different w

Re: [Mesa-dev] [PATCH 05/16] st/nine: Workaround barycentrics issue on some cards

2015-04-24 Thread Ilia Mirkin
On Fri, Apr 24, 2015 at 4:09 PM, Axel Davy wrote: > Signed-off-by: Axel Davy > --- > src/gallium/state_trackers/nine/device9.c| 4 +++- > src/gallium/state_trackers/nine/device9.h| 4 > src/gallium/state_trackers/nine/nine_state.c | 24 > 3 files changed,

[Mesa-dev] [PATCH 05/16] st/nine: Workaround barycentrics issue on some cards

2015-04-24 Thread Axel Davy
Signed-off-by: Axel Davy --- src/gallium/state_trackers/nine/device9.c| 4 +++- src/gallium/state_trackers/nine/device9.h| 4 src/gallium/state_trackers/nine/nine_state.c | 24 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/src/gallium/state