summaryrefslogtreecommitdiff
path: root/src/gallium/targets/xvmc-nouveau
diff options
context:
space:
mode:
authorThomas Hellstrom <thellstrom@vmware.com>2011-10-12 10:29:24 +0200
committerThomas Hellstrom <thellstrom@vmware.com>2011-10-14 09:53:05 +0200
commitec7d5b8c021f655d49df4ba1ed2038ee423f9d5e (patch)
tree26b5dac14cdc8160585b2cebf780c41d09726242 /src/gallium/targets/xvmc-nouveau
parent5a6ca7e9f24939cfacf2e8cd163a4efa9550ce1f (diff)
drm_driver: Add a configuration function to the driver descriptor.
Adds a possibility for the state tracker manager to query the target for a specific configuration. Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com> Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
Diffstat (limited to 'src/gallium/targets/xvmc-nouveau')
-rw-r--r--src/gallium/targets/xvmc-nouveau/target.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xvmc-nouveau/target.c b/src/gallium/targets/xvmc-nouveau/target.c
index 9b61b036d26..d580b104421 100644
--- a/src/gallium/targets/xvmc-nouveau/target.c
+++ b/src/gallium/targets/xvmc-nouveau/target.c
@@ -15,4 +15,4 @@ static struct pipe_screen *create_screen(int fd)
return screen;
}
-DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen)
+DRM_DRIVER_DESCRIPTOR("nouveau", "nouveau", create_screen, NULL)