[PATCHv2 4/4] pipe-loader: add pipe loader for freedreno/msm (original) (raw)

Emil Velikov emil.l.velikov at gmail.com
Tue Feb 11 04:30:21 PST 2014


On 11/02/14 12:09, Rob Clark wrote:

On Mon, Feb 10, 2014 at 11:30 PM, Emil Velikov <emil.l.velikov at gmail.com> wrote:

On 10/02/14 18:34, Rob Clark wrote:

From: Rob Clark <robclark at freedesktop.org>

Signed-off-by: Rob Clark <robclark at freedesktop.org> --- src/gallium/targets/pipe-loader/Makefile.am | 16 ++++++++++++++++ src/gallium/targets/pipe-loader/pipemsm.c | 21 +++++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 src/gallium/targets/pipe-loader/pipemsm.c diff --git a/src/gallium/targets/pipe-loader/Makefile.am b/src/gallium/targets/pipe-loader/Makefile.am index 97733c1..8a0f254 100644 --- a/src/gallium/targets/pipe-loader/Makefile.am +++ b/src/gallium/targets/pipe-loader/Makefile.am @@ -132,6 +132,22 @@ piperadeonsilaLDFLAGS += $(LLVMLDFLAGS) endif endif +if HAVEGALLIUMFREEDRENO +pipeLTLIBRARIES += pipemsm.la +pipemsmlaSOURCES = pipemsm.c +nodistEXTRApipemsmlaSOURCES = dummy.cpp _+pipemsmlaLIBADD = _ _+ $(PIPELIBS) _ _+ $(topbuilddir)/src/gallium/winsys/freedreno/drm/libfreedrenodrm.la _ _+ $(topbuilddir)/src/gallium/drivers/freedreno/libfreedreno.la _ Should have spotted this earlier, but it seems like you're forgot to link against libdrmfreedreno ? _+ $(FREEDRENOLIBS) _ hmm, good point.. I wonder why it works? Guessing that the linker favours us or there is a bug somewhere :)

-Emil



More information about the dri-devel mailing list