summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/gbm/target.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2014-06-21 12:44:30 +0100
committerEmil Velikov <[email protected]>2014-06-30 22:27:11 +0100
commit7689aa28cdb18844f093942f084fddc91d25bc1e (patch)
treea404d86b5b0dc7186c65066c07e73b719eb87a22 /src/gallium/targets/gbm/target.c
parent37e640a073f8cd103bb4add7c82579d426a6982b (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.c1
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"