[Mesa-dev] [PATCH v2 13/24] mapi/new: don't print info we don't need for ES1/ES2

Emil Velikov emil.l.velikov at gmail.com
Thu Dec 20 11:02:24 UTC 2018


On Tue, 18 Dec 2018 at 14:23, Kyle Brenneman <kyle.brenneman at gmail.com> wrote:
> On 12/14/2018 07:04 AM, Emil Velikov wrote:

> > -    print(generate_public_stubs(functions))
> > +    if target in "gldispatch":
> This should be an "==", not "in". The in operator would do a substring
> search.

Thanks Kyle, fixed locally. If there's other comments I'll
respin/resend the series.
Considering the overall silence (modulo Erik's review), I'm inclined
to merge this tomorrow around lunch time.

-Emil


More information about the mesa-dev mailing list