diff options
author | Stéphane Marchesin <[email protected]> | 2015-04-01 20:00:08 -0700 |
---|---|---|
committer | Stéphane Marchesin <[email protected]> | 2015-04-01 20:13:37 -0700 |
commit | 70eed78cacd711e663068e78a8430372cc5fabf1 (patch) | |
tree | 39c1144a0cb29e0616ff75a3b06a5ae95f801ba0 /src/gallium/auxiliary/target-helpers | |
parent | a03d0ba78f33e43df2ca7a9e4c58fdc9fbc9876a (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/target-helpers')
-rw-r--r-- | src/gallium/auxiliary/target-helpers/inline_drm_helper.h | 2 |
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 54c1c6c3259..542ad438790 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) |