[waffle] [PATCH 00/13] Core waffle cleanups

Emil Velikov emil.l.velikov at gmail.com
Mon May 16 10:57:18 UTC 2016


On 16 May 2016 at 11:54, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> Hi all,
>
> While looking at the gbm/egl I've noticed a few interesting bits.
>  - We do NULL checking for values that are guaranteed by API to be
> non-NULL.
>  - wcore_*_init does not need a return type, plus in some places we were
> not calling it in the correct time.
>  - wcore_*_teardown is a simple wrapper around assert, which (at the
> time the function should be called) is too late/not needed.
>
> So this series simplifies these, giving us a nice -350 line count ;-)
>
> The whole thing can be found in
> https://github.com/evelikov/waffle/tree/for-upstream/core-cleanups
>
For some reason git send-email seems to be choking on patches 08/13
and 09/13. Please check those out via the above repo or let me know if
you'd prefer them in other format.

-Emil


More information about the waffle mailing list