nouveau: hook up video decoding with nouveau_context
authorChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 21 Jul 2011 08:39:41 +0000 (10:39 +0200)
committerChristoph Bumiller <e0425955@student.tuwien.ac.at>
Thu, 21 Jul 2011 08:39:41 +0000 (10:39 +0200)
commitea316c5e060cbd92b34e0d794c0707d4ca79e6e8
tree1e4f88cbdecb35c5eb45661871d588fed24c5355
parent76bccaff0c54aed10ffbc7c7dc744f1708921409
nouveau: hook up video decoding with nouveau_context

This doesn't include nvfx since its context struct is not derived
from common nouveau_context (yet).
src/gallium/drivers/nouveau/Makefile
src/gallium/drivers/nouveau/nouveau_context.h
src/gallium/drivers/nouveau/nouveau_screen.h
src/gallium/drivers/nouveau/nouveau_video.c [new file with mode: 0644]
src/gallium/drivers/nv50/nv50_context.c
src/gallium/drivers/nv50/nv50_screen.c
src/gallium/drivers/nvc0/nvc0_context.c
src/gallium/drivers/nvc0/nvc0_screen.c