Re: [Mesa-dev] [PATCH 1/3] r600: Change default behaviour for undefined COLOR0

2016-04-04 Thread Axel Davy
On 04/04/2016 18:48, Roland Scheidegger wrote: Am 04.04.2016 um 17:27 schrieb Axel Davy: So is that ok to you for now to update the radeon behaviour ? As I said, you can do what you want there as far as I'm concerned. Just saying it's going to be a constant battle to fix other drivers... Al

Re: [Mesa-dev] [PATCH 1/3] r600: Change default behaviour for undefined COLOR0

2016-04-04 Thread Roland Scheidegger
Am 04.04.2016 um 17:27 schrieb Axel Davy: > Le 04/04/2016 15:27, Roland Scheidegger a écrit : >> Am 04.04.2016 um 14:04 schrieb Axel Davy: >>> On 03/04/2016 20:41, Roland Scheidegger wrote : Am 03.04.2016 um 10:11 schrieb Axel Davy: > d3d 9 needs COLOR0 to be 1.0 on all channels when >

Re: [Mesa-dev] [PATCH 1/3] r600: Change default behaviour for undefined COLOR0

2016-04-04 Thread Axel Davy
Le 04/04/2016 15:27, Roland Scheidegger a écrit : Am 04.04.2016 um 14:04 schrieb Axel Davy: On 03/04/2016 20:41, Roland Scheidegger wrote : Am 03.04.2016 um 10:11 schrieb Axel Davy: d3d 9 needs COLOR0 to be 1.0 on all channels when undefined. 0.0 for the others is fine. GL behaviour is undefin

Re: [Mesa-dev] [PATCH 1/3] r600: Change default behaviour for undefined COLOR0

2016-04-04 Thread Roland Scheidegger
Am 04.04.2016 um 14:04 schrieb Axel Davy: > On 03/04/2016 20:41, Roland Scheidegger wrote : >> Am 03.04.2016 um 10:11 schrieb Axel Davy: >>> d3d 9 needs COLOR0 to be 1.0 on all channels when >>> undefined. 0.0 for the others is fine. >>> GL behaviour is undefined. >>> >> Not that I care what driver

Re: [Mesa-dev] [PATCH 1/3] r600: Change default behaviour for undefined COLOR0

2016-04-04 Thread Axel Davy
On 03/04/2016 20:41, Roland Scheidegger wrote : Am 03.04.2016 um 10:11 schrieb Axel Davy: d3d 9 needs COLOR0 to be 1.0 on all channels when undefined. 0.0 for the others is fine. GL behaviour is undefined. Not that I care what drivers use by default for undefined values, but it probably would

Re: [Mesa-dev] [PATCH 1/3] r600: Change default behaviour for undefined COLOR0

2016-04-03 Thread Roland Scheidegger
Am 03.04.2016 um 10:11 schrieb Axel Davy: > d3d 9 needs COLOR0 to be 1.0 on all channels when > undefined. 0.0 for the others is fine. > GL behaviour is undefined. > > Signed-off-by: Axel Davy > --- > src/gallium/drivers/r600/r600_state.c | 4 > 1 file changed, 4 insertions(+) > > diff --g

Re: [Mesa-dev] [PATCH 1/3] r600: Change default behaviour for undefined COLOR0

2016-04-03 Thread Axel Davy
On 03/04/2016 19:37, Marek Olšák wrote: r600_state.c only applies to r600-r700. evergreen_state.c is for EG and NI. Did you want to update that as well? Marek Thanks for pointing that out, I'll write a patch for EG and NI as well. Axem ___ mesa-dev

Re: [Mesa-dev] [PATCH 1/3] r600: Change default behaviour for undefined COLOR0

2016-04-03 Thread Marek Olšák
r600_state.c only applies to r600-r700. evergreen_state.c is for EG and NI. Did you want to update that as well? Marek On Sun, Apr 3, 2016 at 10:11 AM, Axel Davy wrote: > d3d 9 needs COLOR0 to be 1.0 on all channels when > undefined. 0.0 for the others is fine. > GL behaviour is undefined. > > S

[Mesa-dev] [PATCH 1/3] r600: Change default behaviour for undefined COLOR0

2016-04-03 Thread Axel Davy
d3d 9 needs COLOR0 to be 1.0 on all channels when undefined. 0.0 for the others is fine. GL behaviour is undefined. Signed-off-by: Axel Davy --- src/gallium/drivers/r600/r600_state.c | 4 1 file changed, 4 insertions(+) diff --git a/src/gallium/drivers/r600/r600_state.c b/src/gallium/driv