OSDN Git Service

target-helpers: add a non-inline drm_helper.h
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 11 Oct 2015 12:50:56 +0000 (13:50 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 21 Nov 2015 12:52:19 +0000 (12:52 +0000)
commit17d3a5f8579cf103ffd7002052c700ffe9819152
tree4e365a4e02ff1e64e085c438e60c5134fd8b3254
parentaf031deed6ab4d6236b896507e8afcf9d6fd3173
target-helpers: add a non-inline drm_helper.h

Unlike the inline ones, here we'd want to have an extern definition of
the functions. This is required as with follow-up commits, we'll
gradually start using the static pipe-loader, with the latter needing
the symbols.

These are direct copy from the inline version.

v2:
 - rebase on top of virgl support
 - add "driver missing" printfs (Nicolai)

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Acked-by: Rob Clark <robclark@freedesktop.org>
src/gallium/auxiliary/target-helpers/drm_helper.h [new file with mode: 0644]