aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/vdpau/presentation.c
diff options
context:
space:
mode:
authorChristian König <[email protected]>2011-04-25 11:39:41 +0200
committerChristian König <[email protected]>2011-04-25 11:39:41 +0200
commit5aa26412432dbdb3b1677d6d2f74bba010f443ae (patch)
tree5e5da42fff8a67102c1305a6ee2ce86121996297 /src/gallium/state_trackers/vdpau/presentation.c
parent7cde6722b01732e5a897771b56bf8d13719153ec (diff)
vdpau: implement and cleanup PresentationQueueTarget destruction
Diffstat (limited to 'src/gallium/state_trackers/vdpau/presentation.c')
-rw-r--r--src/gallium/state_trackers/vdpau/presentation.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/gallium/state_trackers/vdpau/presentation.c b/src/gallium/state_trackers/vdpau/presentation.c
index 063c63fb4ee..2837e7a306f 100644
--- a/src/gallium/state_trackers/vdpau/presentation.c
+++ b/src/gallium/state_trackers/vdpau/presentation.c
@@ -27,16 +27,12 @@
#include <stdio.h>
-#include "vdpau_private.h"
#include <vdpau/vdpau.h>
+
#include <util/u_debug.h>
#include <util/u_memory.h>
-VdpStatus
-vlVdpPresentationQueueTargetDestroy(VdpPresentationQueueTarget presentation_queue_target)
-{
- return VDP_STATUS_NO_IMPLEMENTATION;
-}
+#include "vdpau_private.h"
VdpStatus
vlVdpPresentationQueueCreate(VdpDevice device,