[Piglit] [PATCH] Move dma buf stuff from the GL framework to those tests.
Eric Anholt
eric at anholt.net
Tue Mar 21 21:29:09 UTC 2017
Kenneth Graunke <kenneth at whitecape.org> writes:
> This was linking every single Piglit test against libdrm_intel directly.
> I was recently experimenting with a change that made i965 no longer use
> libdrm_intel, and expected missing symbol errors...but all Piglit tests
> surprisingly kept working. There's no reason for most tests to have
> this linked in, so restrict it to only the tests that need it.
Any chance we could keep the code in the shared directory and just build
a separate helper library for it that the EGL_ext_dma_buf_import tests
use? With the modifiers stuff happening, I'm concerned that we're going
to need this code back somewhere common right away.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/piglit/attachments/20170321/2c4abd85/attachment.sig>
More information about the Piglit
mailing list