Re: [Mesa-dev] [PATCH] dri: use 'bool' instead of 'int' for boolean variables

2016-08-05 Thread
> Most people just consume the emails/patches directly via their email client. > You can make the subject be generated properly by passing -vN to git > format-patch. I think I will create a tool for me. ___ mesa-dev mailing list mesa-dev@lists.freedesk

Re: [Mesa-dev] [PATCH] dri: use 'bool' instead of 'int' for boolean variables

2016-08-05 Thread Ilia Mirkin
On Aug 5, 2016 07:56, "⚛" <0xe2.0x9a.0...@gmail.com> wrote: > > On Fri, Aug 5, 2016 at 2:34 PM, Eric Engestrom > wrote: > > On Wed, Aug 03, 2016 at 01:22:35PM +0200, Jan Ziak wrote: > > It is customary to put [PATCH vN] in the subject to keep track of which > > version is current, as well as to ad

Re: [Mesa-dev] [PATCH] dri: use 'bool' instead of 'int' for boolean variables

2016-08-05 Thread
On Fri, Aug 5, 2016 at 2:34 PM, Eric Engestrom wrote: > On Wed, Aug 03, 2016 at 01:22:35PM +0200, Jan Ziak wrote: > It is customary to put [PATCH vN] in the subject to keep track of which > version is current, as well as to add a description of what changed > since the previous version, here, afte

Re: [Mesa-dev] [PATCH] dri: use 'bool' instead of 'int' for boolean variables

2016-08-05 Thread Eric Engestrom
On Wed, Aug 03, 2016 at 01:22:35PM +0200, Jan Ziak wrote: > Signed-off-by: Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0...@gmail.com> > --- It is customary to put [PATCH vN] in the subject to keep track of which version is current, as well as to add a description of what changed since the previo

[Mesa-dev] [PATCH] dri: use 'bool' instead of 'int' for boolean variables

2016-08-03 Thread Jan Ziak
Signed-off-by: Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0...@gmail.com> --- src/egl/drivers/dri2/egl_dri2.h | 19 ++- src/egl/drivers/dri2/platform_drm.c | 6 +++--- src/egl/drivers/dri2/platform_wayland.c | 20 ++-- src/egl/drivers/dri2/platf

Re: [Mesa-dev] [PATCH] dri: use 'bool' instead of 'int' for boolean variables

2016-08-02 Thread Eric Engestrom
On Tue, Aug 02, 2016 at 05:32:16PM +0200, Jan Ziak wrote: > Signed-off-by: Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0...@gmail.com> Much better with the s/0/false/;s/1/true/ :) Reviewed-by: Eric Engestrom > --- > src/egl/drivers/dri2/egl_dri2.h | 19 ++- > src/egl/

[Mesa-dev] [PATCH] dri: use 'bool' instead of 'int' for boolean variables

2016-08-02 Thread Jan Ziak
Signed-off-by: Jan Ziak (http://atom-symbol.net) <0xe2.0x9a.0...@gmail.com> --- src/egl/drivers/dri2/egl_dri2.h | 19 ++- src/egl/drivers/dri2/platform_drm.c | 6 +++--- src/egl/drivers/dri2/platform_wayland.c | 20 ++-- src/egl/drivers/dri2/platf