On Tue, Jun 14, 2016 at 12:24 PM, Ilia Mirkin <[email protected]> wrote: > On Tue, Jun 14, 2016 at 12:19 PM, Nicolai Hähnle <[email protected]> wrote: >> On 14.06.2016 17:57, Rob Clark wrote: >>> >>> From: Rob Clark <[email protected]> >>> >>> s/bool/boolean/ to make it match the other APIs. >> >> >> Please no. C has finally grown a proper bool type, we should use it where >> possible. If anything, make the patch go in the other direction. > > FWIW I've eradicated boolean from nouveau except for the gallium API > interfaces. Would definitely be in favor of flipping those to bool.
ok, I don't mind going the other direction.. I just picked 'boolean' since that is what most of the query APIs already used. (and in fact this patch isn't strictly required for the rsq_state.py stuff.. the inconsistency just bothered me ;-)) BR, -R > Cheers, > > -ilia _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
