summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/target-helpers
diff options
context:
space:
mode:
authorStéphane Marchesin <marcheu@chromium.org>2015-04-01 20:00:08 -0700
committerStéphane Marchesin <marcheu@chromium.org>2015-04-01 20:13:37 -0700
commit70eed78cacd711e663068e78a8430372cc5fabf1 (patch)
tree39c1144a0cb29e0616ff75a3b06a5ae95f801ba0 /src/gallium/auxiliary/target-helpers
parenta03d0ba78f33e43df2ca7a9e4c58fdc9fbc9876a (diff)
downloadexternal_mesa3d-70eed78cacd711e663068e78a8430372cc5fabf1.zip
external_mesa3d-70eed78cacd711e663068e78a8430372cc5fabf1.tar.gz
external_mesa3d-70eed78cacd711e663068e78a8430372cc5fabf1.tar.bz2
i915g: Implement EGL_EXT_image_dma_buf_import
This adds all the plumbing to get EGL_EXT_image_dma_buf_import in i915g. Signed-off-by: Stéphane Marchesin <marcheu@chromium.org>
Diffstat (limited to 'src/gallium/auxiliary/target-helpers')
-rw-r--r--src/gallium/auxiliary/target-helpers/inline_drm_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/target-helpers/inline_drm_helper.h b/src/gallium/auxiliary/target-helpers/inline_drm_helper.h
index 54c1c6c..542ad43 100644
--- a/src/gallium/auxiliary/target-helpers/inline_drm_helper.h
+++ b/src/gallium/auxiliary/target-helpers/inline_drm_helper.h
@@ -430,7 +430,7 @@ dd_configuration(enum drm_conf conf)
#if defined(GALLIUM_I915)
if (strcmp(driver_name, "i915") == 0)
- return NULL;
+ return configuration_query(conf);
else
#endif
#if defined(GALLIUM_ILO)