gallium/targets: Add vdpau target for nouveau
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Tue, 18 Oct 2011 12:24:30 +0000 (14:24 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Fri, 21 Oct 2011 21:39:01 +0000 (23:39 +0200)
commitdf8f864bf6fb8dfd256455a5310ef70f820a5350
tree4998b64d217f63afc3585a5feed64af87f96782e
parent27b0c9d51300712f3b5d4af6cc20d53fcf9c8c46
gallium/targets: Add vdpau target for nouveau

Should fall back to shader based decoding (g3dvl) for now.

This is probably broken on systems that support xvmc, because
nouveau_video_buffer_create has no way to know for what api
the buffer is created, so I think this call might need a
separate argument as workaround.

Signed-off-by: Maarten Lankhorst <m.b.lankhorst@gmail.com>
configure.ac
src/gallium/targets/vdpau-nouveau/Makefile [new file with mode: 0644]
src/gallium/targets/vdpau-nouveau/target.c [new file with mode: 0644]