summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/vdpau/device.c
diff options
context:
space:
mode:
authorChristian König <deathsimple@vodafone.de>2011-04-26 01:49:07 +0200
committerChristian König <deathsimple@vodafone.de>2011-04-26 11:12:59 +0200
commit38bd8131776879e9dc90d06848657756a4a13a66 (patch)
tree6179b890729c681d50d372afce82897db9aab58a /src/gallium/state_trackers/vdpau/device.c
parent5aa26412432dbdb3b1677d6d2f74bba010f443ae (diff)
vdpau: add stups for the missing functions
Diffstat (limited to 'src/gallium/state_trackers/vdpau/device.c')
-rw-r--r--src/gallium/state_trackers/vdpau/device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/vdpau/device.c b/src/gallium/state_trackers/vdpau/device.c
index b3de0f29305..c0bf56edc2e 100644
--- a/src/gallium/state_trackers/vdpau/device.c
+++ b/src/gallium/state_trackers/vdpau/device.c
@@ -176,6 +176,8 @@ vlVdpGetProcAddress(VdpDevice device, VdpFuncId function_id, void **function_poi
if (!vlGetFuncFTAB(function_id, function_pointer))
return VDP_STATUS_INVALID_FUNC_ID;
+ debug_printf("[VDPAU] Got proc adress %p for id %d\n", *function_pointer, function_id);
+
return VDP_STATUS_OK;
}