OSDN Git Service

nvc0: add support for accelerated video decoding through the dedicated engines
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Sun, 2 Dec 2012 11:07:35 +0000 (12:07 +0100)
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>
Thu, 17 Jan 2013 15:28:57 +0000 (16:28 +0100)
commit9ba7eac535d309332c4149b544ccf7e87f88c723
treee199782d9cc22b21e30b61779ea4935648d81d59
parent6eb0d3d86394699f0e3eb3df26a9623bb142e6a8
nvc0: add support for accelerated video decoding through the dedicated engines

Currently the use of external firmware is required, with kernel and
userspace firmware needed for all Fermi cards except nvd9. Kepler and nvd9
should only require kernel firmware.
configure.ac
src/gallium/drivers/nvc0/Makefile.sources
src/gallium/drivers/nvc0/nvc0_video.c
src/gallium/drivers/nvc0/nvc0_video.h
src/gallium/drivers/nvc0/nvc0_video_bsp.c [new file with mode: 0644]
src/gallium/drivers/nvc0/nvc0_video_ppp.c [new file with mode: 0644]
src/gallium/drivers/nvc0/nvc0_video_vp.c [new file with mode: 0644]