Ian Romanick <[email protected]> writes:

> How does epoxy handle GetProcAddress returning NULL?
> tests/spec/glx_arb_create_context/indirect-es2-profile.c *really* wants
> to know if it got NULL for a function pointer.  There are a couple other
> tests that check for NULL to fail a test, but I'm less concerened about
> those.

It does just call right down.  I had assumed that this was just somebody
typing code out without thinking about how glx would always return a
non-null pointer.  I guess GLX doesn't specify the non-NULL behavior we
have, but it feels weird to be really careful about this one function
when we aren't about any others.

I could just drop the changes to the file if you want.

Attachment: pgpl5R2Nxrn0t.pgp
Description: PGP signature

_______________________________________________
Piglit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to