Re: [Mesa-dev] [PATCH 2/2] mesa: replace 1.F with 0.F

2016-06-15 Thread Eric Engestrom
On Wed, Jun 15, 2016 at 08:51:14PM +0530, Nayan Deshmukh wrote: > Hi Eric, > > Sorry for the typo in commit message. > > I made two separate patches as one was for mesa and other for gallium it Indeed, I completely missed that and you're right for doing it :) Sent my r-b on the v2. > has nothin

Re: [Mesa-dev] [PATCH 2/2] mesa: replace 1.F with 0.F

2016-06-15 Thread Nayan Deshmukh
Hi Brian, Sorry for the typo in the commit message. The patch was aimed to have a uniform coding style, just a suggestion given by emil. Regards, Nayan. On Wed, Jun 15, 2016 at 8:26 PM, Brian Paul wrote: > On 06/15/2016 07:02 AM, Eric Engestrom wrote: > >> On Wed, Jun 15, 2016 at 03:38:05PM +

Re: [Mesa-dev] [PATCH 2/2] mesa: replace 1.F with 0.F

2016-06-15 Thread Nayan Deshmukh
Hi Eric, Sorry for the typo in commit message. I made two separate patches as one was for mesa and other for gallium it has nothing to do with the use of "f" and "F". Regarding replacing the "F" with "f", maybe someone can shed some light as to why "F" was used specifically. Regards, Nayan. On

Re: [Mesa-dev] [PATCH 2/2] mesa: replace 1.F with 0.F

2016-06-15 Thread Eric Engestrom
On Wed, Jun 15, 2016 at 03:38:05PM +0530, Nayan Deshmukh wrote: > Signed-off-by: Nayan Deshmukh > --- > src/mesa/drivers/dri/r200/r200_swtcl.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/src/mesa/drivers/dri/r200/r200_swtcl.c > b/src/mesa/drivers/dri/r200/r200

[Mesa-dev] [PATCH 2/2] mesa: replace 1.F with 0.F

2016-06-15 Thread Nayan Deshmukh
Signed-off-by: Nayan Deshmukh --- src/mesa/drivers/dri/r200/r200_swtcl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mesa/drivers/dri/r200/r200_swtcl.c b/src/mesa/drivers/dri/r200/r200_swtcl.c index 72f09ae..d3fb37f 100644 --- a/src/mesa/drivers/dri/r200/r200_sw