diff options
author | Emil Velikov <[email protected]> | 2014-06-21 12:44:30 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-06-30 22:27:11 +0100 |
commit | 7689aa28cdb18844f093942f084fddc91d25bc1e (patch) | |
tree | a404d86b5b0dc7186c65066c07e73b719eb87a22 /src/gallium/targets/gbm/target.c | |
parent | 37e640a073f8cd103bb4add7c82579d426a6982b (diff) |
targets/gbm: convert to static/shared pipe-driver
Move the gbm "target" code to the state-tracker, similar
to other - dri, omx, vdpau... ST.
v2: Drop inclusion of the wrapper winsys and softpipe/llvmpipe.
Cc: Chia-I Wu <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/gallium/targets/gbm/target.c')
-rw-r--r-- | src/gallium/targets/gbm/target.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/gbm/target.c b/src/gallium/targets/gbm/target.c new file mode 100644 index 00000000000..fde4a4a7dcf --- /dev/null +++ b/src/gallium/targets/gbm/target.c @@ -0,0 +1 @@ +#include "target-helpers/inline_drm_helper.h" |