[Mesa-dev] [PATCH rebased] nouveau: use bool instead of boolean
Ilia Mirkin
imirkin at alum.mit.edu
Mon Jul 20 14:57:48 PDT 2015
[resend without the patch to not anger the mailing list]
On Mon, Jul 20, 2015 at 5:25 PM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> In many places you end up changing comments where I think the full
> "boolean" word makes more sense. e.g.
>
> - /* Deal with AND 1.0 here since nv50 can't fold into boolean float */
> + /* Deal with AND 1.0 here since nv50 can't fold into bool float */
>
> - // boolean, i.e. 0/-1. However the rest of the logic assumes that true
> + // bool, i.e. 0/-1. However the rest of the logic assumes that true
>
> probably some others. Please look over your patch and undo those.
>
More information about the mesa-dev
mailing list