diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-11-22 02:45:40 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-11-22 02:45:40 +0000 |
commit | 646248eb402e9a490ff4a19f0550bc6e702dfe58 (patch) | |
tree | 90f8a8392a65cff88ca1c48f84e2e3e7ceb7141e /lib/mesa | |
parent | 32b883ef9b3f14837590b8bd6b321c49ef938c65 (diff) |
import Mesa 11.0.6
Diffstat (limited to 'lib/mesa')
-rw-r--r-- | lib/mesa/src/gallium/targets/pipe-loader/pipe_i965.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/mesa/src/gallium/targets/pipe-loader/pipe_i965.c b/lib/mesa/src/gallium/targets/pipe-loader/pipe_i965.c index a2d8debfc..810dffca8 100644 --- a/lib/mesa/src/gallium/targets/pipe-loader/pipe_i965.c +++ b/lib/mesa/src/gallium/targets/pipe-loader/pipe_i965.c @@ -44,4 +44,4 @@ static const struct drm_conf_ret *drm_configuration(enum drm_conf conf) return NULL; } PUBLIC -DRM_DRIVER_DESCRIPTOR("i965", create_screen, drm_configuration) +DRM_DRIVER_DESCRIPTOR("i965", "i915", create_screen, drm_configuration) |